Class AuditEventAction

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class AuditEventAction
    extends Code
    • Field Detail

      • C

        public static final AuditEventAction C
        Create

        Create a new database object, such as placing an order.

      • R

        public static final AuditEventAction R
        Read/View/Print

        Display or print data, such as a doctor census.

      • U

        public static final AuditEventAction U
        Update

        Update data, such as revise patient information.

      • D

        public static final AuditEventAction D
        Delete

        Delete items, such as a doctor master file record.

      • E

        public static final AuditEventAction E
        Execute

        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.

    • Method Detail

      • of

        public static AuditEventAction of​(String value)
        Factory method for creating AuditEventAction objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • string

        public static String string​(String value)
        Inherited factory method for creating AuditEventAction objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • code

        public static Code code​(String value)
        Inherited factory method for creating AuditEventAction objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code