org.dcm4che2.iod.module.spatial
Class SpatialFiducialsModule

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.spatial.SpatialFiducialsModule

public class SpatialFiducialsModule
extends Module

A class to represent the Spatial Fiducials Module.

Author:
Antonio Magni

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
SpatialFiducialsModule(DicomObject dcmobj)
           
 
Method Summary
 java.lang.String getContentCreatorsName()
          Name of operator performing the registration (such as a technologist or physician).
 java.util.Date getContentDateTime()
          The date and time the content creation started.
 java.lang.String getContentDescription()
          A description of this registration.
 java.lang.String getContentLabel()
          A label that is used to identify this registration.
 FiducialSet[] getFiducialSets()
          A sequence of one or more items, each of which is a fiducial set.
 java.lang.String getInstanceNumber()
          A number that identifies this instance.
 void setContentCreatorsName(java.lang.String pn)
          Name of operator performing the registration (such as a technologist or physician).
 void setContentDateTime(java.util.Date d)
          The date and time the content creation started.
 void setContentDescription(java.lang.String lo)
          A description of this registration.
 void setContentLabel(java.lang.String cs)
          A label that is used to identify this registration.
 void setFiducialSet(FiducialSet fidset)
          Set a single FiducialSet.
 void setFiducialSets(FiducialSet[] fidsets)
          A sequence of one or more items, each of which is a fiducial set.
 void setInstanceNumber(java.lang.String s)
          A number that identifies this instance.
 
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

SpatialFiducialsModule

public SpatialFiducialsModule(DicomObject dcmobj)
Method Detail

getContentDateTime

public java.util.Date getContentDateTime()
The date and time the content creation started.

Type 1

Returns:

setContentDateTime

public void setContentDateTime(java.util.Date d)
The date and time the content creation started.

Type 1

Parameters:
d -

getInstanceNumber

public java.lang.String getInstanceNumber()
A number that identifies this instance.

Type 1

Returns:

setInstanceNumber

public void setInstanceNumber(java.lang.String s)
A number that identifies this instance.

Type 1

Parameters:
s -

getContentLabel

public java.lang.String getContentLabel()
A label that is used to identify this registration.

Type 1


setContentLabel

public void setContentLabel(java.lang.String cs)
A label that is used to identify this registration.

Type 1

Parameters:
cs -

getContentDescription

public java.lang.String getContentDescription()
A description of this registration.

Type 2

Returns:

setContentDescription

public void setContentDescription(java.lang.String lo)
A description of this registration.

Type 2

Parameters:
lo -

getContentCreatorsName

public java.lang.String getContentCreatorsName()
Name of operator performing the registration (such as a technologist or physician).

Type 2

Returns:

setContentCreatorsName

public void setContentCreatorsName(java.lang.String pn)
Name of operator performing the registration (such as a technologist or physician).

Type 2

Parameters:
cs -

setFiducialSets

public void setFiducialSets(FiducialSet[] fidsets)
A sequence of one or more items, each of which is a fiducial set.

Type 1

Parameters:
fidsets -

setFiducialSet

public void setFiducialSet(FiducialSet fidset)
Set a single FiducialSet.

This is a shortcut method for setFiducialSets(FiducialSet[]), useful when only one FiducialSet needs to be stored. Creates a single element array and passes it to setFiducialSets(FiducialSet[])

Parameters:
fidset -

getFiducialSets

public FiducialSet[] getFiducialSets()
A sequence of one or more items, each of which is a fiducial set.

Type 1

Returns:


Copyright © 2011 dcm4che. All Rights Reserved.