public enum EnumRTROIInterpretedType extends java.lang.Enum<EnumRTROIInterpretedType>
| Enum Constant and Description |
|---|
AVOIDANCE
The AVOIDANCE.
|
BOLUS
The BOLUS.
|
BRACHY_THERAPY_ACCESSORY_DEVICE
The BRACH y_ therap y_ accessor y_ device.
|
BRACHY_THERAPY_CHANNEL
The BRACH y_ therap y_ channel.
|
BRACHY_THERAPY_CHANNEL_SHIELD
The BRACH y_ therap y_ channe l_ shield.
|
BRACHY_THERAPY_SOURCE_APPLICATOR
The BRACH y_ therap y_ sourc e_ applicator.
|
CLINICAL_TARGET_VOLUME
The CLINICA l_ targe t_ volume.
|
CONTRAST_AGENT
The CONTRAS t_ agent.
|
EXTERNAL_PATIENT_CONTOUR
The EXTERNA l_ patien t_ contour.
|
GROSS_TUMOR_VOLUME
The GROS s_ tumo r_ volume.
|
IRRADIATED_VOLUME
The IRRADIATE d_ volume.
|
ISOCentre
The ISOCentre.
|
PATIENT_ANATOMICAL_CAVITY
The PATIEN t_ anatomica l_ cavity.
|
PATIENT_MARKER
The PATIEN t_ marker.
|
PATIENT_ORGAN
The PATIEN t_ organ.
|
PLANNING_TARGET_VOLUME
The PLANNIN g_ targe t_ volume.
|
REGISTRATION_ROI
The REGISTRATIO n_ roi.
|
TREATED_VOLUME
The TREATE d_ volume.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
static EnumRTROIInterpretedType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumRTROIInterpretedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumRTROIInterpretedType EXTERNAL_PATIENT_CONTOUR
public static final EnumRTROIInterpretedType PLANNING_TARGET_VOLUME
public static final EnumRTROIInterpretedType CLINICAL_TARGET_VOLUME
public static final EnumRTROIInterpretedType GROSS_TUMOR_VOLUME
public static final EnumRTROIInterpretedType TREATED_VOLUME
public static final EnumRTROIInterpretedType IRRADIATED_VOLUME
public static final EnumRTROIInterpretedType BOLUS
public static final EnumRTROIInterpretedType AVOIDANCE
public static final EnumRTROIInterpretedType PATIENT_ORGAN
public static final EnumRTROIInterpretedType PATIENT_MARKER
public static final EnumRTROIInterpretedType REGISTRATION_ROI
public static final EnumRTROIInterpretedType ISOCentre
public static final EnumRTROIInterpretedType CONTRAST_AGENT
public static final EnumRTROIInterpretedType PATIENT_ANATOMICAL_CAVITY
public static final EnumRTROIInterpretedType BRACHY_THERAPY_CHANNEL
public static final EnumRTROIInterpretedType BRACHY_THERAPY_ACCESSORY_DEVICE
public static final EnumRTROIInterpretedType BRACHY_THERAPY_SOURCE_APPLICATOR
public static final EnumRTROIInterpretedType BRACHY_THERAPY_CHANNEL_SHIELD
public static EnumRTROIInterpretedType[] values()
for (EnumRTROIInterpretedType c : EnumRTROIInterpretedType.values()) System.out.println(c);
public static EnumRTROIInterpretedType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()