Uses of Class
ca.uhn.fhir.model.dstu2.composite.HumanNameDt
-
Packages that use HumanNameDt Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.resource -
-
Uses of HumanNameDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return HumanNameDt Modifier and Type Method Description HumanNameDtHumanNameDt. addFamily(ca.uhn.fhir.model.primitive.StringDt theValue)Adds a given new value for family ()HumanNameDtHumanNameDt. addFamily(String theString)Adds a new value for family ()HumanNameDtHumanNameDt. addGiven(ca.uhn.fhir.model.primitive.StringDt theValue)Adds a given new value for given ()HumanNameDtHumanNameDt. addGiven(String theString)Adds a new value for given ()HumanNameDtHumanNameDt. addPrefix(ca.uhn.fhir.model.primitive.StringDt theValue)Adds a given new value for prefix ()HumanNameDtHumanNameDt. addPrefix(String theString)Adds a new value for prefix ()HumanNameDtHumanNameDt. addSuffix(ca.uhn.fhir.model.primitive.StringDt theValue)Adds a given new value for suffix ()HumanNameDtHumanNameDt. addSuffix(String theString)Adds a new value for suffix ()HumanNameDtHumanNameDt. setFamily(List<ca.uhn.fhir.model.primitive.StringDt> theValue)Sets the value(s) for family ()HumanNameDtHumanNameDt. setGiven(List<ca.uhn.fhir.model.primitive.StringDt> theValue)Sets the value(s) for given ()HumanNameDtHumanNameDt. setPeriod(PeriodDt theValue)Sets the value(s) for period ()HumanNameDtHumanNameDt. setPrefix(List<ca.uhn.fhir.model.primitive.StringDt> theValue)Sets the value(s) for prefix ()HumanNameDtHumanNameDt. setSuffix(List<ca.uhn.fhir.model.primitive.StringDt> theValue)Sets the value(s) for suffix ()HumanNameDtHumanNameDt. setText(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for text ()HumanNameDtHumanNameDt. setText(String theString)Sets the value for text ()HumanNameDtHumanNameDt. setUse(NameUseEnum theValue)Sets the value(s) for use ()HumanNameDtHumanNameDt. 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 HumanNameDt Modifier and Type Method Description HumanNameDtPatient. addName()Adds and returns a new value for name ()HumanNameDtPerson. addName()Adds and returns a new value for name ()HumanNameDtOrganization.Contact. getName()Gets the value(s) for name ().HumanNameDtPatient.Contact. getName()Gets the value(s) for name ().HumanNameDtPractitioner. getName()Gets the value(s) for name ().HumanNameDtRelatedPerson. getName()Gets the value(s) for name ().HumanNameDtPatient. getNameFirstRep()Gets the first repetition for name (), creating it if it does not already exist.HumanNameDtPerson. 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 HumanNameDt Modifier and Type Method Description List<HumanNameDt>Patient. getName()Gets the value(s) for name ().List<HumanNameDt>Person. getName()Gets the value(s) for name ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type HumanNameDt Modifier and Type Method Description PatientPatient. addName(HumanNameDt theValue)Adds a given new value for name ()PersonPerson. addName(HumanNameDt theValue)Adds a given new value for name ()Organization.ContactOrganization.Contact. setName(HumanNameDt theValue)Sets the value(s) for name ()Patient.ContactPatient.Contact. setName(HumanNameDt theValue)Sets the value(s) for name ()PractitionerPractitioner. setName(HumanNameDt theValue)Sets the value(s) for name ()RelatedPersonRelatedPerson. setName(HumanNameDt theValue)Sets the value(s) for name ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type HumanNameDt Modifier and Type Method Description PatientPatient. setName(List<HumanNameDt> theValue)Sets the value(s) for name ()PersonPerson. setName(List<HumanNameDt> theValue)Sets the value(s) for name ()
-