| 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 |
PETSeriesModule.setCorrectedImage(EnumCorrectedImage[] enumCorrectedImage)
Sets A value that indicates , if any, corrections have been applied to the images in this series.
|
void |
NMImageModule.setCorrectedImage(EnumCorrectedImage[] enumCorrectedImage)
Sets a value that indicates which, if any, corrections have been applied to the image.
|
void |
PETSeriesModule.setSecondaryCountsType(EnumCorrectedImage[] enumSecondaryCountsType)
Sets Array defining the type of additional counts accumulated during acquisition.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumCorrectedImage |
EnumCorrectedImage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCorrectedImage[] |
EnumCorrectedImage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|