public enum EventIdCode extends Enum<EventIdCode> implements EventId, EnumeratedCodedValue<EventId>
EventId.EventIdImpl
Enum Constant and Description |
---|
ApplicationActivity |
AuditLogUsed |
BeginTransferringDICOMInstances |
DICOMInstancesAccessed |
DICOMInstancesTransferred |
DICOMStudyDeleted |
Export |
Import |
NetworkEntry |
OrderRecord |
PatientRecord |
ProcedureRecord |
Query |
SecurityAlert |
UserAuthentication |
Modifier and Type | Method and Description |
---|---|
static EventIdCode |
enumForCode(String code) |
EventId |
getValue() |
static EventIdCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventIdCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getCode, getCodeSystemName, getDisplayName, getOriginalText, matches
enumForCode
public static final EventIdCode ApplicationActivity
public static final EventIdCode AuditLogUsed
public static final EventIdCode BeginTransferringDICOMInstances
public static final EventIdCode DICOMInstancesAccessed
public static final EventIdCode DICOMInstancesTransferred
public static final EventIdCode DICOMStudyDeleted
public static final EventIdCode Export
public static final EventIdCode Import
public static final EventIdCode NetworkEntry
public static final EventIdCode OrderRecord
public static final EventIdCode PatientRecord
public static final EventIdCode ProcedureRecord
public static final EventIdCode Query
public static final EventIdCode SecurityAlert
public static final EventIdCode UserAuthentication
public static EventIdCode[] values()
for (EventIdCode c : EventIdCode.values()) System.out.println(c);
public static EventIdCode 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 EventIdCode enumForCode(String code)
@Generated(value="lombok") public EventId getValue()
getValue
in interface EnumeratedValueSet<EventId>
Copyright © 2018 Open eHealth Foundation. All rights reserved.