public class ImageBoxPixelPresentationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
ImageBoxPixelPresentationModule(IDataSet objIDataSet)
Creates Clinical Trial Series Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
BasicColorImageSequence |
getBasicColorImageSequence()
Retrieves a sequence which provides the content of the color image pixel data to be printed.
|
BasicGrayscaleImageSequence |
getBasicGrayscaleImageSequence()
Retrieves a sequence which provides the content of the grayscale image pixel data to be printed.
|
java.lang.String |
getConfigurationInformation()
Return character string that contains either the ID of the printer configuration table that contains a set of
values for implementation specific print parameters (e.g.
|
short |
getImagePosition()
Retrieves the position of the image on the film, based on Image Display Format (2010,0010).
|
java.lang.String |
getMagnificationType()
Retrieves Magnification Type.
|
java.lang.String |
getPolarity()
Retrieves whether minimum pixel values (after VOI LUT transformation) are to printed black or white.
|
java.lang.String |
getRequestedDecimateOrCropBehavior()
Return whether image pixels are to be decimated or cropped if the image rows or columns is greater
than the available printable pixels in an Image Box.
|
java.lang.String |
getRequestedImageSize()
Return width (x-dimension) in mm of the image to be printed.
|
java.lang.String |
getSmoothingType()
Return value that specifies the type of the interpolation function.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the Image Box Pixel Presentation Module.
|
void |
setConfigurationInformation(java.lang.String strConfigurationInformation)
Sets character string that contains either the ID of the printer configuration table that contains a set of
values for implementation specific print parameters (e.g.
|
void |
setImagePosition(short sImagePosition)
Sets the position of the image on the film, based on Image Display Format (2010,0010).
|
void |
setMagnificationType(EnumMagnificationType enumMagnificationType)
Sets interpolation type by which the printer magnifies or decimates the image in order to fit the image in the
image box on film.
|
void |
setPolarity(EnumPolarity enumPolarity)
Sets whether minimum pixel values (after VOI LUT transformation) are to printed black or white.
|
void |
setRequestedDecimateOrCropBehavior(EnumDecimateOrCropBehavior enumDecimateOrCropBehavior)
Sets whether image pixels are to be decimated or cropped if the image rows or columns is greater
than the available printable pixels in an Image Box.
|
void |
setRequestedImageSize(java.lang.String strRequestedImageSize)
Sets width (x-dimension) in mm of the image to be printed.
|
void |
setSmoothingType(java.lang.String strSmoothingType)
Sets value that specifies the type of the interpolation function.
|
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 ImageBoxPixelPresentationModule(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 setImagePosition(short sImagePosition)
sImagePosition - - short value of Image Position.public short getImagePosition()
public void setPolarity(EnumPolarity enumPolarity)
enumPolarity - - Enum value of Polarity.public java.lang.String getPolarity()
public void setMagnificationType(EnumMagnificationType enumMagnificationType)
enumMagnificationType - - Enum value of Magnification Type.public java.lang.String getMagnificationType()
public void setSmoothingType(java.lang.String strSmoothingType)
strSmoothingType - - String value of Smoothing Type.public java.lang.String getSmoothingType()
public void setConfigurationInformation(java.lang.String strConfigurationInformation)
strConfigurationInformation - - String value of Configuration Information.public java.lang.String getConfigurationInformation()
public void setRequestedImageSize(java.lang.String strRequestedImageSize)
strRequestedImageSize - - String value of Requested Image Size.public java.lang.String getRequestedImageSize()
public void setRequestedDecimateOrCropBehavior(EnumDecimateOrCropBehavior enumDecimateOrCropBehavior)
enumDecimateOrCropBehavior - - Enum value of Requested Decimate/Crop Behavior.public java.lang.String getRequestedDecimateOrCropBehavior()
public BasicGrayscaleImageSequence getBasicGrayscaleImageSequence()
BasicGrayscaleImageSequence.public BasicColorImageSequence getBasicColorImageSequence()
BasicColorImageSequence.public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module