public class CTTableDynamicsSequenceItem extends Item
CTTableDynamicsSequence.| Modifier and Type | Method and Description |
|---|---|
double |
getSpiralPitchFactor()
Retrieves Ratio of the Table Feed per Rotation (0018,9310) to the Total Collimation Width (0018,9307).
|
double |
getTableFeedPerRotation()
Retrieves Motion of the table (in mm) during a complete revolution of the source around the gantry orbit.
|
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 |
setSpiralPitchFactor(double dSpiralPitchFactor)
Ratio of the Table Feed per Rotation (0018,9310) to the Total Collimation Width (0018,9307).
|
void |
setTableFeedPerRotation(double dTableFeedPerRotation)
Sets Motion of the table (in mm) during a complete revolution of the source around
the gantry orbit.
|
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 CTTableDynamicsSequenceItem according the rules defined by the CTTableDynamicsSequence.
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setTableSpeed(double dTableSpeed)
dTableSpeed - double value of Table Speed.public double getTableSpeed()
public void setTableFeedPerRotation(double dTableFeedPerRotation)
dTableFeedPerRotation - double value of Table Feed per Rotationpublic double getTableFeedPerRotation()
public void setSpiralPitchFactor(double dSpiralPitchFactor)
dSpiralPitchFactor - double value of SpiralPitchFactorpublic double getSpiralPitchFactor()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.