public class CylinderSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getCylinderAxis()
Retrieves the Cylinder Axis.
|
double |
getCylinderPower()
Retrieves the Cylinder Power.
|
void |
setCylinderAxis(float fCylinderAxis)
Sets the Cylinder Axis.
|
void |
setCylinderPower(double dblCylinderPower)
Sets the Cylinder Power.
|
boolean |
validateForModule()
Validates all the attributes in Cylinder Sequence Item 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 setCylinderPower(double dblCylinderPower)
dblCylinderPower - Double value of Cylinder Power.public double getCylinderPower()
public void setCylinderAxis(float fCylinderAxis)
fCylinderAxis - Float value of Cylinder Axispublic float getCylinderAxis()