public static class DocumentReference.RelatesTo extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Relationships that this document has with other document references that already exist
| Constructor and Description |
|---|
RelatesTo() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCode()
Gets the value(s) for code ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentRelationshipTypeEnum> |
getCodeElement()
Gets the value(s) for code ().
|
ResourceReferenceDt |
getTarget()
Gets the value(s) for target ().
|
boolean |
isEmpty() |
DocumentReference.RelatesTo |
setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentRelationshipTypeEnum> theValue)
Sets the value(s) for code ()
|
DocumentReference.RelatesTo |
setCode(DocumentRelationshipTypeEnum theValue)
Sets the value(s) for code ()
|
DocumentReference.RelatesTo |
setTarget(ResourceReferenceDt theValue)
Sets the value(s) for target ()
|
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 RelatesTo()
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<DocumentRelationshipTypeEnum> getCodeElement()
null.
Definition: The type of relationship that this document has with anther document
public String getCode()
null.
Definition: The type of relationship that this document has with anther document
public DocumentReference.RelatesTo setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentRelationshipTypeEnum> theValue)
Definition: The type of relationship that this document has with anther document
public DocumentReference.RelatesTo setCode(DocumentRelationshipTypeEnum theValue)
Definition: The type of relationship that this document has with anther document
public ResourceReferenceDt getTarget()
null.
Definition: The target document of this relationship
public DocumentReference.RelatesTo setTarget(ResourceReferenceDt theValue)
Definition: The target document of this relationship
Copyright © 2014–2018 University Health Network. All rights reserved.