public enum AuditEventSourceTypeEnum extends Enum<AuditEventSourceTypeEnum>
| Enum Constant and Description |
|---|
APPLICATION_SERVER
Display: Application Server
Code Value: 4 Application Server process or thread. |
DATA_INTERFACE
Display: Data Interface
Code Value: 2 Data acquisition device or instrument. |
DATABASE_SERVER
Display: Database Server
Code Value: 5 Database Server process or thread. |
NETWORK_DEVICE
Display: Network Device
Code Value: 7 ISO level 1-3 network component. |
NETWORK_ROUTER
Display: Network Router
Code Value: 8 ISO level 4-6 operating software. |
OTHER
Display: Other
Code Value: 9 other kind of device (defined by DICOM, but some other code/system can be used). |
SECURITY_SERVER
Display: Security Server
Code Value: 6 Security server, e.g. |
USER_DEVICE
Display: User Device
Code Value: 1 End-user display device, diagnostic device. |
WEB_SERVER
Display: Web Server
Code Value: 3 Web Server process or thread. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<AuditEventSourceTypeEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
Audit Event Source Type
|
| Modifier and Type | Method and Description |
|---|---|
static AuditEventSourceTypeEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static AuditEventSourceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEventSourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditEventSourceTypeEnum USER_DEVICE
public static final AuditEventSourceTypeEnum DATA_INTERFACE
public static final AuditEventSourceTypeEnum WEB_SERVER
public static final AuditEventSourceTypeEnum APPLICATION_SERVER
public static final AuditEventSourceTypeEnum DATABASE_SERVER
public static final AuditEventSourceTypeEnum SECURITY_SERVER
public static final AuditEventSourceTypeEnum NETWORK_DEVICE
public static final AuditEventSourceTypeEnum NETWORK_ROUTER
public static final AuditEventSourceTypeEnum OTHER
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<AuditEventSourceTypeEnum> VALUESET_BINDER
public static AuditEventSourceTypeEnum[] values()
for (AuditEventSourceTypeEnum c : AuditEventSourceTypeEnum.values()) System.out.println(c);
public static AuditEventSourceTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static AuditEventSourceTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.