public class ParametricMapImageModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
ParametricMapImageModule(IDataSet objIDataSet)
Instantiates a new ParametricMapImageModule.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getBitsAllocated()
Return Number of bits allocated for each pixel sample.
|
short |
getBitsStored()
Number of bits stored for each pixel sample.
|
java.lang.String |
getBurnedInAnnotation()
Returns Indicates whether or not the encapsulated document contains sufficient burned in annotation to identify the patient and date the data was acquired.
|
ContentIdentificationMacro |
getContentIdentificationMacro() |
java.lang.String |
getContentQualification()
Returns ContentQualification
|
short |
getHighBit()
Most significant bit for pixel sample data.
|
java.lang.String[] |
getImageType()
Returns Image identification characteristics.
|
java.lang.String |
getLossyImageCompression()
Return whether an Image has undergone lossy compression.
|
java.lang.String[] |
getLossyImageCompressionMethod()
Retrieves Numeric Value component of LossyImageCompressionMethod
|
java.lang.String[] |
getLossyImageCompressionRatio()
Retrieves the approximate lossy compression ratio(s) that have been applied to this image.
|
java.lang.String |
getPhotometricInterpretation()
Return the intended interpretation of the pixel data.
|
short |
getPresentationLUTShape()
Retrieves PresentationLUTShape
|
java.lang.String |
getRecognizableVisualFeatures()
Returns Indicates whether or not the image contains sufficiently recognizable visual features to allow the image or a reconstruction from a set ofimages to identify the patient.
|
short |
getSamplesPerPixel()
Return the number of separate planes in the image.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
void |
setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Number of bits allocated for each pixel sample.
|
void |
setBitsStored(EnumBitsStored enumBitsStored)
Number of bits stored for each pixel sample.
|
void |
setBurnedInAnnotation(EnumBurnedInAnnotation enumBurnedInAnnotation)
Sets Indicates whether or not the encapsulated document contains sufficient burned in annotation to identify the patient and date the data was acquired.
|
void |
setContentQualification(EnumContentQualification enumContentQualification)
Sets ContentQualification
|
void |
setHighBit(EnumHighBit enumHighBit)
Most significant bit for pixel sample data.
|
void |
setImageType(java.lang.String[] arrStrImageType)
This method is used to set Image identification characteristics.
|
void |
setLossyImageCompression(EnumLossyImageCompression enumLossyImageCompression)
Specifies whether an Image has undergone lossy compression.
|
void |
setLossyImageCompressionMethod(java.lang.String strLossyImageCompressionMethod)
Sets LossyImageCompressionMethod
|
void |
setLossyImageCompressionRatio(java.lang.String[] strLossyImageCompressionRatio)
Sets the approximate lossy compression ratio(s) that have been applied to this image.
|
void |
setPhotometricInterpretation(EnumPhotometricInterpretation enumPhotometricInterpretation)
The method is used to set Specifies the intended interpretation of the pixel data.
|
void |
setPresentationLUTShape(EnumPresentationLUTShape enumPresentationLUTShape)
Sets the PresentationLUTShape
|
void |
setRecognizableVisualFeatures(EnumRecognizableVisualFeatures enumRecognizableVisualFeatures)
Sets Indicates whether or not the image contains sufficiently recognizable visual features to allow the image or a reconstruction from a set ofimages to identify the patient.
|
void |
setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public ParametricMapImageModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setImageType(java.lang.String[] arrStrImageType)
arrStrImageType - : Image identification characteristics.public java.lang.String[] getImageType()
public ContentIdentificationMacro getContentIdentificationMacro()
public void setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
enumSamplesPerPixel - Number of samples (planes) in this image.public short getSamplesPerPixel()
public void setPhotometricInterpretation(EnumPhotometricInterpretation enumPhotometricInterpretation)
enumPhotometricInterpretation - : Enum value of Photometric Interpretationpublic java.lang.String getPhotometricInterpretation()
public void setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
enumBitsAllocated - Enum value of Bits Allocated.public short getBitsAllocated()
public void setBitsStored(EnumBitsStored enumBitsStored)
enumBitsStored - Enum value of Bits Stored.public short getBitsStored()
public void setHighBit(EnumHighBit enumHighBit)
enumHighBit - Enum value of high bit.public short getHighBit()
public void setPresentationLUTShape(EnumPresentationLUTShape enumPresentationLUTShape)
enumPresentationLUTShape - Enum value of PresentationLUTShapepublic short getPresentationLUTShape()
public void setLossyImageCompression(EnumLossyImageCompression enumLossyImageCompression)
enumLossyImageCompression - Enum value of Lossy Image Compression.public java.lang.String getLossyImageCompression()
public void setLossyImageCompressionRatio(java.lang.String[] strLossyImageCompressionRatio)
strLossyImageCompressionRatio - String value of Lossy ImageCompression Ratiopublic java.lang.String[] getLossyImageCompressionRatio()
public void setLossyImageCompressionMethod(java.lang.String strLossyImageCompressionMethod)
strLossyImageCompressionMethod - String Value component of LossyImageCompressionMethodpublic java.lang.String[] getLossyImageCompressionMethod()
public void setBurnedInAnnotation(EnumBurnedInAnnotation enumBurnedInAnnotation)
enumBurnedInAnnotation - enum value of BurnedInAnnotationpublic java.lang.String getBurnedInAnnotation()
public void setRecognizableVisualFeatures(EnumRecognizableVisualFeatures enumRecognizableVisualFeatures)
enumRecognizableVisualFeatures - enum value of Recognizable VisualFeaturespublic java.lang.String getRecognizableVisualFeatures()
public void setContentQualification(EnumContentQualification enumContentQualification)
enumContentQualification - enum value of ContentQualificationpublic java.lang.String getContentQualification()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module