public class FilmBoxContentSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnnotationDisplayFormatID()
Return identification of annotation display format.
|
java.lang.String |
getBorderDensity()
Return density of the film areas surrounding and between images on the film.
|
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.
|
java.lang.String |
getEmptyImageDensity()
Return density of the image box area on the film that contains no image.
|
java.lang.String |
getFilmOrientation()
Return Film orientation.
|
java.lang.String |
getFilmSizeID()
Return Film size identification.
|
short |
getIllumination()
Return luminance of lightbox illuminating a piece of transmissive film, or for the case of reflective media,
luminance obtainable from diffuse reflection of the illumination present.
|
java.lang.String |
getImageDisplayFormat()
Return Type of image display format.
|
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.
|
short |
getMinDensity()
Return minimum density of the images on the film, expressed in hundredths of OD.
|
ReferencedPresentationLUTSequence |
getReferencedPresentationLUTSequence()
Retrieves pre-initialized object of Referenced Presentation LUT Sequence .If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
short |
getReflectedAmbientLight()
Return luminance contribution due to reflected ambient light.
|
java.lang.String |
getRequestedResolutionID()
Return the resolution at which images in this Film Box are to be printed.
|
java.lang.String |
getSmoothingType()
Return value that specifies the type of the interpolation function.
|
java.lang.String |
getTrim()
Return whether a trim box shall be printed surrounding each image on the film.
|
void |
setAnnotationDisplayFormatID(java.lang.String strAnnotationDisplayFormatID)
Sets identification of annotation display format.
|
void |
setBorderDensity(EnumBorderDensity enumBorderDensity)
Sets density of the film areas surrounding and between images on the film.
|
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 |
setEmptyImageDensity(EnumEmptyImageDensity enumEmptyImageDensity)
Sets density of the image box area on the film that contains no image.
|
void |
setFilmOrientation(EnumFilmOrientation enumFilmOrientation)
Sets Film orientation.
|
void |
setFilmSizeID(EnumFilmSizeID enumFilmSizeID)
Sets Film size identification.
|
void |
setIllumination(short shIllumination)
Sets luminance of lightbox illuminating a piece of transmissive film, or for the case of reflective media,
luminance obtainable from diffuse reflection of the illumination present.
|
void |
setImageDisplayFormat(EnumImageDisplayFormat enumImageDisplayFormat)
Sets Type of image display format.
|
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 |
setMinDensity(short shMinDensity)
Sets minimum density of the images on the film, expressed in hundredths of OD.
|
void |
setReflectedAmbientLight(short shReflectedAmbientLight)
Sets luminance contribution due to reflected ambient light.
|
void |
setRequestedResolutionID(EnumRequestedResolutionID enumRequestedResolutionID)
Sets the resolution at which images in this Film Box are to be printed.
|
void |
setSmoothingType(java.lang.String strSmoothingType)
Sets value that specifies the type of the interpolation function.
|
void |
setTrim(EnumTrim enumTrim)
Sets whether a trim box shall be printed surrounding each image on the film.
|
boolean |
validateForModule()
Validates all the attributes in
FilmBoxContentSequenceItem that are present in the DataSet. |
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setImageDisplayFormat(EnumImageDisplayFormat enumImageDisplayFormat)
enumImageDisplayFormat - Enum value of Image Display Format.public java.lang.String getImageDisplayFormat()
public void setAnnotationDisplayFormatID(java.lang.String strAnnotationDisplayFormatID)
strAnnotationDisplayFormatID - String value of Annotation Display Format ID.public java.lang.String getAnnotationDisplayFormatID()
public void setFilmOrientation(EnumFilmOrientation enumFilmOrientation)
enumFilmOrientation - Enum value of Film Orientation.public java.lang.String getFilmOrientation()
public void setFilmSizeID(EnumFilmSizeID enumFilmSizeID)
enumFilmSizeID - Enum value of Film Size ID.public java.lang.String getFilmSizeID()
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 setBorderDensity(EnumBorderDensity enumBorderDensity)
enumBorderDensity - Enum value of Border Density.public java.lang.String getBorderDensity()
public void setEmptyImageDensity(EnumEmptyImageDensity enumEmptyImageDensity)
enumEmptyImageDensity - Enum value of Empty Image Density.public java.lang.String getEmptyImageDensity()
public void setMinDensity(short shMinDensity)
shMinDensity - short value of Min Density.public short getMinDensity()
public void setMaxDensity(short shMaxDensity)
shMaxDensity - short value of Max Density.public short getMaxDensity()
public void setTrim(EnumTrim enumTrim)
enumTrim - Enum value of Trim.public java.lang.String getTrim()
public void setConfigurationInformation(java.lang.String strConfigurationInformation)
strConfigurationInformation - String value of Configuration Information.public java.lang.String getConfigurationInformation()
public void setIllumination(short shIllumination)
shIllumination - short value of Illumination.public short getIllumination()
public void setReflectedAmbientLight(short shReflectedAmbientLight)
shReflectedAmbientLight - short value of Reflected Ambient Light.public short getReflectedAmbientLight()
public void setRequestedResolutionID(EnumRequestedResolutionID enumRequestedResolutionID)
enumRequestedResolutionID - Enum value of Requested Resolution ID.public java.lang.String getRequestedResolutionID()
public ReferencedPresentationLUTSequence getReferencedPresentationLUTSequence()
public boolean validateForModule()
throws InvalidItemException
FilmBoxContentSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.