Enum EventIdCode

java.lang.Object
java.lang.Enum<EventIdCode>
org.openehealth.ipf.commons.audit.codes.EventIdCode
All Implemented Interfaces:
Serializable, Comparable<EventIdCode>, java.lang.constant.Constable, CodedValueType, EnumeratedCodedValue<EventId>, EnumeratedValueSet<EventId>, EventId

public enum EventIdCode extends Enum<EventIdCode> implements EventId, EnumeratedCodedValue<EventId>
Audit Event ID Code as specified in http://dicom.nema.org/medical/dicom/current/output/html/part16.html#sect_CID_400 1.2.840.10008.6.1.903
Since:
3.5
Author:
Christian Ohr
  • Enum Constant Details

    • ApplicationActivity

      public static final EventIdCode ApplicationActivity
    • AuditLogUsed

      public static final EventIdCode AuditLogUsed
    • BeginTransferringDICOMInstances

      public static final EventIdCode BeginTransferringDICOMInstances
    • DICOMInstancesAccessed

      public static final EventIdCode DICOMInstancesAccessed
    • DICOMInstancesTransferred

      public static final EventIdCode DICOMInstancesTransferred
    • DICOMStudyDeleted

      public static final EventIdCode DICOMStudyDeleted
    • Export

      public static final EventIdCode Export
    • Import

      public static final EventIdCode Import
    • NetworkEntry

      public static final EventIdCode NetworkEntry
    • OrderRecord

      public static final EventIdCode OrderRecord
    • PatientRecord

      public static final EventIdCode PatientRecord
    • ProcedureRecord

      public static final EventIdCode ProcedureRecord
    • Query

      public static final EventIdCode Query
    • SecurityAlert

      public static final EventIdCode SecurityAlert
    • UserAuthentication

      public static final EventIdCode UserAuthentication
  • Method Details

    • values

      public static EventIdCode[] 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

      public static EventIdCode valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • enumForCode

      public static EventIdCode enumForCode(String code)
    • getValue

      public EventId getValue()
      Specified by:
      getValue in interface EnumeratedValueSet<EventId>