| 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.enums |
Provides Enumeration classes for Defined terms and values of DICOM.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreatmentSessionIonBeamSequenceItem.setScanMode(EnumScanMode enumScanMode)
Sets type of Scan Mode
Defined Terms:
1) NONE.
|
void |
IonMachineVerificationSequenceItem.setScanMode(EnumScanMode enumScanMode)
Sets the Value Type Defined in Terms of
Enumerated Values:
NONE : No beam scanning is performed
UNIFORM : The beam is scanned between control points to create a uniform lateral fluence distribution across the field
MODULATED : The beam is scanned between control points to create a modulated lateral fluence distribution across the field
The method of beam scanning to be used during treatment.
|
void |
IonBeamSequenceItem.setScanMode(EnumScanMode enumScanMode)
Sets the Value Type Defined in Terms of
Enumerated Values:
NONE : No beam scanning is performed
UNIFORM : The beam is scanned between control points to create a uniform lateral fluence distribution across the field
MODULATED : The beam is scanned between control points to create a modulated lateral fluence distribution across the field
The method of beam scanning to be used during treatment.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumScanMode |
EnumScanMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumScanMode[] |
EnumScanMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|