public class NSetGrayscaleImageBoxAttribute extends Attributes
| Constructor and Description |
|---|
NSetGrayscaleImageBoxAttribute()
This is default Constructor for NSetGrayscaleImageBoxAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
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()
Return interpolation type by which the printer magnifies or decimates the image in order to fit the image in the
image box on film.
|
short |
getMaxDensity()
Return maximum density of the images on the film, expressed in hundredths of OD.
|
OriginalImageSequence |
getOriginalImageSequence()
Retrieves a sequence containing attributes of the original modality images to be printed in this Film Session.
|
ReferencedImageOverlayBoxSequence |
getReferencedImageOverlayBoxSequence()
Retrieves a sequence which provides references to an Image Overlay Box SOP Class/Instance pair and a specific
frame number in multi-frame instances.
|
ReferencedPresentationLUTSequence |
getReferencedPresentationLUTSequence()
Retrieves a sequence which provides references to a Presentation LUT related SOP Class/Instance pairs.
|
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.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled dataset.
|
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 |
setMaxDensity(short shMaxDensity)
Sets maximum density of the images on the film, expressed in hundredths of OD.
|
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.
|
public NSetGrayscaleImageBoxAttribute()
public void setImagePosition(short sImagePosition)
sImagePosition - - short value of Image Position.public short getImagePosition()
public BasicGrayscaleImageSequence getBasicGrayscaleImageSequence()
BasicGrayscaleImageSequence.public ReferencedImageOverlayBoxSequence getReferencedImageOverlayBoxSequence()
ReferencedImageOverlayBoxSequence.public void setMagnificationType(EnumMagnificationType enumMagnificationType)
enumMagnificationType - String value of Magnification Type.public java.lang.String getMagnificationType()
public void setMaxDensity(short shMaxDensity)
shMaxDensity - - short value of Max Density.public short getMaxDensity()
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 ReferencedPresentationLUTSequence getReferencedPresentationLUTSequence()
ReferencedPresentationLUTSequencepublic OriginalImageSequence getOriginalImageSequence()
OriginalImageSequence.public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet