Uses of Class
org.hl7.fhir.dstu2.model.HumanName
-
Uses of HumanName in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected HumanName
JsonParser.parseHumanName
(com.google.gson.JsonObject json) protected HumanName
XmlParser.parseHumanName
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeHumanName
(String name, HumanName element) protected void
XmlParser.composeHumanName
(String name, HumanName element) protected void
JsonParser.composeHumanNameInner
(HumanName element) -
Uses of HumanName in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected HumanName
Organization.OrganizationContactComponent.name
A name associated with the contact.protected HumanName
Patient.ContactComponent.name
A name associated with the contact person.protected HumanName
Practitioner.name
A name associated with the person.protected HumanName
RelatedPerson.name
A name associated with the person.Modifier and TypeFieldDescriptionPatient.name
A name associated with the individual.Person.name
A name associated with the person.Modifier and TypeMethodDescriptionPatient.addName()
Person.addName()
Base.castToHumanName
(Base b) HumanName.copy()
Organization.OrganizationContactComponent.getName()
Patient.ContactComponent.getName()
Practitioner.getName()
RelatedPerson.getName()
HumanName.setTextElement
(StringType value) HumanName.setUse
(HumanName.NameUse value) HumanName.setUseElement
(Enumeration<HumanName.NameUse> value) protected HumanName
HumanName.typedCopy()
Modifier and TypeMethodDescription -
Uses of HumanName in org.hl7.fhir.dstu2.utils
Modifier and TypeMethodDescriptionstatic String
NarrativeGenerator.displayHumanName
(HumanName name)