org.dcm4che2.iod.module.spatial
Class GraphicCoordinatesData

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.spatial.GraphicCoordinatesData
Direct Known Subclasses:
Fiducial

public class GraphicCoordinatesData
extends Module

Version:
$Revision: 720 $ $Date: 2006-11-26 18:40:54 +0100 (Sun, 26 Nov 2006) $
Author:
Antonio Magni , Gunter Zeilinger

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
GraphicCoordinatesData()
           
GraphicCoordinatesData(DicomObject dcmobj)
           
 
Method Summary
 float[] getGraphicData()
          Graphic point coordinates of the fiducial.
 ImageSOPInstanceReference getReferencedImage()
          Image containing the fiducial's graphic coordinates.
 void setGraphicData(float[] fl)
          Graphic point coordinates of the fiducial.
 void setReferencedImage(ImageSOPInstanceReference sop)
          Image containing the fiducial's graphic coordinates.
static GraphicCoordinatesData[] toGraphicCoordinatesData(DicomElement sq)
           
 
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

GraphicCoordinatesData

public GraphicCoordinatesData()

GraphicCoordinatesData

public GraphicCoordinatesData(DicomObject dcmobj)
Method Detail

toGraphicCoordinatesData

public static GraphicCoordinatesData[] toGraphicCoordinatesData(DicomElement sq)

getGraphicData

public float[] getGraphicData()
Graphic point coordinates of the fiducial. Graphic point coordinates of the fiducial points in the image of the Referenced Image Sequence. If Fiducial's Contour Data (3006,0050) is present, these points correlate to the points in the Contour Data, one row-column pair for each point and in the same order. See C.10.5.1.2 for further explanation.

Tpe 1

Returns:

setGraphicData

public void setGraphicData(float[] fl)
Graphic point coordinates of the fiducial. Graphic point coordinates of the fiducial points in the image of the Referenced Image Sequence. If Fiducial's Contour Data (3006,0050) is present, these points correlate to the points in the Contour Data, one row-column pair for each point and in the same order. See C.10.5.1.2 for further explanation.

Type 1

Parameters:
fl -

setReferencedImage

public void setReferencedImage(ImageSOPInstanceReference sop)
Image containing the fiducial's graphic coordinates. A sequence that specifies the image containing the fiducial's graphic coordinates. Only one item shall be present. Shall be an image within the set of the images in the Referenced Image Sequence (0008,1140) of the encapsulating Fiducial Set Sequence (0070,031C) item.

Type 1

Parameters:
sop -

getReferencedImage

public ImageSOPInstanceReference getReferencedImage()
Image containing the fiducial's graphic coordinates. A sequence that specifies the image containing the fiducial's graphic coordinates. Only one item shall be present. Shall be an image within the set of the images in the Referenced Image Sequence (0008,1140) of the encapsulating Fiducial Set Sequence (0070,031C) item.

Type 1

Returns:


Copyright © 2011 dcm4che. All Rights Reserved.