Uses of Class
org.hl7.fhir.r4.model.Patient.ContactComponent
-
Packages that use Patient.ContactComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Patient.ContactComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Patient.ContactComponent Modifier and Type Method Description protected 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.r4.formats with parameters of type Patient.ContactComponent Modifier and Type Method Description protected voidJsonParser. composePatientContactComponent(String name, Patient.ContactComponent element)protected voidRdfParser. composePatientContactComponent(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.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Patient.ContactComponent Modifier and Type Field Description protected List<Patient.ContactComponent>Patient. contactA contact party (e.g.Methods in org.hl7.fhir.r4.model that return types with arguments of type Patient.ContactComponent Modifier and Type Method Description List<Patient.ContactComponent>Patient. getContact()Methods in org.hl7.fhir.r4.model with parameters of type Patient.ContactComponent Modifier and Type Method Description PatientPatient. addContact(Patient.ContactComponent t)voidPatient.ContactComponent. copyValues(Patient.ContactComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Patient.ContactComponent Modifier and Type Method Description PatientPatient. setContact(List<Patient.ContactComponent> theContact)
-