| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.baselibs |
It includes implementation of various data types,tag,transfer syntaxes,both implicit and explicit data elements, along with classes that
provide reading writing capability, .
|
| cdac.medinfo.sdk.dcm30_04.dicommodel.modules |
Defines DICOM specified composite and normalized Information object definitions and
data set.
|
| cdac.medinfo.sdk.dcm30_04.enums |
Provides Enumeration classes for Defined terms and values of DICOM.
|
| cdac.medinfo.sdk.dcm30_04.services.print.printsinkimpl |
This package provides classes for default implementation for DataSink implementation for Print Management Service Class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrinterConfigurationSequenceItem.setDefaultMagnificationType(EnumMagnificationType enumDefaultMagnificationType)
Sets Printer's default magnification type.
|
void |
ImageBoxContentSequenceItem.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 |
FilmBoxContentSequenceItem.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 |
PrinterConfigurationSequenceItem.setOtherMagnificationTypes(EnumMagnificationType[] enumOtherMagnificationTypes)
Sets Other magnification types available in the printer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageBoxPixelPresentationModule.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 |
BasicFilmBoxPresentationModule.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.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumMagnificationType |
EnumMagnificationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumMagnificationType[] |
EnumMagnificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NCreateFilmBoxAttribute.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 |
NSetColorImageBoxAttribute.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 |
NSetFilmBoxAttribute.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 |
NSetGrayscaleImageBoxAttribute.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.
|