public class PETTableDynamicsSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double |
getTableSpeed()
Retrieves The distance in mm that the table moves in one second during the gathering of data that resulted in this frame.
|
void |
setTableSpeed(double dTableSpeed)
Sets The distance in mm that the table moves in one second during the gathering of
data that resulted in this frame.
|
boolean |
validateForModule()
Validates all the attributes in PETTableDynamicsSequenceItem 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 setTableSpeed(double dTableSpeed)
dTableSpeed - double value of Table Speed.public double getTableSpeed()