
Uses of Class
ca.uhn.fhir.model.dstu2.composite.HumanNameDt
Packages that use HumanNameDt
-
Uses of HumanNameDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return HumanNameDtModifier and TypeMethodDescriptionHumanNameDt.addFamily
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for family ()Adds a new value for family ()HumanNameDt.addGiven
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for given ()Adds a new value for given ()HumanNameDt.addPrefix
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for prefix ()Adds a new value for prefix ()HumanNameDt.addSuffix
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for suffix ()Adds a new value for suffix ()Sets the value(s) for family ()Sets the value(s) for given ()Sets the value(s) for period ()Sets the value(s) for prefix ()Sets the value(s) for suffix ()HumanNameDt.setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()HumanNameDt.setUse
(NameUseEnum theValue) Sets the value(s) for use ()HumanNameDt.setUse
(ca.uhn.fhir.model.primitive.BoundCodeDt<NameUseEnum> theValue) Sets the value(s) for use () -
Uses of HumanNameDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return HumanNameDtModifier and TypeMethodDescriptionPatient.addName()
Adds and returns a new value for name ()Person.addName()
Adds and returns a new value for name ()Organization.Contact.getName()
Gets the value(s) for name ().Patient.Contact.getName()
Gets the value(s) for name ().Practitioner.getName()
Gets the value(s) for name ().RelatedPerson.getName()
Gets the value(s) for name ().Patient.getNameFirstRep()
Gets the first repetition for name (), creating it if it does not already exist.Person.getNameFirstRep()
Gets the first repetition for name (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type HumanNameDtModifier and TypeMethodDescriptionPatient.getName()
Gets the value(s) for name ().Person.getName()
Gets the value(s) for name ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type HumanNameDtModifier and TypeMethodDescriptionPatient.addName
(HumanNameDt theValue) Adds a given new value for name ()Person.addName
(HumanNameDt theValue) Adds a given new value for name ()Organization.Contact.setName
(HumanNameDt theValue) Sets the value(s) for name ()Patient.Contact.setName
(HumanNameDt theValue) Sets the value(s) for name ()Practitioner.setName
(HumanNameDt theValue) Sets the value(s) for name ()RelatedPerson.setName
(HumanNameDt theValue) Sets the value(s) for name ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type HumanNameDtModifier and TypeMethodDescriptionPatient.setName
(List<HumanNameDt> theValue) Sets the value(s) for name ()Person.setName
(List<HumanNameDt> theValue) Sets the value(s) for name ()