Skip to content

/AWS1/CL_CNHPATINSGHTSPATCTX

Details for a patient

CONSTRUCTOR

IMPORTING

Required arguments:

iv_patientid TYPE /AWS1/CNHSENSNONEMPTYSTRING /AWS1/CNHSENSNONEMPTYSTRING

Unique identifier of the patient

Optional arguments:

iv_dateofbirth TYPE /AWS1/CNHSENSISODATESTRING /AWS1/CNHSENSISODATESTRING

Date of birth of the patient.

iv_pronouns TYPE /AWS1/CNHPRONOUNS /AWS1/CNHPRONOUNS

Pronouns preferred by the patient.


Queryable Attributes

patientId

Unique identifier of the patient

Accessible with the following methods

Method Description
GET_PATIENTID() Getter for PATIENTID, with configurable default
ASK_PATIENTID() Getter for PATIENTID w/ exceptions if field has no value
HAS_PATIENTID() Determine if PATIENTID has a value

dateOfBirth

Date of birth of the patient.

Accessible with the following methods

Method Description
GET_DATEOFBIRTH() Getter for DATEOFBIRTH, with configurable default
ASK_DATEOFBIRTH() Getter for DATEOFBIRTH w/ exceptions if field has no value
HAS_DATEOFBIRTH() Determine if DATEOFBIRTH has a value

pronouns

Pronouns preferred by the patient.

Accessible with the following methods

Method Description
GET_PRONOUNS() Getter for PRONOUNS, with configurable default
ASK_PRONOUNS() Getter for PRONOUNS w/ exceptions if field has no value
HAS_PRONOUNS() Determine if PRONOUNS has a value