public static class DiagnosticReport.Image extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A list of key images associated with this report. The images are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest).
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getComment()
Gets the value(s) for comment ().
|
ca.uhn.fhir.model.primitive.StringDt |
getCommentElement()
Gets the value(s) for comment ().
|
ResourceReferenceDt |
getLink()
Gets the value(s) for link ().
|
boolean |
isEmpty() |
DiagnosticReport.Image |
setComment(String theString)
Sets the value for comment ()
|
DiagnosticReport.Image |
setComment(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for comment ()
|
DiagnosticReport.Image |
setLink(ResourceReferenceDt theValue)
Sets the value(s) for link ()
|
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 Image()
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.StringDt getCommentElement()
null.
Definition: A comment about the image. Typically, this is used to provide an explanation for why the image is included, or to draw the viewer's attention to important features.
public String getComment()
null.
Definition: A comment about the image. Typically, this is used to provide an explanation for why the image is included, or to draw the viewer's attention to important features.
public DiagnosticReport.Image setComment(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: A comment about the image. Typically, this is used to provide an explanation for why the image is included, or to draw the viewer's attention to important features.
public DiagnosticReport.Image setComment(String theString)
Definition: A comment about the image. Typically, this is used to provide an explanation for why the image is included, or to draw the viewer's attention to important features.
public ResourceReferenceDt getLink()
null.
Definition:
public DiagnosticReport.Image setLink(ResourceReferenceDt theValue)
Definition:
Copyright © 2014–2018 University Health Network. All rights reserved.