Class: Aws::TranscribeService::Types::MedicalScribePatientContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::MedicalScribePatientContext
- 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
-
#pronouns ⇒ String
The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.
Instance Attribute Details
#pronouns ⇒ String
The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.
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 |