| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.addAddress(AddressDt theValue)
Adds a given new value for address ()
|
Person |
Person.addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier (id)
|
Person |
Person.addLink(Person.Link theValue)
Adds a given new value for link ()
|
Person |
Person.addName(HumanNameDt theValue)
Adds a given new value for name ()
|
Person |
Person.addTelecom(ContactPointDt theValue)
Adds a given new value for telecom ()
|
Person |
Person.setActive(boolean theBoolean)
Sets the value for active (status)
|
Person |
Person.setActive(BooleanDt theValue)
Sets the value(s) for active (status)
|
Person |
Person.setAddress(List<AddressDt> theValue)
Sets the value(s) for address ()
|
Person |
Person.setBirthDate(DateDt theValue)
Sets the value(s) for birthDate ()
|
Person |
Person.setBirthDate(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for birthDate ()
|
Person |
Person.setBirthDateWithDayPrecision(Date theDate)
Sets the value for birthDate ()
|
Person |
Person.setGender(AdministrativeGenderEnum theValue)
Sets the value(s) for gender ()
|
Person |
Person.setGender(BoundCodeDt<AdministrativeGenderEnum> theValue)
Sets the value(s) for gender ()
|
Person |
Person.setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier (id)
|
Person |
Person.setLink(List<Person.Link> theValue)
Sets the value(s) for link ()
|
Person |
Person.setManagingOrganization(ResourceReferenceDt theValue)
Sets the value(s) for managingOrganization ()
|
Person |
Person.setName(List<HumanNameDt> theValue)
Sets the value(s) for name ()
|
Person |
Person.setPhoto(AttachmentDt theValue)
Sets the value(s) for photo ()
|
Person |
Person.setTelecom(List<ContactPointDt> theValue)
Sets the value(s) for telecom ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.