Uses of Class
org.hl7.fhir.dstu2.model.HumanName
-
Packages that use HumanName Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils -
-
Uses of HumanName in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type HumanName Modifier and Type Method Description protected voidJsonParser. composeHumanName(String name, HumanName element)protected voidXmlParser. composeHumanName(String name, HumanName element)protected voidJsonParser. composeHumanNameInner(HumanName element) -
Uses of HumanName in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as HumanName Modifier and Type Field Description protected HumanNameOrganization.OrganizationContactComponent. nameA name associated with the contact.protected HumanNamePatient.ContactComponent. nameA name associated with the contact person.protected HumanNamePractitioner. nameA name associated with the person.protected HumanNameRelatedPerson. nameA name associated with the person.Fields in org.hl7.fhir.dstu2.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.Methods in org.hl7.fhir.dstu2.model that return HumanName Modifier and Type Method Description HumanNameHumanName. addFamily(String value)HumanNameHumanName. addGiven(String value)HumanNamePatient. addName()HumanNamePerson. addName()HumanNameHumanName. addPrefix(String value)HumanNameHumanName. addSuffix(String value)HumanNameBase. castToHumanName(Base b)HumanNameHumanName. copy()HumanNameOrganization.OrganizationContactComponent. getName()HumanNamePatient.ContactComponent. getName()HumanNamePractitioner. getName()HumanNameRelatedPerson. getName()HumanNameHumanName. setPeriod(Period value)HumanNameHumanName. setText(String value)HumanNameHumanName. setTextElement(StringType value)HumanNameHumanName. setUse(HumanName.NameUse value)HumanNameHumanName. setUseElement(Enumeration<HumanName.NameUse> value)protected HumanNameHumanName. typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type HumanName Modifier and Type Method Description List<HumanName>Patient. getName()List<HumanName>Person. getName()Methods in org.hl7.fhir.dstu2.model with parameters of type HumanName Modifier and Type Method Description PatientPatient. addName(HumanName t)PersonPerson. addName(HumanName t)Organization.OrganizationContactComponentOrganization.OrganizationContactComponent. setName(HumanName value)Patient.ContactComponentPatient.ContactComponent. setName(HumanName value)PractitionerPractitioner. setName(HumanName value)RelatedPersonRelatedPerson. setName(HumanName value) -
Uses of HumanName in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils with parameters of type HumanName Modifier and Type Method Description static StringNarrativeGenerator. displayHumanName(HumanName name)
-