public class PETReconstructionSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIterativeReconstructionMethod()
Return type of Iterative Reconstruction Method.
|
short |
getNumberofIterations()
Retrieves Number of Iterations
|
short |
getNumberofSubsets()
Retrieves Number of Subsets
|
java.lang.String |
getReconstructionAlgorithm()
Return type of Reconstruction Algorithm.
|
java.lang.String |
getReconstructionDiameter()
Retrieves Reconstruction Diameter.
|
double[] |
getReconstructionFieldofView()
Retrieves the Reconstruction Field of View.
|
java.lang.String |
getReconstructionType()
Return type of Reconstruction.
|
void |
setIterativeReconstructionMethod(EnumIterativeReconstructionMethod enumIterativeReconstructionMethod)
Sets type of Iterative Reconstruction Method.
|
void |
setNumberofIterations(short shNumberofIterations)
Sets Number of Iterations
|
void |
setNumberofSubsets(short shNumberofSubsets)
Sets Number of Subsets
|
void |
setReconstructionAlgorithm(EnumReconstructionAlgorithm enumReconstructionAlgorithm)
Sets Reconstruction Algorithm.
|
void |
setReconstructionDiameter(java.lang.String strReconstructionDiameter)
Sets Reconstruction Diameter.
|
void |
setReconstructionFieldofView(double[] dblArrReconstructionFieldofView)
Sets the Reconstruction Field of View.
|
void |
setReconstructionType(EnumReconstructionType enumReconstructionType)
Sets type of Reconstruction.
|
boolean |
validateForModule()
Validates all the attributes in PETReconstructionSequenceItem 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 setReconstructionType(EnumReconstructionType enumReconstructionType)
enumReconstructionType - enum value of Reconstruction Type.public java.lang.String getReconstructionType()
public void setReconstructionAlgorithm(EnumReconstructionAlgorithm enumReconstructionAlgorithm)
enumReconstructionAlgorithm - enum value of Reconstruction Algorithm.public java.lang.String getReconstructionAlgorithm()
public void setIterativeReconstructionMethod(EnumIterativeReconstructionMethod enumIterativeReconstructionMethod)
enumIterativeReconstructionMethod - enum value of Iterative Reconstruction Method.public java.lang.String getIterativeReconstructionMethod()
public void setNumberofIterations(short shNumberofIterations)
shNumberofIterations - short value of Number of Iterationspublic short getNumberofIterations()
public void setNumberofSubsets(short shNumberofSubsets)
shNumberofSubsets - short value of Number of Subsetspublic short getNumberofSubsets()
public void setReconstructionDiameter(java.lang.String strReconstructionDiameter)
strReconstructionDiameter - String value of Reconstruction Diameter.public java.lang.String getReconstructionDiameter()
public void setReconstructionFieldofView(double[] dblArrReconstructionFieldofView)
dblArrReconstructionFieldofView - Double value of Reconstruction Field of Viewpublic double[] getReconstructionFieldofView()