
Uses of Class
org.hl7.fhir.dstu2.model.HumanName
Packages that use HumanName
-
Uses of HumanName in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return HumanNameModifier and TypeMethodDescriptionprotected HumanName
JsonParser.parseHumanName
(com.google.gson.JsonObject json) protected HumanName
XmlParser.parseHumanName
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type HumanNameModifier 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
Fields in org.hl7.fhir.dstu2.model declared as HumanNameModifier 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.Fields in org.hl7.fhir.dstu2.model with type parameters of type HumanNameModifier and TypeFieldDescriptionPatient.name
A name associated with the individual.Person.name
A name associated with the person.Methods in org.hl7.fhir.dstu2.model that return HumanNameModifier 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()
Methods in org.hl7.fhir.dstu2.model that return types with arguments of type HumanNameMethods in org.hl7.fhir.dstu2.model with parameters of type HumanNameModifier and TypeMethodDescription -
Uses of HumanName in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils with parameters of type HumanNameModifier and TypeMethodDescriptionstatic String
NarrativeGenerator.displayHumanName
(HumanName name)