org.dcm4che2.audit.message
Class AuditEvent.ActionCode

java.lang.Object
  extended by org.dcm4che2.audit.message.AuditEvent.ActionCode
Enclosing class:
AuditEvent

public static class AuditEvent.ActionCode
extends java.lang.Object

Enumeration of types of action performed during the event that generated the audit.


Field Summary
static AuditEvent.ActionCode CREATE
          Create, e.g: create a new database object, such as Placing an Order.
static AuditEvent.ActionCode DELETE
          Delete, e.g: Delete items, such as a doctor master file record.
static AuditEvent.ActionCode EXECUTE
          Execute, e.g: Perform a system or application function such as log-on, program execution, or use of an object's method.
static AuditEvent.ActionCode READ
          Read/View/Print/Query, e.g: sisplay or print data, such as a Doctor Census.
static AuditEvent.ActionCode UPDATE
          Update, e.g: Update data, such as Revise Patient Information.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATE

public static final AuditEvent.ActionCode CREATE
Create, e.g: create a new database object, such as Placing an Order.


READ

public static final AuditEvent.ActionCode READ
Read/View/Print/Query, e.g: sisplay or print data, such as a Doctor Census.


UPDATE

public static final AuditEvent.ActionCode UPDATE
Update, e.g: Update data, such as Revise Patient Information.


DELETE

public static final AuditEvent.ActionCode DELETE
Delete, e.g: Delete items, such as a doctor master file record.


EXECUTE

public static final AuditEvent.ActionCode EXECUTE
Execute, e.g: Perform a system or application function such as log-on, program execution, or use of an object's method.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 dcm4che. All Rights Reserved.