Class: Aws::ConnectHealth::Types::PatientInsightsPatientContext

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#date_of_birthString

Date of birth of the patient.

Returns:

  • (String)


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_idString

Unique identifier of the patient

Returns:

  • (String)


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

#pronounsString

Pronouns preferred by the patient.

Returns:

  • (String)


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