public static class Organization.Contact extends BaseIdentifiableElement implements IResourceBlock
Definition:
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
ContactPointDt |
addTelecom()
Adds and returns a new value for telecom ()
|
Organization.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) |
HumanNameDt |
getName()
Gets the value(s) for name ().
|
CodeableConceptDt |
getPurpose()
Gets the value(s) for purpose ().
|
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() |
Organization.Contact |
setAddress(AddressDt theValue)
Sets the value(s) for address ()
|
Organization.Contact |
setName(HumanNameDt theValue)
Sets the value(s) for name ()
|
Organization.Contact |
setPurpose(CodeableConceptDt theValue)
Sets the value(s) for purpose ()
|
Organization.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 CodeableConceptDt getPurpose()
null.
Definition: Indicates a purpose for which the contact can be reached
public Organization.Contact setPurpose(CodeableConceptDt theValue)
Definition: Indicates a purpose for which the contact can be reached
public HumanNameDt getName()
null.
Definition: A name associated with the contact
public Organization.Contact setName(HumanNameDt theValue)
Definition: A name associated with the contact
public List<ContactPointDt> getTelecom()
null.
Definition: A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.
public Organization.Contact setTelecom(List<ContactPointDt> theValue)
Definition: A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.
public ContactPointDt addTelecom()
Definition: A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.
public Organization.Contact addTelecom(ContactPointDt theValue)
Definition: A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.
theValue - The telecom to add (must not be null)public ContactPointDt getTelecomFirstRep()
Definition: A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.
public AddressDt getAddress()
null.
Definition: Visiting or postal addresses for the contact
public Organization.Contact setAddress(AddressDt theValue)
Definition: Visiting or postal addresses for the contact
Copyright © 2014–2016 University Health Network. All rights reserved.