public enum EnumCM_DICOMDevices extends java.lang.Enum<EnumCM_DICOMDevices>
| Enum Constant and Description |
|---|
ARCHIVE |
COMPUTATION_SERVER |
COMPUTER_ASSISTED_DETECTION_DIAGNOSIS |
DEPARTMENT_SYSTEM_SCHEDULER |
FILM_DIGITIZER |
HARD_COPY_PRINT_SERVER |
IMAGE_CAPTURE |
MEDIA_CREATION_DEVICE |
PROCEDURE_LOGGING |
RADIATION_THERAPY_DEVICE |
WORKSTATION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_DICOMDevices |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_DICOMDevices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_DICOMDevices ARCHIVE
public static final EnumCM_DICOMDevices COMPUTATION_SERVER
public static final EnumCM_DICOMDevices COMPUTER_ASSISTED_DETECTION_DIAGNOSIS
public static final EnumCM_DICOMDevices DEPARTMENT_SYSTEM_SCHEDULER
public static final EnumCM_DICOMDevices FILM_DIGITIZER
public static final EnumCM_DICOMDevices MEDIA_CREATION_DEVICE
public static final EnumCM_DICOMDevices HARD_COPY_PRINT_SERVER
public static final EnumCM_DICOMDevices IMAGE_CAPTURE
public static final EnumCM_DICOMDevices PROCEDURE_LOGGING
public static final EnumCM_DICOMDevices RADIATION_THERAPY_DEVICE
public static final EnumCM_DICOMDevices WORKSTATION
public static EnumCM_DICOMDevices[] values()
for (EnumCM_DICOMDevices c : EnumCM_DICOMDevices.values()) System.out.println(c);
public static EnumCM_DICOMDevices 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()