persistent class %BI.Audit
extends %Persistent, %BI.Adaptor
property TrClass
as %String(TRUNCATE=1);
property TrDate
as %String(TRUNCATE=1);
property TrDateStart
as %Date;
property TrDateStop
as %Date;
property TrObjID
as %String(TRUNCATE=1);
property TrParCond
as %String(TRUNCATE=1);
property TrParLink
as %String(TRUNCATE=1);
property TrQuery
as %String(TRUNCATE=1);
property TrQueryVar
as %String(TRUNCATE=1);
property TrSessID
as %String(TRUNCATE=1);
property TrTimeStart
as %Time;
property TrTimeStop
as %Time;
property TrType
as %String(TRUNCATE=1);
property TrTypeID
as %Integer;
property TrUsrID
as %Integer;
classmethod setSess(auID)
index (AuDate on TrDate:Exact,TrType:Exact);
index (Cls on TrClass:Exact);
index (Usr on TrUsrID:Exact);