
Uses of Class
org.hl7.fhir.dstu3.model.Patient.ContactComponent
Packages that use Patient.ContactComponent
-
Uses of Patient.ContactComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Patient.ContactComponentModifier and TypeMethodDescriptionprotected Patient.ContactComponentJsonParser.parsePatientContactComponent(com.google.gson.JsonObject json, Patient owner) protected Patient.ContactComponentXmlParser.parsePatientContactComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Patient.ContactComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composePatientContactComponent(String name, Patient.ContactComponent element) protected voidRdfParser.composePatientContactComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Patient.ContactComponent element, int index) protected voidXmlParser.composePatientContactComponent(String name, Patient.ContactComponent element) protected voidXmlParser.composePatientContactComponentElements(Patient.ContactComponent element) protected voidJsonParser.composePatientContactComponentInner(Patient.ContactComponent element) protected booleanXmlParser.parsePatientContactComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient owner, Patient.ContactComponent res) protected voidJsonParser.parsePatientContactComponentProperties(com.google.gson.JsonObject json, Patient owner, Patient.ContactComponent res) -
Uses of Patient.ContactComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Patient.ContactComponentModifier and TypeFieldDescriptionprotected List<Patient.ContactComponent> Patient.contactA contact party (e.g. guardian, partner, friend) for the patient.Methods in org.hl7.fhir.dstu3.model that return Patient.ContactComponentModifier 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.setOrganizationTarget(Organization value) Patient.ContactComponent.setRelationship(List<CodeableConcept> theRelationship) Patient.ContactComponent.setTelecom(List<ContactPoint> theTelecom) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Patient.ContactComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Patient.ContactComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type Patient.ContactComponent