Package ca.uhn.fhir.model.dstu2.valueset
Enum AuditEventSourceTypeEnum
- All Implemented Interfaces:
Serializable
,Comparable<AuditEventSourceTypeEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Application Server
Code Value: 4 Application Server process or thread.Display: Data Interface
Code Value: 2 Data acquisition device or instrument.Display: Database Server
Code Value: 5 Database Server process or thread.Display: Network Device
Code Value: 7 ISO level 1-3 network component.Display: Network Router
Code Value: 8 ISO level 4-6 operating software.Display: Other
Code Value: 9 other kind of device (defined by DICOM, but some other code/system can be used).Display: Security Server
Code Value: 6 Security server, e.g.Display: User Device
Code Value: 1 End-user display device, diagnostic device.Display: Web Server
Code Value: 3 Web Server process or thread. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<AuditEventSourceTypeEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: Audit Event Source Type -
Method Summary
Modifier and TypeMethodDescriptionstatic AuditEventSourceTypeEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic AuditEventSourceTypeEnum
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.
-
Enum Constant Details
-
USER_DEVICE
Display: User Device
Code Value: 1 End-user display device, diagnostic device. -
DATA_INTERFACE
Display: Data Interface
Code Value: 2 Data acquisition device or instrument. -
WEB_SERVER
Display: Web Server
Code Value: 3 Web Server process or thread. -
APPLICATION_SERVER
Display: Application Server
Code Value: 4 Application Server process or thread. -
DATABASE_SERVER
Display: Database Server
Code Value: 5 Database Server process or thread. -
SECURITY_SERVER
Display: Security Server
Code Value: 6 Security server, e.g. a domain controller. -
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).
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: Audit Event Source Type- See Also:
-
VALUESET_BINDER
public static final ca.uhn.fhir.model.api.IValueSetEnumBinder<AuditEventSourceTypeEnum> VALUESET_BINDERConverts codes to their respective enumerated values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-