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(ca.uhn.fhir.model.primitive.BooleanDt theValue) |
Sets the value(s) for active (status)
|
Person |
Person.setAddress(List<AddressDt> theValue) |
Sets the value(s) for address ()
|
Person |
Person.setBirthDate(ca.uhn.fhir.model.primitive.DateDt theValue) |
Sets the value(s) for birthDate ()
|
Person |
Person.setBirthDate(Date theDate,
ca.uhn.fhir.model.api.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(ca.uhn.fhir.model.primitive.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 ()
|