| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicGrayscaleImageSequenceItem.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Data representation of the pixel samples.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XRayImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Data representation of the pixel samples.
|
void |
VLImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
USImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Data representation of the pixel samples.
|
void |
SegmentationImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Pixel Representation
|
void |
RTImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
RTDoseModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Pixel Representation.
|
void |
OphthalmicTomographyImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
OphthalmicThicknessMapModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
OphthalmicPhotographyImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
IntravascularOCTImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
HardcopyGrayscaleImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
HCColorImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
EnhancedXAOrXRFImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
EnhancedUSImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
EnhancedMammographyImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Set Data representation of the pixel samples.
|
void |
DXImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of the pixel samples.
|
void |
CornealTopographyMapImageModule.setPixelRepresentation(EnumPixelRepresentation enumPixelRepresentation)
Sets Data representation of pixel samples.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumPixelRepresentation |
EnumPixelRepresentation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPixelRepresentation[] |
EnumPixelRepresentation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|