Enum Class AuditEventActionEnum

java.lang.Object
java.lang.Enum<AuditEventActionEnum>
ca.uhn.fhir.model.dstu2.valueset.AuditEventActionEnum
All Implemented Interfaces:
Serializable, Comparable<AuditEventActionEnum>, Constable

  • Enum Constant Details

    • CREATE

      public static final AuditEventActionEnum CREATE
      Display: Create
      Code Value: C Create a new database object, such as placing an order.
    • READ_VIEW_PRINT

      Display: Read/View/Print
      Code Value: R Display or print data, such as a doctor census.
    • UPDATE

      public static final AuditEventActionEnum UPDATE
      Display: Update
      Code Value: U Update data, such as revise patient information.
    • DELETE

      public static final AuditEventActionEnum DELETE
      Display: Delete
      Code Value: D Delete items, such as a doctor master file record.
    • EXECUTE

      public static final AuditEventActionEnum EXECUTE
      Display: Execute
      Code Value: E Perform a system or application function such as log-on, program execution or use of an object's method, or perform a query/search operation.
  • Field Details

  • Method Details

    • values

      public static AuditEventActionEnum[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AuditEventActionEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
      Returns the code associated with this enumerated value
    • getSystem

      public String getSystem()
      Returns the code system associated with this enumerated value
    • forCode

      public static AuditEventActionEnum forCode(String theCode)
      Returns the enumerated value associated with this code