|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.audit.message.AuditEvent.ActionCode
public static class AuditEvent.ActionCode
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 |
---|
public static final AuditEvent.ActionCode CREATE
public static final AuditEvent.ActionCode READ
public static final AuditEvent.ActionCode UPDATE
public static final AuditEvent.ActionCode DELETE
public static final AuditEvent.ActionCode EXECUTE
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |