Uses of Class
org.hl7.fhir.r4.model.HumanName
-
Packages that use HumanName Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils -
-
Uses of HumanName in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return HumanName Modifier and Type Method Description protected HumanNameJsonParser. parseHumanName(com.google.gson.JsonObject json)protected HumanNameXmlParser. parseHumanName(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type HumanName Modifier and Type Method Description protected voidJsonParser. composeHumanName(String name, HumanName element)protected voidRdfParser. composeHumanName(Turtle.Complex parent, String parentType, String name, HumanName element, int index)protected voidXmlParser. composeHumanName(String name, HumanName element)protected voidXmlParser. composeHumanNameElements(HumanName element)protected voidJsonParser. composeHumanNameInner(HumanName element)protected booleanXmlParser. parseHumanNameContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HumanName res)protected voidJsonParser. parseHumanNameProperties(com.google.gson.JsonObject json, HumanName res) -
Uses of HumanName in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as HumanName Modifier and Type Field Description protected HumanNameInsurancePlan.InsurancePlanContactComponent. nameA name associated with the contact.protected HumanNameOrganization.OrganizationContactComponent. nameA name associated with the contact.protected HumanNamePatient.ContactComponent. nameA name associated with the contact person.Fields in org.hl7.fhir.r4.model with type parameters of type HumanName Modifier and Type Field Description protected List<HumanName>Patient. nameA name associated with the individual.protected List<HumanName>Person. nameA name associated with the person.protected List<HumanName>Practitioner. nameThe name(s) associated with the practitioner.protected List<HumanName>RelatedPerson. nameA name associated with the person.Methods in org.hl7.fhir.r4.model that return types with arguments of type HumanName Modifier and Type Method Description List<HumanName>Patient. getName()List<HumanName>Person. getName()List<HumanName>Practitioner. getName()List<HumanName>RelatedPerson. getName()Methods in org.hl7.fhir.r4.model with parameters of type HumanName Modifier and Type Method Description PatientPatient. addName(HumanName t)PersonPerson. addName(HumanName t)PractitionerPractitioner. addName(HumanName t)RelatedPersonRelatedPerson. addName(HumanName t)voidHumanName. copyValues(HumanName dst)InsurancePlan.InsurancePlanContactComponentInsurancePlan.InsurancePlanContactComponent. setName(HumanName value)Organization.OrganizationContactComponentOrganization.OrganizationContactComponent. setName(HumanName value)Patient.ContactComponentPatient.ContactComponent. setName(HumanName value)Method parameters in org.hl7.fhir.r4.model with type arguments of type HumanName Modifier and Type Method Description PatientPatient. setName(List<HumanName> theName)PersonPerson. setName(List<HumanName> theName)PractitionerPractitioner. setName(List<HumanName> theName)RelatedPersonRelatedPerson. setName(List<HumanName> theName) -
Uses of HumanName in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type HumanName Modifier and Type Method Description static StringNarrativeGenerator. displayHumanName(HumanName name)
-