| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Patient.Contact |
Patient.addContact()
Adds and returns a new value for contact ()
|
Patient.Contact |
Patient.Contact.addRelationship(CodeableConceptDt theValue)
Adds a given new value for relationship ()
|
Patient.Contact |
Patient.Contact.addTelecom(ContactPointDt theValue)
Adds a given new value for telecom ()
|
Patient.Contact |
Patient.getContactFirstRep()
Gets the first repetition for contact (),
creating it if it does not already exist.
|
Patient.Contact |
Patient.Contact.setAddress(AddressDt theValue)
Sets the value(s) for address ()
|
Patient.Contact |
Patient.Contact.setGender(AdministrativeGenderEnum theValue)
Sets the value(s) for gender ()
|
Patient.Contact |
Patient.Contact.setGender(BoundCodeDt<AdministrativeGenderEnum> theValue)
Sets the value(s) for gender ()
|
Patient.Contact |
Patient.Contact.setName(HumanNameDt theValue)
Sets the value(s) for name ()
|
Patient.Contact |
Patient.Contact.setOrganization(ResourceReferenceDt theValue)
Sets the value(s) for organization ()
|
Patient.Contact |
Patient.Contact.setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
Patient.Contact |
Patient.Contact.setRelationship(List<CodeableConceptDt> theValue)
Sets the value(s) for relationship ()
|
Patient.Contact |
Patient.Contact.setTelecom(List<ContactPointDt> theValue)
Sets the value(s) for telecom ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Patient.Contact> |
Patient.getContact()
Gets the value(s) for contact ().
|
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.addContact(Patient.Contact theValue)
Adds a given new value for contact ()
|
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.setContact(List<Patient.Contact> theValue)
Sets the value(s) for contact ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.