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(ca.uhn.fhir.model.primitive.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 ()
|