public class FiducialSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getContourData()
Retrieves the coordinates of this item's fiducial.
|
double |
getContourUncertaintyRadius()
Retrieves the coordinates of this item's fiducial.
|
java.lang.String |
getFiducialDescription()
Retrieves the User description or comments about the fiducial.
|
java.lang.String |
getFiducialIdentifier()
Retrieves a fiducial assignment identifier that is unique within this Fiducial Sequence item but may match the fiducial identifier of an equivalent feature in another item.
|
FiducialIdentifierCodeSequence |
getFiducialIdentifierCodeSequence()
Retrieves pre-initialized object of Fiducial Identifier Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getFiducialUID()
Retrieves the Globally unique identifier for the fiducial instance of this fiducial assignment.
|
GraphicCoordinatesDataSequence |
getGraphicCoordinatesDataSequence()
Retrieves pre-initialized object of Graphic Coordinates Data Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getNumberofContourPoints()
Retrieves Number of points (triplets) in Contour Data
|
java.lang.String |
getShapeType()
Retrieves Shape Type (0070,0306) defines the geometric interpretation of the Contour
Data (3006,0050.
|
void |
setContourData(java.lang.String[] arrstrContourData)
Sets the coordinates of this item's fiducial.
|
void |
setContourUncertaintyRadius(double dblContourUncertaintyRadius)
Sets the coordinates of this item's fiducial.
|
void |
setFiducialDescription(java.lang.String strFiducialDescription)
Sets the User description or comments about the fiducial.
|
void |
setFiducialIdentifier(java.lang.String strFiducialIdentifier)
Sets a fiducial assignment identifier that is unique within this Fiducial Sequence item but may match the fiducial identifier of an equivalent feature in another item.
|
void |
setFiducialUID(java.lang.String strFiducialUID)
Sets the Globally unique identifier for the fiducial instance of this fiducial assignment.
|
void |
setNumberofContourPoints(java.lang.String strNumberofContourPoints)
Sets Number of points (triplets) in Contour Data
|
void |
setShapeType(EnumShapeType enumShapeType)
Sets Shape Type (0070,0306) defines the geometric interpretation of the Contour
Data (3006,0050) in terms of EnumShapeType.
|
boolean |
validateForModule()
Validates all the attributes in Fiducial Sequence Item that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - If Mandatory or Conditional element fails.public void setFiducialIdentifier(java.lang.String strFiducialIdentifier)
strFiducialIdentifier - String value of fiducial assignment identifierpublic java.lang.String getFiducialIdentifier()
public void setFiducialUID(java.lang.String strFiducialUID)
strFiducialUID - String value of Globally unique identifierpublic java.lang.String getFiducialUID()
public void setFiducialDescription(java.lang.String strFiducialDescription)
strFiducialDescription - String value of User descriptionpublic java.lang.String getFiducialDescription()
public void setShapeType(EnumShapeType enumShapeType)
enumShapeType - Enum value for geometric interpretation of the Contour Datapublic java.lang.String getShapeType()
public void setNumberofContourPoints(java.lang.String strNumberofContourPoints)
strNumberofContourPoints - String value of Number of pointspublic java.lang.String getNumberofContourPoints()
public void setContourData(java.lang.String[] arrstrContourData)
arrstrContourData - String array of coordinatespublic java.lang.String[] getContourData()
public void setContourUncertaintyRadius(double dblContourUncertaintyRadius)
dblContourUncertaintyRadius - String array of coordinatespublic double getContourUncertaintyRadius()
public FiducialIdentifierCodeSequence getFiducialIdentifierCodeSequence()
public GraphicCoordinatesDataSequence getGraphicCoordinatesDataSequence()