public class CTPositionSequenceItem extends Item
CTPositionSequence| Modifier and Type | Method and Description |
|---|---|
double[] |
getDataCollectionCenter()
Retrieves The Data Collection Center with respect to the patient
|
double[] |
getReconstructionTargetCenter()
Retrieves The Reconstruction Target Center with respect to the patient
|
double |
getTablePosition()
Retrieves Table Position.
|
void |
setDataCollectionCenter(double[] arrdblDiffusionGradientOrientation)
Sets the Data Collection Center with respect to the patient.
|
void |
setReconstructionTargetCenter(double[] arrdblReconstructionTargetCenter)
Sets the Reconstruction Target Center with respect to the patient
|
void |
setTablePosition(double dblTablePosition)
Sets Table Position.
|
boolean |
validateForModule()
Validates all the attributes in CT Position 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 setTablePosition(double dblTablePosition)
dblTablePosition - - double value of Table Position.public double getTablePosition()
public void setDataCollectionCenter(double[] arrdblDiffusionGradientOrientation)
arrdblDataCollectionCenter - -array of double values of Data Collection Center .public double[] getDataCollectionCenter()
public void setReconstructionTargetCenter(double[] arrdblReconstructionTargetCenter)
arrdblReconstructionTargetCenter - -array of double values of Reconstruction Target Center.public double[] getReconstructionTargetCenter()