org.dcm4che2.iod.module.pr
Class GraphicAnnotationModule

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.pr.GraphicAnnotationModule

public class GraphicAnnotationModule
extends Module

C.10.5 Graphic annotations provide information about lines and circles displayed on the image(s).

Since:
July 19, 2007
Version:
$Revision$ $Date$
Author:
Bill Wallace

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
GraphicAnnotationModule(DicomObject dcmobj)
          Create a display shutter IOD instance on the given dicom object data.
 
Method Summary
 java.lang.String getGraphicLayer()
          This returns the name of hte graphic layer to use.
 GraphicObject[] getGraphicObjects()
           
 ImageSOPInstanceReference[] getImageSOPInstanceReferences()
          Gets the image sop instance references, null if none (means to apply everywhere).
 TextObject[] getTextObjects()
           
static GraphicAnnotationModule[] toGraphicAnnotationModules(DicomElement sq)
          Gets all the graphic annotation modules associated with the sequence.
static GraphicAnnotationModule[] toGraphicAnnotationModules(DicomObject dcmobj)
          Return an array of the graphic annotation module instances in this GSPS, given an overall dicom object.
 
Methods inherited from class org.dcm4che2.iod.module.Module
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicAnnotationModule

public GraphicAnnotationModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data.

Method Detail

toGraphicAnnotationModules

public static GraphicAnnotationModule[] toGraphicAnnotationModules(DicomElement sq)
Gets all the graphic annotation modules associated with the sequence.


toGraphicAnnotationModules

public static GraphicAnnotationModule[] toGraphicAnnotationModules(DicomObject dcmobj)
Return an array of the graphic annotation module instances in this GSPS, given an overall dicom object.

Parameters:
dcmobj -
Returns:

getGraphicLayer

public java.lang.String getGraphicLayer()
This returns the name of hte graphic layer to use. This will be a reference to a graphic layer in the overall GSPS object.

Returns:

getImageSOPInstanceReferences

public ImageSOPInstanceReference[] getImageSOPInstanceReferences()
Gets the image sop instance references, null if none (means to apply everywhere).


getGraphicObjects

public GraphicObject[] getGraphicObjects()

getTextObjects

public TextObject[] getTextObjects()


Copyright © 2011 dcm4che. All Rights Reserved.