|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.iod.module.Module org.dcm4che2.iod.module.spatial.SpatialFiducialsModule
public class SpatialFiducialsModule
A class to represent the Spatial Fiducials Module.
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 |
---|
public SpatialFiducialsModule(DicomObject dcmobj)
Method Detail |
---|
public java.util.Date getContentDateTime()
Type 1
public void setContentDateTime(java.util.Date d)
Type 1
d
- public java.lang.String getInstanceNumber()
Type 1
public void setInstanceNumber(java.lang.String s)
Type 1
s
- public java.lang.String getContentLabel()
Type 1
public void setContentLabel(java.lang.String cs)
Type 1
cs
- public java.lang.String getContentDescription()
Type 2
public void setContentDescription(java.lang.String lo)
Type 2
lo
- public java.lang.String getContentCreatorsName()
Type 2
public void setContentCreatorsName(java.lang.String pn)
Type 2
cs
- public void setFiducialSets(FiducialSet[] fidsets)
Type 1
fidsets
- public void setFiducialSet(FiducialSet fidset)
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[])
fidset
- public FiducialSet[] getFiducialSets()
Type 1
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |