Class: Aws::Types::PatientInsightsPatientContext

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:patient_id, :date_of_birth, :pronouns])

Instance Attribute Summary collapse

Instance Attribute Details

#date_of_birth::String

Returns the value of attribute date_of_birth.

Returns:

  • (::String)


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.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def patient_id
  @patient_id
end

#pronouns"HE_HIM", ...

Returns the value of attribute pronouns.

Returns:

  • ("HE_HIM", "SHE_HER", "THEY_THEM")


417
418
419
# File 'sig/types.rbs', line 417

def pronouns
  @pronouns
end