public static class Patient.Contact extends BaseIdentifiableElement implements IResourceBlock
Definition: A contact party (e.g. guardian, partner, friend) for the patient
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
CodeableConceptDt |
addRelationship()
Adds and returns a new value for relationship ()
|
Patient.Contact |
addRelationship(CodeableConceptDt theValue)
Adds a given new value for relationship ()
|
ContactPointDt |
addTelecom()
Adds and returns a new value for telecom ()
|
Patient.Contact |
addTelecom(ContactPointDt theValue)
Adds a given new value for telecom ()
|
AddressDt |
getAddress()
Gets the value(s) for address ().
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getGender()
Gets the value(s) for gender ().
|
BoundCodeDt<AdministrativeGenderEnum> |
getGenderElement()
Gets the value(s) for gender ().
|
HumanNameDt |
getName()
Gets the value(s) for name ().
|
ResourceReferenceDt |
getOrganization()
Gets the value(s) for organization ().
|
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
List<CodeableConceptDt> |
getRelationship()
Gets the value(s) for relationship ().
|
CodeableConceptDt |
getRelationshipFirstRep()
Gets the first repetition for relationship (),
creating it if it does not already exist.
|
List<ContactPointDt> |
getTelecom()
Gets the value(s) for telecom ().
|
ContactPointDt |
getTelecomFirstRep()
Gets the first repetition for telecom (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
Patient.Contact |
setAddress(AddressDt theValue)
Sets the value(s) for address ()
|
Patient.Contact |
setGender(AdministrativeGenderEnum theValue)
Sets the value(s) for gender ()
|
Patient.Contact |
setGender(BoundCodeDt<AdministrativeGenderEnum> theValue)
Sets the value(s) for gender ()
|
Patient.Contact |
setName(HumanNameDt theValue)
Sets the value(s) for name ()
|
Patient.Contact |
setOrganization(ResourceReferenceDt theValue)
Sets the value(s) for organization ()
|
Patient.Contact |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
Patient.Contact |
setRelationship(List<CodeableConceptDt> theValue)
Sets the value(s) for relationship ()
|
Patient.Contact |
setTelecom(List<ContactPointDt> theValue)
Sets the value(s) for telecom ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Contact()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<CodeableConceptDt> getRelationship()
null.
Definition: The nature of the relationship between the patient and the contact person
public Patient.Contact setRelationship(List<CodeableConceptDt> theValue)
Definition: The nature of the relationship between the patient and the contact person
public CodeableConceptDt addRelationship()
Definition: The nature of the relationship between the patient and the contact person
public Patient.Contact addRelationship(CodeableConceptDt theValue)
Definition: The nature of the relationship between the patient and the contact person
theValue - The relationship to add (must not be null)public CodeableConceptDt getRelationshipFirstRep()
Definition: The nature of the relationship between the patient and the contact person
public HumanNameDt getName()
null.
Definition: A name associated with the contact person
public Patient.Contact setName(HumanNameDt theValue)
Definition: A name associated with the contact person
public List<ContactPointDt> getTelecom()
null.
Definition: A contact detail for the person, e.g. a telephone number or an email address.
public Patient.Contact setTelecom(List<ContactPointDt> theValue)
Definition: A contact detail for the person, e.g. a telephone number or an email address.
public ContactPointDt addTelecom()
Definition: A contact detail for the person, e.g. a telephone number or an email address.
public Patient.Contact addTelecom(ContactPointDt theValue)
Definition: A contact detail for the person, e.g. a telephone number or an email address.
theValue - The telecom to add (must not be null)public ContactPointDt getTelecomFirstRep()
Definition: A contact detail for the person, e.g. a telephone number or an email address.
public AddressDt getAddress()
null.
Definition: Address for the contact person
public Patient.Contact setAddress(AddressDt theValue)
Definition: Address for the contact person
public BoundCodeDt<AdministrativeGenderEnum> getGenderElement()
null.
Definition: Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.
public String getGender()
null.
Definition: Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.
public Patient.Contact setGender(BoundCodeDt<AdministrativeGenderEnum> theValue)
Definition: Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.
public Patient.Contact setGender(AdministrativeGenderEnum theValue)
Definition: Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.
public ResourceReferenceDt getOrganization()
null.
Definition: Organization on behalf of which the contact is acting or for which the contact is working.
public Patient.Contact setOrganization(ResourceReferenceDt theValue)
Definition: Organization on behalf of which the contact is acting or for which the contact is working.
public PeriodDt getPeriod()
null.
Definition: The period during which this contact person or organization is valid to be contacted relating to this patient
public Patient.Contact setPeriod(PeriodDt theValue)
Definition: The period during which this contact person or organization is valid to be contacted relating to this patient
Copyright © 2014–2016 University Health Network. All rights reserved.