public class PETDetectorMotionDetailsSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double |
getRevolutionTime()
Retrieves the Revolution Time.
|
java.lang.String |
getRotationDirection()
Return Rotation Direction.
|
void |
setRevolutionTime(double dblRevolutionTime)
Sets the Revolution Time.
|
void |
setRotationDirection(EnumRotationDirection enumRotationDirection)
Sets type of Rotation Direction.
|
boolean |
validateForModule()
Validates all the attributes in PETDetectorMotionDetailsSequenceItem 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 setRotationDirection(EnumRotationDirection enumRotationDirection)
enumRotationDirection - enum value of Rotation Direction.public java.lang.String getRotationDirection()
public void setRevolutionTime(double dblRevolutionTime)
dblRevolutionTime - Double value of Revolution Timepublic double getRevolutionTime()