| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.composite | |
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
HumanNameDt |
HumanNameDt.addFamily(String theString)
Adds a new value for family ()
|
HumanNameDt |
HumanNameDt.addFamily(StringDt theValue)
Adds a given new value for family ()
|
HumanNameDt |
HumanNameDt.addGiven(String theString)
Adds a new value for given ()
|
HumanNameDt |
HumanNameDt.addGiven(StringDt theValue)
Adds a given new value for given ()
|
HumanNameDt |
HumanNameDt.addPrefix(String theString)
Adds a new value for prefix ()
|
HumanNameDt |
HumanNameDt.addPrefix(StringDt theValue)
Adds a given new value for prefix ()
|
HumanNameDt |
HumanNameDt.addSuffix(String theString)
Adds a new value for suffix ()
|
HumanNameDt |
HumanNameDt.addSuffix(StringDt theValue)
Adds a given new value for suffix ()
|
HumanNameDt |
HumanNameDt.setFamily(List<StringDt> theValue)
Sets the value(s) for family ()
|
HumanNameDt |
HumanNameDt.setGiven(List<StringDt> theValue)
Sets the value(s) for given ()
|
HumanNameDt |
HumanNameDt.setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
HumanNameDt |
HumanNameDt.setPrefix(List<StringDt> theValue)
Sets the value(s) for prefix ()
|
HumanNameDt |
HumanNameDt.setSuffix(List<StringDt> theValue)
Sets the value(s) for suffix ()
|
HumanNameDt |
HumanNameDt.setText(String theString)
Sets the value for text ()
|
HumanNameDt |
HumanNameDt.setText(StringDt theValue)
Sets the value(s) for text ()
|
HumanNameDt |
HumanNameDt.setUse(BoundCodeDt<NameUseEnum> theValue)
Sets the value(s) for use ()
|
HumanNameDt |
HumanNameDt.setUse(NameUseEnum theValue)
Sets the value(s) for use ()
|
| Modifier and Type | Method and Description |
|---|---|
HumanNameDt |
Person.addName()
Adds and returns a new value for name ()
|
HumanNameDt |
Patient.addName()
Adds and returns a new value for name ()
|
HumanNameDt |
User.getName()
Gets the value(s) for name ().
|
HumanNameDt |
RelatedPerson.getName()
Gets the value(s) for name ().
|
HumanNameDt |
Practitioner.getName()
Gets the value(s) for name ().
|
HumanNameDt |
Patient.Contact.getName()
Gets the value(s) for name ().
|
HumanNameDt |
Organization.Contact.getName()
Gets the value(s) for name ().
|
HumanNameDt |
Person.getNameFirstRep()
Gets the first repetition for name (),
creating it if it does not already exist.
|
HumanNameDt |
Patient.getNameFirstRep()
Gets the first repetition for name (),
creating it if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
List<HumanNameDt> |
Person.getName()
Gets the value(s) for name ().
|
List<HumanNameDt> |
Patient.getName()
Gets the value(s) for name ().
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.addName(HumanNameDt theValue)
Adds a given new value for name ()
|
Patient |
Patient.addName(HumanNameDt theValue)
Adds a given new value for name ()
|
User |
User.setName(HumanNameDt theValue)
Sets the value(s) for name ()
|
RelatedPerson |
RelatedPerson.setName(HumanNameDt theValue)
Sets the value(s) for name ()
|
Practitioner |
Practitioner.setName(HumanNameDt theValue)
Sets the value(s) for name ()
|
Patient.Contact |
Patient.Contact.setName(HumanNameDt theValue)
Sets the value(s) for name ()
|
Organization.Contact |
Organization.Contact.setName(HumanNameDt theValue)
Sets the value(s) for name ()
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setName(List<HumanNameDt> theValue)
Sets the value(s) for name ()
|
Patient |
Patient.setName(List<HumanNameDt> theValue)
Sets the value(s) for name ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.