public class PETPositionSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double[] |
getDataCollectionCenterPatient()
Retrieves the Data Collection Center Patient.
|
double[] |
getReconstructionTargetCenterPatient()
Retrieves the Reconstruction Target Center Patient.
|
double |
getTablePosition()
Retrieves the Minimal value of Chemical Shift Frequency in ppm.
|
void |
setDataCollectionCenterPatient(double[] dblArrDataCollectionCenterPatient)
Sets the Data Collection Center Patient.
|
void |
setReconstructionTargetCenterPatient(double[] dblArrReconstructionTargetCenterPatient)
Sets the Reconstruction Target Center Patient.
|
void |
setTablePosition(double dblTablePosition)
Sets the Table Position.
|
boolean |
validateForModule()
Validates all the attributes in PETPositionSequenceItem 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 Positionpublic double getTablePosition()
public void setDataCollectionCenterPatient(double[] dblArrDataCollectionCenterPatient)
dblArrDataCollectionCenterPatient - Double value of Data Collection Center Patientpublic double[] getDataCollectionCenterPatient()
public void setReconstructionTargetCenterPatient(double[] dblArrReconstructionTargetCenterPatient)
dblArrReconstructionTargetCenterPatient - Double value of Reconstruction Target Center Patientpublic double[] getReconstructionTargetCenterPatient()