Uses of Class
org.hl7.fhir.r5.model.HumanName
-
Packages that use HumanName Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.renderers -
-
Uses of HumanName in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type HumanName Modifier and Type Method Description protected voidJsonParser. composeHumanName(String name, HumanName element)protected voidRdfParser. composeHumanName(org.hl7.fhir.utilities.turtle.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. composeHumanNameProperties(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.r5.model
Fields in org.hl7.fhir.r5.model declared as HumanName Modifier and Type Field Description protected HumanNameCitation.CitationCitedArtifactContributorshipEntryComponent. nameA name associated with the individual.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.r5.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.r5.model that return HumanName Modifier and Type Method Description HumanNameHumanName. addGiven(String value)HumanNamePatient. addName()HumanNamePerson. addName()HumanNamePractitioner. addName()HumanNameRelatedPerson. addName()HumanNameHumanName. addPrefix(String value)HumanNameHumanName. addSuffix(String value)static HumanNameTypeConvertor. castToHumanName(Base b)HumanNameHumanName. copy()HumanNameElementDefinition. getDefaultValueHumanName()HumanNameElementDefinition. getFixedHumanName()HumanNameCitation.CitationCitedArtifactContributorshipEntryComponent. getName()HumanNameInsurancePlan.InsurancePlanContactComponent. getName()HumanNameOrganization.OrganizationContactComponent. getName()HumanNamePatient.ContactComponent. getName()HumanNamePatient. getNameFirstRep()HumanNamePerson. getNameFirstRep()HumanNamePractitioner. getNameFirstRep()HumanNameRelatedPerson. getNameFirstRep()HumanNameElementDefinition. getPatternHumanName()HumanNameElementDefinition.ElementDefinitionExampleComponent. getValueHumanName()HumanNameExtension. getValueHumanName()HumanNameParameters.ParametersParameterComponent. getValueHumanName()HumanNameTask.ParameterComponent. getValueHumanName()HumanNameTask.TaskOutputComponent. getValueHumanName()HumanNameHumanName. setFamily(String value)HumanNameHumanName. setFamilyElement(StringType value)HumanNameHumanName. setGiven(List<StringType> theGiven)HumanNameHumanName. setPeriod(Period value)HumanNameHumanName. setPrefix(List<StringType> thePrefix)HumanNameHumanName. setSuffix(List<StringType> theSuffix)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.r5.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.r5.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)Citation.CitationCitedArtifactContributorshipEntryComponentCitation.CitationCitedArtifactContributorshipEntryComponent. setName(HumanName value)InsurancePlan.InsurancePlanContactComponentInsurancePlan.InsurancePlanContactComponent. setName(HumanName value)Organization.OrganizationContactComponentOrganization.OrganizationContactComponent. setName(HumanName value)Patient.ContactComponentPatient.ContactComponent. setName(HumanName value)Method parameters in org.hl7.fhir.r5.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.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type HumanName Modifier and Type Method Description voidPatientRenderer. describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, HumanName name, String gender, DateType dob, Identifier id)static StringDataRenderer. displayHumanName(HumanName name)protected voidDataRenderer. renderHumanName(org.hl7.fhir.utilities.xhtml.XhtmlNode x, HumanName name)
-