Uses of Class
org.hl7.fhir.r5.model.Patient.ContactComponent
-
Uses of Patient.ContactComponent in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic Patient.ContactComponent
Extensions.addPatRelatedPerson
(Patient.ContactComponent context, Reference value) Modifier and TypeMethodDescriptionstatic Patient.ContactComponent
Extensions.addPatRelatedPerson
(Patient.ContactComponent context, Reference value) Extensions.getPatRelatedPersonList
(Patient.ContactComponent context) -
Uses of Patient.ContactComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Patient.ContactComponent
JsonParser.parsePatientContactComponent
(com.google.gson.JsonObject json) protected Patient.ContactComponent
XmlParser.parsePatientContactComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeContactComponent
(String name, Patient.ContactComponent element) protected void
JsonParser.composeContactComponentProperties
(Patient.ContactComponent element) protected void
RdfParser.composePatientContactComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Patient.ContactComponent element, int index) protected void
XmlParser.composePatientContactComponent
(String name, Patient.ContactComponent element) protected void
XmlParser.composePatientContactComponentElements
(Patient.ContactComponent element) protected boolean
XmlParser.parsePatientContactComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient.ContactComponent res) protected void
JsonParser.parsePatientContactComponentProperties
(com.google.gson.JsonObject json, Patient.ContactComponent res) -
Uses of Patient.ContactComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Patient.ContactComponent> Patient.contact
A contact party (e.g.Modifier and TypeMethodDescriptionPatient.addContact()
Patient.ContactComponent.addRelationship
(CodeableConcept t) Patient.ContactComponent.addTelecom
(ContactPoint t) Patient.ContactComponent.copy()
Patient.getContactFirstRep()
Patient.ContactComponent.setAddress
(Address value) Patient.ContactComponent.setGender
(Enumerations.AdministrativeGender value) Patient.ContactComponent.setGenderElement
(Enumeration<Enumerations.AdministrativeGender> value) Patient.ContactComponent.setOrganization
(Reference value) Patient.ContactComponent.setRelationship
(List<CodeableConcept> theRelationship) Patient.ContactComponent.setTelecom
(List<ContactPoint> theTelecom) Modifier and TypeMethodDescriptionPatient.addContact
(Patient.ContactComponent t) void
Patient.ContactComponent.copyValues
(Patient.ContactComponent dst)