public enum EnumModules extends java.lang.Enum<EnumModules>
| Enum Constant and Description |
|---|
COMMON_FOR_ALL_MODULES
The COMMON_FOR_ALL_MODULES.
|
GENERAL_IMAGE
The GENERAL_ IMAGE.
|
GENERAL_PURPOSE_PERFORMED_PROCEDURE_STEP_RELATIONSHIP
The GENERAL_PURPOSE_PERFORMED_PROCEDURE_STEP_RELATIONSHIP.
|
GENERAL_PURPOSE_SCHEDULED_PROCEDURE_STEP_RELATIONSHIP
The GENERAL_PURPOSE_SCHEDULED_PROCEDURE_STEP_RELATIONSHIP.
|
IMAGE_BOX_LIST
The IMAGE_BOX_LIST.
|
KEY_OBJECT_DOCUMENT
The KEY_OBJECT_DOCUMENT.
|
PATIENT
The PATIENT.
|
PATIENT_STUDY
The PATIEN t_ study.
|
RT_BRACHY_APPLICATION_SETUPS
The RT_BRACHY_APPLICATION_SETUPS.
|
RT_TREATMENT_MACHINE_RECORD
TheRT_TREATMENT_MACHINE_RECORD.
|
SR_DOCUMENT_GENERAL
The SR_DOCUMENT_GENERAL.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
This function returns the value of this enum.
|
static EnumModules |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumModules[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumModules COMMON_FOR_ALL_MODULES
public static final EnumModules GENERAL_PURPOSE_SCHEDULED_PROCEDURE_STEP_RELATIONSHIP
public static final EnumModules GENERAL_PURPOSE_PERFORMED_PROCEDURE_STEP_RELATIONSHIP
public static final EnumModules SR_DOCUMENT_GENERAL
public static final EnumModules KEY_OBJECT_DOCUMENT
public static final EnumModules RT_BRACHY_APPLICATION_SETUPS
public static final EnumModules RT_TREATMENT_MACHINE_RECORD
public static final EnumModules PATIENT
public static final EnumModules PATIENT_STUDY
public static final EnumModules GENERAL_IMAGE
public static final EnumModules IMAGE_BOX_LIST
public static EnumModules[] values()
for (EnumModules c : EnumModules.values()) System.out.println(c);
public static EnumModules 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 int getValue()