Uses of Class
org.hl7.fhir.dstu2.model.Patient.ContactComponent
-
Uses of Patient.ContactComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Patient.ContactComponent
JsonParser.parsePatientContactComponent
(com.google.gson.JsonObject json, Patient owner) protected Patient.ContactComponent
XmlParser.parsePatientContactComponent
(org.xmlpull.v1.XmlPullParser xpp, Patient owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePatientContactComponent
(String name, Patient.ContactComponent element) protected void
XmlParser.composePatientContactComponent
(String name, Patient.ContactComponent element) protected void
JsonParser.composePatientContactComponentInner
(Patient.ContactComponent element) -
Uses of Patient.ContactComponent in org.hl7.fhir.dstu2.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.ContactComponent.setAddress
(Address value) Patient.ContactComponent.setGender
(Enumerations.AdministrativeGender value) Patient.ContactComponent.setGenderElement
(Enumeration<Enumerations.AdministrativeGender> value) Patient.ContactComponent.setOrganization
(Reference value) Patient.ContactComponent.setOrganizationTarget
(Organization value)