public static class Patient.Link extends BaseIdentifiableElement implements IResourceBlock
Definition: Link to another patient resource that concerns the same actual patient
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getOther()
Gets the value(s) for other ().
|
String |
getType()
Gets the value(s) for type ().
|
BoundCodeDt<LinkTypeEnum> |
getTypeElement()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
Patient.Link |
setOther(ResourceReferenceDt theValue)
Sets the value(s) for other ()
|
Patient.Link |
setType(BoundCodeDt<LinkTypeEnum> theValue)
Sets the value(s) for type ()
|
Patient.Link |
setType(LinkTypeEnum theValue)
Sets the value(s) for type ()
|
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 Link()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic ResourceReferenceDt getOther()
null.
Definition: The other patient resource that the link refers to
public Patient.Link setOther(ResourceReferenceDt theValue)
Definition: The other patient resource that the link refers to
public BoundCodeDt<LinkTypeEnum> getTypeElement()
null.
Definition: The type of link between this patient resource and another patient resource.
public String getType()
null.
Definition: The type of link between this patient resource and another patient resource.
public Patient.Link setType(BoundCodeDt<LinkTypeEnum> theValue)
Definition: The type of link between this patient resource and another patient resource.
public Patient.Link setType(LinkTypeEnum theValue)
Definition: The type of link between this patient resource and another patient resource.
Copyright © 2014–2016 University Health Network. All rights reserved.