public class NSetColorImageBoxAttribute extends Attributes
| Constructor and Description |
|---|
NSetColorImageBoxAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
BasicColorImageSequence |
getBasicColorImageSequence()
Retrieves a sequence which provides the content of the color image pixel data to be printed.
|
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.
|
OriginalImageSequence |
getOriginalImageSequence()
Retrieves a sequence containing attributes of the original modality images to be printed in this Film Session.
|
java.lang.String |
getPolarity()
Retrieves whether minimum pixel values (after VOI LUT transformation) are to printed black or white.
|
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.
|
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 |
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.
|
public void setImagePosition(short sImagePosition)
sImagePosition - - short value of Image Position.public short getImagePosition()
public BasicColorImageSequence getBasicColorImageSequence()
BasicColorImageSequence.public void setPolarity(EnumPolarity enumPolarity)
enumPolarity - - Enum value of Polarity.public java.lang.String getPolarity()
public ReferencedImageOverlayBoxSequence getReferencedImageOverlayBoxSequence()
ReferencedImageOverlayBoxSequence.public void setMagnificationType(EnumMagnificationType enumMagnificationType)
enumMagnificationType - String 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 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 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