Enum EventIdCode

    • Enum Constant Detail

      • 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
      • NetworkEntry

        public static final EventIdCode NetworkEntry
      • OrderRecord

        public static final EventIdCode OrderRecord
      • PatientRecord

        public static final EventIdCode PatientRecord
      • ProcedureRecord

        public static final EventIdCode ProcedureRecord
      • SecurityAlert

        public static final EventIdCode SecurityAlert
      • UserAuthentication

        public static final EventIdCode UserAuthentication
    • Method Detail

      • values

        public static EventIdCode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (EventIdCode c : EventIdCode.values())
            System.out.println(c);
        
        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