Class: Aws::ConnectHealth::Types::PatientInsightsPatientContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::PatientInsightsPatientContext
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Details for a patient
Constant Summary collapse
- SENSITIVE =
[:patient_id, :date_of_birth, :pronouns]
Instance Attribute Summary collapse
-
#date_of_birth ⇒ String
Date of birth of the patient.
-
#patient_id ⇒ String
Unique identifier of the patient.
-
#pronouns ⇒ String
Pronouns preferred by the patient.
Instance Attribute Details
#date_of_birth ⇒ String
Date of birth of the patient.
1206 1207 1208 1209 1210 1211 1212 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1206 class PatientInsightsPatientContext < Struct.new( :patient_id, :date_of_birth, :pronouns) SENSITIVE = [:patient_id, :date_of_birth, :pronouns] include Aws::Structure end |
#patient_id ⇒ String
Unique identifier of the patient
1206 1207 1208 1209 1210 1211 1212 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1206 class PatientInsightsPatientContext < Struct.new( :patient_id, :date_of_birth, :pronouns) SENSITIVE = [:patient_id, :date_of_birth, :pronouns] include Aws::Structure end |
#pronouns ⇒ String
Pronouns preferred by the patient.
1206 1207 1208 1209 1210 1211 1212 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1206 class PatientInsightsPatientContext < Struct.new( :patient_id, :date_of_birth, :pronouns) SENSITIVE = [:patient_id, :date_of_birth, :pronouns] include Aws::Structure end |