Skip to main content

HS.BulkFHIR.Log

persistent class HS.BulkFHIR.Log extends %DocDB.Document

SQL Table Name: HS_BulkFHIR.Log

Property Inventory

Method Inventory

Properties

property %DocumentId as %Integer (MINVAL = 1);
Overriding this until it's fixed in core (MINVAL was not set, therefore not allowing bitmap indices https://usjira.iscinternal.com/browse/DP-419354)
Property methods: %DocumentIdDisplayToLogical(), %DocumentIdGet(), %DocumentIdGetStored(), %DocumentIdIsValid(), %DocumentIdLogicalToDisplay(), %DocumentIdNormalize(), %DocumentIdSet()
property component as %String;
Property methods: componentCompute(), componentDisplayToLogical(), componentGet(), componentGetStored(), componentIsValid(), componentLogicalToDisplay(), componentLogicalToOdbc(), componentNormalize(), componentSQLCompute(), componentSet(), componentSetT()
property sessionId as %String;
Property methods: sessionIdCompute(), sessionIdDisplayToLogical(), sessionIdGet(), sessionIdGetStored(), sessionIdIsValid(), sessionIdLogicalToDisplay(), sessionIdLogicalToOdbc(), sessionIdNormalize(), sessionIdSQLCompute(), sessionIdSet(), sessionIdSetT()
property severity as %String;
Property methods: severityCompute(), severityDisplayToLogical(), severityGet(), severityGetStored(), severityIsValid(), severityLogicalToDisplay(), severityLogicalToOdbc(), severityNormalize(), severitySQLCompute(), severitySet(), severitySetT()
property type as %String;
Property methods: typeCompute(), typeDisplayToLogical(), typeGet(), typeGetStored(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSQLCompute(), typeSet(), typeSetT()

Methods

classmethod Create()
classmethod Log(event As %DynamicObject)

Indexes

index ($Log on ) [Extent, Type = bitmap];
index (component on component) [Type = bitmap];
Index methods: componentCompute(), componentDisplayToLogical(), componentGet(), componentGetStored(), componentIsValid(), componentLogicalToDisplay(), componentLogicalToOdbc(), componentNormalize(), componentSQLCompute(), componentSet(), componentSetT()
index (sessionId on sessionId);
Index methods: sessionIdCompute(), sessionIdDisplayToLogical(), sessionIdExists(), sessionIdGet(), sessionIdGetStored(), sessionIdIsValid(), sessionIdLogicalToDisplay(), sessionIdLogicalToOdbc(), sessionIdNormalize(), sessionIdSQLCompute(), sessionIdSet(), sessionIdSetT()
index (severity on severity) [Type = bitmap];
Index methods: severityCompute(), severityDisplayToLogical(), severityGet(), severityGetStored(), severityIsValid(), severityLogicalToDisplay(), severityLogicalToOdbc(), severityNormalize(), severitySQLCompute(), severitySet(), severitySetT()
index (type on type) [Type = bitmap];
Index methods: typeCompute(), typeDisplayToLogical(), typeGet(), typeGetStored(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSQLCompute(), typeSet(), typeSetT()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (HS.BulkFHIR.Log)

^HS.BulkFHIR.LogD(ID,"%Doc")
=
%Doc

Storage Model: Storage (HS.BulkFHIR.Log)

^HS.BulkFHIR.LogD(ID)
=
%%CLASSNAME
%LastModified
sessionId
component
type
severity
FeedbackOpens in a new tab