Class: Aws::Types::PatientInsightsPatientContext
- Inherits:
-
Object
- Object
- Aws::Types::PatientInsightsPatientContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_of_birth ⇒ ::String
Returns the value of attribute date_of_birth.
-
#patient_id ⇒ ::String
Returns the value of attribute patient_id.
-
#pronouns ⇒ "HE_HIM", ...
Returns the value of attribute pronouns.
Instance Attribute Details
#date_of_birth ⇒ ::String
Returns the value of attribute date_of_birth.
416 417 418 |
# File 'sig/types.rbs', line 416 def date_of_birth @date_of_birth end |
#patient_id ⇒ ::String
Returns the value of attribute patient_id.
415 416 417 |
# File 'sig/types.rbs', line 415 def patient_id @patient_id end |
#pronouns ⇒ "HE_HIM", ...
Returns the value of attribute pronouns.
417 418 419 |
# File 'sig/types.rbs', line 417 def pronouns @pronouns end |