public class CTReconstructionSequenceItem extends Item
CTReconstructionSequence| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getConvolutionKernel()
Retrieves Source Applicator ID.
|
java.lang.String |
getConvolutionKernelGroup()
Retrieves Convolution Kernel Group.
|
double[] |
getDReconstructionFieldOfView()
Retrieves The Reconstruction Field of View
|
java.lang.String |
getImageFilter()
Retrieves Image Filter.
|
EnumReconstructionAlgorithm |
getReconstructionAlgorithm()
Retrieves type of the value encoded in this Item
|
double |
getReconstructionAngle()
Retrieves Reconstruction Angle
|
java.lang.String |
getReconstructionDiameter()
Retrieves Reconstruction Diameter.
|
double[] |
getReconstructionPixelSpacing()
Retrieves The Reconstruction Pixel Spacing
|
void |
setConvolutionKernel(java.lang.String[] strArrayConvolutionKernel)
Sets Convolution Kernel.A label describing the convolution kernel
or algorithm used to reconstruct the data
|
void |
setConvolutionKernelGroup(java.lang.String strConvolutionKernelGroup)
Sets Convolution Kernel Group.
|
void |
setImageFilter(java.lang.String strImageFilter)
Sets Image Filter.
|
void |
setReconstructionAlgorithm(EnumReconstructionAlgorithm enumReconstructionAlgorithm)
Sets the Reconstruction Algorithm Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setReconstructionAngle(double dblReconstructionAngle)
Sets Reconstruction Angle
|
void |
setReconstructionDiameter(java.lang.String strReconstructionDiameter)
Sets Reconstruction Diameter.
|
void |
setReconstructionFieldOfView(double[] arrdblReconstructionFieldOfView)
Sets The Reconstruction Field of View
|
void |
setReconstructionPixelSpacing(double[] arrdblReconstructionPixelSpacing)
Sets The Reconstruction Pixel Spacing
|
boolean |
validateForModule()
Validates all the attributes in CT Reconstruction 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 setReconstructionAlgorithm(EnumReconstructionAlgorithm enumReconstructionAlgorithm)
strReconstructionAlgorithm - Specifies type of the value encoded in this Itempublic EnumReconstructionAlgorithm getReconstructionAlgorithm()
public void setConvolutionKernel(java.lang.String[] strArrayConvolutionKernel)
strArrayConvolutionKernel - public java.lang.String[] getConvolutionKernel()
public void setConvolutionKernelGroup(java.lang.String strConvolutionKernelGroup)
strConvolutionKernelGroup - .public java.lang.String getConvolutionKernelGroup()
public void setReconstructionDiameter(java.lang.String strReconstructionDiameter)
strReconstructionDiameter - .public java.lang.String getReconstructionDiameter()
public void setReconstructionFieldOfView(double[] arrdblReconstructionFieldOfView)
arrdblReconstructionFieldOfView - array of double valuespublic double[] getDReconstructionFieldOfView()
public void setReconstructionPixelSpacing(double[] arrdblReconstructionPixelSpacing)
arrdblReconstructionPixelSpacing - array of double valuespublic double[] getReconstructionPixelSpacing()
public void setReconstructionAngle(double dblReconstructionAngle)
dblReconstructionAngle - .public double getReconstructionAngle()
public void setImageFilter(java.lang.String strImageFilter)
strImageFilter - .public java.lang.String getImageFilter()