| 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.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Number of bits allocated for each pixel sample.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XRayImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Number of bits allocated for each pixel sample.
|
void |
XRay3DImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
VLImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Method is used to set Number of bits allocated for each pixel sample
The function accepts a String Value and creates the
DE based on the transfer syntax and populates the DE with right values.
|
void |
USImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Number of bits allocated for each pixel sample.
|
void |
SegmentationImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
RTImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Number of bits allocated for each pixel sample.
|
void |
RTDoseModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Bits Allocated.
|
void |
ParametricMapImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Number of bits allocated for each pixel sample.
|
void |
PETImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
OphthalmicTomographyImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
OphthalmicThicknessMapModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
NMImagePixelModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
MRImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample
Enumerated Value 16.
|
void |
IntravascularOCTImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Bits Allocated
Number of bits allocated for each pixel sample.
|
void |
HardcopyGrayscaleImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets number of bits allocated for each pixel sample.
|
void |
HCColorImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets number of bits allocated for each pixel sample.
|
void |
EnhancedXAOrXRFImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
EnhancedUSImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
EnhancedMammographyImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Number of bits allocated for each pixel sample.
|
void |
EnhancedMRImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
EnhancedCTImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
DXImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Sets Number of bits allocated for each pixel sample.
|
void |
CornealTopographyMapImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Number of bits allocated for each pixel sample.
|
void |
CTImageModule.setBitsAllocated(EnumBitsAllocated enumBitsAllocated)
Method is used to set Number of bits allocated for each pixel sample
The function accepts a String Value and creates the
DE based on the transfer syntax and populates the DE with right values.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumBitsAllocated |
EnumBitsAllocated.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumBitsAllocated[] |
EnumBitsAllocated.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|