public static class Observation.Related extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getTarget()
Gets the value(s) for target ().
|
String |
getType()
Gets the value(s) for type ().
|
ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Related()
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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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–2018 University Health Network. All rights reserved.