public class PETFrameAcquisitionSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataCollectionDiameter()
Retrieves Data Collection Diameter.
|
java.lang.String |
getGantryDetectorSlew()
Retrieves Gantry Detector Slew.
|
java.lang.String |
getGantryDetectorTilt()
Retrieves Gantry Detector Tilt.
|
java.lang.String |
getTableHeight()
Retrieves Table Height.
|
void |
setDataCollectionDiameter(java.lang.String strDataCollectionDiameter)
Sets Data Collection Diameter.
|
void |
setGantryDetectorSlew(java.lang.String strGantryDetectorSlew)
Sets Gantry Detector Slew.
|
void |
setGantryDetectorTilt(java.lang.String strGantryDetectorTilt)
Sets Gantry Detector Tilt.
|
void |
setTableHeight(java.lang.String strTableHeight)
Sets the Table Height.
|
boolean |
validateForModule()
Validates all the attributes in PETFrameAcquisitionSequenceItem 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 setTableHeight(java.lang.String strTableHeight)
strTableHeight - String value of Table Height.public java.lang.String getTableHeight()
public void setGantryDetectorTilt(java.lang.String strGantryDetectorTilt)
strGantryDetectorTilt - String value of Gantry Detector Tilt.public java.lang.String getGantryDetectorTilt()
public void setGantryDetectorSlew(java.lang.String strGantryDetectorSlew)
strGantryDetectorSlew - String value of Gantry Detector Slew.public java.lang.String getGantryDetectorSlew()
public void setDataCollectionDiameter(java.lang.String strDataCollectionDiameter)
strDataCollectionDiameter - String value of Data Collection Diameter.public java.lang.String getDataCollectionDiameter()