Enum AuditEventActionEnum

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: Create
    Code Value: C Create a new database object, such as placing an order.
    Display: Delete
    Code Value: D Delete items, such as a doctor master file record.
    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.
    Display: Read/View/Print
    Code Value: R Display or print data, such as a doctor census.
    Display: Update
    Code Value: U Update data, such as revise patient information.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<AuditEventActionEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: AuditEventAction
  • Method Summary

    Modifier and Type
    Method
    Description
    forCode(String theCode)
    Returns the enumerated value associated with this code
    Returns the code associated with this enumerated value
    Returns the code system associated with this enumerated value
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 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 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 AuditEventActionEnum 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
    • 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