persistent class %BI.EchoTrail
extends %Persistent
property EchoAction
as %String(TRUNCATE=1);
property EchoDate
as %String(TRUNCATE=1);
property EchoRID
as %String(TRUNCATE=1);
property EchoStaff
as %String(TRUNCATE=1);
index (EchoRID on EchoRID:Exact);