public static class Observation.Related extends BaseIdentifiableElement implements IResourceBlock
Definition: A reference to another resource (usually another Observation but could also be a QuestionnaireAnswer) whose relationship is defined by the relationship type code.
| Constructor and Description |
|---|
Related() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getTarget()
Gets the value(s) for target ().
|
String |
getType()
Gets the value(s) for type ().
|
BoundCodeDt<ObservationRelationshipTypeEnum> |
getTypeElement()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
Observation.Related |
setTarget(ResourceReferenceDt theValue)
Sets the value(s) for target ()
|
Observation.Related |
setType(BoundCodeDt<ObservationRelationshipTypeEnum> theValue)
Sets the value(s) for type ()
|
Observation.Related |
setType(ObservationRelationshipTypeEnum 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 Related()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic BoundCodeDt<ObservationRelationshipTypeEnum> getTypeElement()
null.
Definition: A code specifying the kind of relationship that exists with the target resource
public String getType()
null.
Definition: A code specifying the kind of relationship that exists with the target resource
public Observation.Related setType(BoundCodeDt<ObservationRelationshipTypeEnum> theValue)
Definition: A code specifying the kind of relationship that exists with the target resource
public Observation.Related setType(ObservationRelationshipTypeEnum theValue)
Definition: A code specifying the kind of relationship that exists with the target resource
public ResourceReferenceDt getTarget()
null.
Definition: A reference to the observation or [[[QuestionnaireResponse]]] resource that is related to this observation
public Observation.Related setTarget(ResourceReferenceDt theValue)
Definition: A reference to the observation or [[[QuestionnaireResponse]]] resource that is related to this observation
Copyright © 2014–2016 University Health Network. All rights reserved.