public class CollimatorShapeSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getCenterofCircularCollimator()
Retrieves Center of Circular Collimator.
|
java.lang.String |
getCollimatorLeftVerticalEdge()
Retrieves Collimator Left Vertical Edge.
|
java.lang.String |
getCollimatorLowerHorizontalEdge()
Retrieves Collimator Lower Horizontal Edge.
|
java.lang.String |
getCollimatorRightVerticalEdge()
Retrieves Collimator Right Vertical Edge.
|
java.lang.String |
getCollimatorShape()
Return type of Collimator Shape.
|
java.lang.String |
getCollimatorUpperHorizontalEdge()
Retrieves Collimator Upper Horizontal Edge.
|
java.lang.String |
getRadiusofCircularCollimator()
Retrieves Radius of Circular Collimator.
|
java.lang.String[] |
getVerticesofthePolygonalCollimator()
Retrieves Vertices of the Polygonal Collimator.
|
void |
setCenterofCircularCollimator(java.lang.String[] strCenterofCircularCollimator)
Sets Center of Circular Collimator.
|
void |
setCollimatorLeftVerticalEdge(java.lang.String strCollimatorLeftVerticalEdge)
Sets Collimator Left Vertical Edge.
|
void |
setCollimatorLowerHorizontalEdge(java.lang.String strCollimatorLowerHorizontalEdge)
Sets Collimator Lower Horizontal Edge.
|
void |
setCollimatorRightVerticalEdge(java.lang.String strCollimatorRightVerticalEdge)
Sets Collimator Right Vertical Edge.
|
void |
setCollimatorShape(EnumCollimatorShape enumCollimatorShape)
Sets type Collimator Shape.
|
void |
setCollimatorUpperHorizontalEdge(java.lang.String strCollimatorUpperHorizontalEdge)
Sets Collimator Upper Horizontal Edge.
|
void |
setRadiusofCircularCollimator(java.lang.String strRadiusofCircularCollimator)
Sets Radius of Circular Collimator.
|
void |
setVerticesofthePolygonalCollimator(java.lang.String[] strVerticesofthePolygonalCollimator)
Sets Vertices of the Polygonal Collimator.
|
boolean |
validateForModule()
Validates all the attributes in CollimatorShapeSequenceItem 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 - throws InvalidItemException If Mandatory or Conditional element fails.public void setCollimatorShape(EnumCollimatorShape enumCollimatorShape)
enumCollimatorShape - -enum value of Collimator Shape.public java.lang.String getCollimatorShape()
public void setCollimatorLeftVerticalEdge(java.lang.String strCollimatorLeftVerticalEdge)
strCollimatorLeftVerticalEdge - String value of Collimator Left Vertical Edge.public java.lang.String getCollimatorLeftVerticalEdge()
public void setCollimatorRightVerticalEdge(java.lang.String strCollimatorRightVerticalEdge)
strCollimatorRightVerticalEdge - String value of Collimator Right Vertical Edge.public java.lang.String getCollimatorRightVerticalEdge()
public void setCollimatorUpperHorizontalEdge(java.lang.String strCollimatorUpperHorizontalEdge)
strCollimatorUpperHorizontalEdge - String value of Collimator Upper Horizontal Edge.public java.lang.String getCollimatorUpperHorizontalEdge()
public void setCollimatorLowerHorizontalEdge(java.lang.String strCollimatorLowerHorizontalEdge)
strCollimatorLowerHorizontalEdge - String value of Collimator Lower Horizontal Edge.public java.lang.String getCollimatorLowerHorizontalEdge()
public void setCenterofCircularCollimator(java.lang.String[] strCenterofCircularCollimator)
strCenterofCircularCollimator - String value of Center of Circular Collimator.public java.lang.String[] getCenterofCircularCollimator()
public void setRadiusofCircularCollimator(java.lang.String strRadiusofCircularCollimator)
strRadiusofCircularCollimator - String value of Radius of Circular Collimator.public java.lang.String getRadiusofCircularCollimator()
public void setVerticesofthePolygonalCollimator(java.lang.String[] strVerticesofthePolygonalCollimator)
strVerticesofthePolygonalCollimator - String value of Vertices of the Polygonal Collimator.public java.lang.String[] getVerticesofthePolygonalCollimator()