public static class Patient.Link extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getOther()
Gets the value(s) for other ().
|
String |
getType()
Gets the value(s) for type ().
|
ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Link()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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–2018 University Health Network. All rights reserved.