Dex Care Patient
data class DexCarePatient(documents: List<String>?, patientGuid: String, identifiers: List<Identifier>, demographicsLinks: List<PatientDemographics>, relationshipToPatient: RelationshipToPatient?) : Patient, Parcelable
Content copied to clipboard
Contains information about the current authenticated user.
Constructors
DexCarePatient
Link copied to clipboard
fun DexCarePatient(documents: List<String>? = null, patientGuid: String, identifiers: List<Identifier>, demographicsLinks: List<PatientDemographics>, relationshipToPatient: RelationshipToPatient? = null)
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
getDemographicsForEhr
Link copied to clipboard
Gets the particular PatientDemographics instance for a given ehrSystemName, or null if it does not exist.
validate
Link copied to clipboard
writeToParcel
Link copied to clipboard
Properties
demographicsLinks
Link copied to clipboard
A list of PatientDemographics associated with this patient.
identifiers
Link copied to clipboard
A list of Identifier associated with this patient.
patientGuid
Link copied to clipboard