public class XRay3DImageModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
XRay3DImageModule(IDataSet objIDataSet)
Creates Ophthalmic Tomography Image Module.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getBitsAllocated()
Retrieves the number of bits allocated.
|
short |
getBitsStored()
Retrieves the number of bits stored.
|
java.lang.String |
getBurnedInAnnotation()
Retrieves value that indicates whether or not image contains sufficient burned in annotation to identify the
patient and date the image was acquired.
|
CommonCTOrMRImageDescriptionMacro |
getCommonCTOrMRImageDescriptionMacro()
Retrieves pre-initialized instance of CommonCTOrMRImageDescriptionMacro.
|
java.lang.String |
getContentQualification()
Retrieves Content Qualification Indicator.
|
short |
getHighBit()
Retrieves the high bit.
|
IconImageSequence |
getIconImageSequence()
This method provides the pre-initialized object of Icon Image Sequence.
|
java.lang.String |
getImageComments()
Retrieves User-defined comments about the image.
|
java.lang.String[] |
getImageType()
Return Image Type.
|
java.lang.String |
getLossyImageCompression()
Retrieves the Lossy Image Compression.
|
java.lang.String[] |
getLossyImageCompressionMethod()
Retrieves the Lossy Image Compression Method.
|
java.lang.String[] |
getLossyImageCompressionRatio()
Retrieves the Lossy Image Compression.
|
java.lang.String |
getPhotometricInterpretation()
Retrieves the photometric interpretation.
|
java.lang.String |
getPresentationLUTShape()
Retrieves a subset of a conceptual Presentation LUT.
|
java.lang.String |
getQualityControlImage()
Retrieves Quality Control Image.
|
java.lang.String |
getRecognizableVisualFeatures()
Retrieves Recognizable Visual Features.
|
ReferencedImageEvidenceSequence |
getReferencedImageEvidenceSequence()
Retrieves full set of Composite SOP Instances referred to inside the Referenced Image
Sequences of this Enhanced MR Image SOP Instance.
|
short |
getSamplesPerPixel()
Return the short value of the attribute Samples Per Pixel.
|
SourceIrradiationEventSequence |
getSourceIrradiationEventSequence()
This method provides the pre-initialized object of Source Irradiation EventSequence.
|
void |
setApprovalStatus(EnumQualityControlImage enumQualityControlImage)
Sets Quality Control Image.
|
void |
setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
setBitsStored(EnumBitsStored enumBitsStored)
Sets Number of bits stored for each pixel sample.
|
void |
setBurnedInAnnotation(EnumBurnedInAnnotation enumBurnedInAnnotation)
Sets value that indicates whether or not image contains sufficient burned in annotation to identify the
patient and date the image was acquired.
|
void |
setContentQualification(EnumContentQualification enumContentQualification)
Sets Content Qualification Indicator.
|
void |
setHighBit(EnumHighBit enumHighBit)
Sets Most significant bit for pixel sample data.
|
void |
setImageComments(java.lang.String strImageComments)
Sets User-defined comments about the image.
|
void |
setImageType(java.lang.String[] arrStrImageType)
Sets Image identification characteristics.
|
void |
setLossyImageCompression(EnumLossyImageCompression enumLossyImageCompression)
Sets a value that specifies whether an Image has undergone lossy compression.
|
void |
setLossyImageCompressionMethod(java.lang.String[] arrStrLossyImageCompressionMethod)
The method is used to set lossy compression method(s) that have been applied to this image.
|
void |
setLossyImageCompressionRatio(java.lang.String[] arrStrLossyImageCompressionRatio)
Sets the approximate lossy compression ratio(s) that have been applied to this image.
|
void |
setPhotometricInterpretation(EnumPhotometricInterpretation enumPhotometricInterpretation)
Sets Specifies the intended interpretation of the pixel data.
|
void |
setPresentationLUTShape(EnumPresentationLUTShape enumPresentationLUTShape)
Sets a subset of a conceptual Presentation LUT.This Attribute defines an identity transformation or inverse
identity transformation.
|
void |
setRecognizableVisualFeatures(EnumRecognizableVisualFeatures enumRecognizableVisualFeatures)
Sets Recognizable Visual Features.
|
void |
setSamplesPerPixel(short sSamplesPerPixel)
Method is used to set Number of samples (planes) in this image
The function accepts a String Value and creates the
DE based on the transfer syntax and populates the DE with right values.
|
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, getVectorOfKeys, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public XRay3DImageModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic CommonCTOrMRImageDescriptionMacro getCommonCTOrMRImageDescriptionMacro()
CommonCTOrMRImageDescriptionMacro.public void setImageType(java.lang.String[] arrStrImageType)
arrStrImageType - - String array of Image identification characteristics.public java.lang.String[] getImageType()
public void setSamplesPerPixel(short sSamplesPerPixel)
sSamplesPerPixel - the s samples per pixelpublic short getSamplesPerPixel()
public void setPhotometricInterpretation(EnumPhotometricInterpretation enumPhotometricInterpretation)
enumPhotometricInterpretation - - Enum value Photometric Interpretationpublic java.lang.String getPhotometricInterpretation()
public void setContentQualification(EnumContentQualification enumContentQualification)
enumContentQualification - - Enum value of Content Qualification.public java.lang.String getContentQualification()
public ReferencedImageEvidenceSequence getReferencedImageEvidenceSequence()
ReferencedImageEvidenceSequence.public void setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
enumBitsAllocated - the enum bits allocatedpublic short getBitsAllocated()
public void setBitsStored(EnumBitsStored enumBitsStored)
enumBitsStored - the enum bits storedpublic short getBitsStored()
public void setHighBit(EnumHighBit enumHighBit)
enumHighBit - the enum high bitpublic short getHighBit()
public void setPresentationLUTShape(EnumPresentationLUTShape enumPresentationLUTShape)
enumPresentationLUTShape - the enum presentation lut shapepublic java.lang.String getPresentationLUTShape()
public void setLossyImageCompression(EnumLossyImageCompression enumLossyImageCompression)
enumLossyImageCompression - the enum lossy image compressionpublic java.lang.String getLossyImageCompression()
public void setLossyImageCompressionRatio(java.lang.String[] arrStrLossyImageCompressionRatio)
arrStrLossyImageCompressionRatio - - String array of Lossy Image Compression Ratiopublic java.lang.String[] getLossyImageCompressionRatio()
public void setLossyImageCompressionMethod(java.lang.String[] arrStrLossyImageCompressionMethod)
arrStrLossyImageCompressionMethod - - Lossy Image Compression Methodpublic java.lang.String[] getLossyImageCompressionMethod()
public void setBurnedInAnnotation(EnumBurnedInAnnotation enumBurnedInAnnotation)
enumBurnedInAnnotation - the enum burned in annotationpublic java.lang.String getBurnedInAnnotation()
public void setRecognizableVisualFeatures(EnumRecognizableVisualFeatures enumRecognizableVisualFeatures)
enumRecognizableVisualFeatures - the enum Recognizable Visual Featurespublic java.lang.String getRecognizableVisualFeatures()
public void setImageComments(java.lang.String strImageComments)
strImageComments - - String value of Image Comments.public java.lang.String getImageComments()
public void setApprovalStatus(EnumQualityControlImage enumQualityControlImage)
enumQualityControlImage - the enum Quality Control Imagepublic java.lang.String getQualityControlImage()
public IconImageSequence getIconImageSequence()
public SourceIrradiationEventSequence getSourceIrradiationEventSequence()