Class: Aws::TranscribeService::Types::MedicalScribePatientContext

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb

Overview

Contains patient-specific information used to customize the clinical note generation.

Constant Summary collapse

SENSITIVE =
[:pronouns]

Instance Attribute Summary collapse

Instance Attribute Details

#pronounsString

The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.

Returns:

  • (String)


3110
3111
3112
3113
3114
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 3110

class MedicalScribePatientContext < Struct.new(
  :pronouns)
  SENSITIVE = [:pronouns]
  include Aws::Structure
end