Uses of Class
com.ibm.fhir.model.type.HumanName
-
Packages that use HumanName Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of HumanName in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return HumanName Modifier and Type Method Description HumanNameInsurancePlan.Contact. getName()A name associated with the contact.HumanNameOrganization.Contact. getName()A name associated with the contact.HumanNamePatient.Contact. getName()A name associated with the contact person.Methods in com.ibm.fhir.model.resource that return types with arguments of type HumanName Modifier and Type Method Description List<HumanName>Patient. getName()A name associated with the individual.List<HumanName>Person. getName()A name associated with the person.List<HumanName>Practitioner. getName()The name(s) associated with the practitioner.List<HumanName>RelatedPerson. getName()A name associated with the person.Methods in com.ibm.fhir.model.resource with parameters of type HumanName Modifier and Type Method Description InsurancePlan.Contact.BuilderInsurancePlan.Contact.Builder. name(HumanName name)A name associated with the contact.Organization.Contact.BuilderOrganization.Contact.Builder. name(HumanName name)A name associated with the contact.Patient.BuilderPatient.Builder. name(HumanName... name)A name associated with the individual.Patient.Contact.BuilderPatient.Contact.Builder. name(HumanName name)A name associated with the contact person.Person.BuilderPerson.Builder. name(HumanName... name)A name associated with the person.Practitioner.BuilderPractitioner.Builder. name(HumanName... name)The name(s) associated with the practitioner.RelatedPerson.BuilderRelatedPerson.Builder. name(HumanName... name)A name associated with the person.Method parameters in com.ibm.fhir.model.resource with type arguments of type HumanName Modifier and Type Method Description Patient.BuilderPatient.Builder. name(Collection<HumanName> name)A name associated with the individual.Person.BuilderPerson.Builder. name(Collection<HumanName> name)A name associated with the person.Practitioner.BuilderPractitioner.Builder. name(Collection<HumanName> name)The name(s) associated with the practitioner.RelatedPerson.BuilderRelatedPerson.Builder. name(Collection<HumanName> name)A name associated with the person. -
Uses of HumanName in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return HumanName Modifier and Type Method Description HumanNameHumanName.Builder. build()Build theHumanNameMethods in com.ibm.fhir.model.type with parameters of type HumanName Modifier and Type Method Description protected HumanName.BuilderHumanName.Builder. from(HumanName humanName) -
Uses of HumanName in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type HumanName Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, HumanName humanName)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, HumanName humanName)
-