
Class DiagnosticReport.Image
- All Implemented Interfaces:
- ca.uhn.fhir.model.api.ICompositeElement,- ca.uhn.fhir.model.api.IElement,- ca.uhn.fhir.model.api.IIdentifiableElement,- ca.uhn.fhir.model.api.IResourceBlock,- ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,- Serializable,- org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- DiagnosticReport
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).
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
 List<T> getAllPopulatedChildElementsOfType(Class<T> theType) Gets the value(s) for comment ().ca.uhn.fhir.model.primitive.StringDtGets the value(s) for comment ().getLink()Gets the value(s) for link ().booleanisEmpty()setComment(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for comment ()setComment(String theString) Sets the value for comment ()setLink(ResourceReferenceDt theValue) Sets the value(s) for link ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElementgetElementSpecificId, getId, setElementSpecificId, setId, setIdMethods inherited from class ca.uhn.fhir.model.api.BaseElementaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserDataMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBasefhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElementgetElementSpecificId, getId, setElementSpecificId, setId, setId
- 
Constructor Details- 
Imagepublic Image()
 
- 
- 
Method Details- 
isEmpty- Specified by:
- isEmptyin interface- org.hl7.fhir.instance.model.api.IBase
 
- 
getAllPopulatedChildElementsOfTypepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
- getAllPopulatedChildElementsOfTypein interface- ca.uhn.fhir.model.api.ICompositeElement
 
- 
getCommentElementGets the value(s) for comment (). creating it if it does not exist. Will not returnnull.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. 
- 
getCommentGets the value(s) for comment (). creating it if it does not exist. This method may returnnull.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. 
- 
setCommentSets the value(s) for comment ()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. 
- 
setCommentSets the value for comment ()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. 
- 
getLinkGets the value(s) for link (). creating it if it does not exist. Will not returnnull.Definition: 
- 
setLinkSets the value(s) for link ()Definition: 
 
-