| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTDoseModule.setSamplesperPixel(EnumSamplesPerPixel enumSamplesperPixel)
Sets Samples per Pixel.
|
void |
XRayImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
VLImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets the number of separate planes in the image.
|
void |
USImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
RTImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
ParametricMapImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
PETImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
OphthalmicPhotographyImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Method is used to set Number of samples (planes) in this image
The function accepts a String Value and creates the
DE based on the transfer syntax and populates the DE with right values.
|
void |
NMImagePixelModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
MRImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Number of samples (planes) in this image.
|
void |
HardcopyGrayscaleImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Samples per Pixel (0028,0002) that is the number of separate planes in the image.
|
void |
HCColorImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Samples per Pixel (0028,0002) that is the number of separate planes in the image.
|
void |
EnhancedXAOrXRFImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
EnhancedUSImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
EnhancedMammographyImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
EnhancedMRImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
EnhancedCTImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
DXImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel)
Sets Samples per Pixel (0028,0002) is the number of separate planes in the image.
|
void |
CornealTopographyMapImageModule.setSamplesPerPixel(EnumSamplesPerPixel enumSamplesPerPixel) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSamplesPerPixel |
EnumSamplesPerPixel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSamplesPerPixel[] |
EnumSamplesPerPixel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|