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
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InitExtentData()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %Size()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
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
|