public enum EnumCM_AuditEventID extends java.lang.Enum<EnumCM_AuditEventID>
| Enum Constant and Description |
|---|
APPLICATION_ACTIVITY |
AUDIT_LOG_USED |
BEGIN_TRANSFERRING_DICOM_INSTANCES |
DICOM_INSTANCES_ACCESSED |
DICOM_INSTANCES_TRANSFERRED |
DICOM_STUDY_DELETED |
EXPORT |
IMPORT |
NETWORK_ENTRY |
QUERY |
SECURITY_ALERT |
USER_AUTHENTICATION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_AuditEventID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_AuditEventID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_AuditEventID APPLICATION_ACTIVITY
public static final EnumCM_AuditEventID AUDIT_LOG_USED
public static final EnumCM_AuditEventID BEGIN_TRANSFERRING_DICOM_INSTANCES
public static final EnumCM_AuditEventID DICOM_INSTANCES_ACCESSED
public static final EnumCM_AuditEventID DICOM_INSTANCES_TRANSFERRED
public static final EnumCM_AuditEventID DICOM_STUDY_DELETED
public static final EnumCM_AuditEventID EXPORT
public static final EnumCM_AuditEventID IMPORT
public static final EnumCM_AuditEventID NETWORK_ENTRY
public static final EnumCM_AuditEventID QUERY
public static final EnumCM_AuditEventID SECURITY_ALERT
public static final EnumCM_AuditEventID USER_AUTHENTICATION
public static EnumCM_AuditEventID[] values()
for (EnumCM_AuditEventID c : EnumCM_AuditEventID.values()) System.out.println(c);
public static EnumCM_AuditEventID 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()