HS.InteropTools.HL7.Compare.Temp
persistent class HS.InteropTools.HL7.Compare.Temp extends %Library.Persistent
SQL Table Name: HS_InteropTools_HL7_Compare.Temp
Temp class holds an ordered set of records (which is determined based on source of information), RunIdentifier (Source) to compare to RunIdentifier (Target)Property Inventory
Properties
property ControlID as %String;
ControlID from MSH:10
Property methods: ControlIDDisplayToLogical(), ControlIDGet(), ControlIDGetStored(), ControlIDIsValid(), ControlIDLogicalToDisplay(), ControlIDLogicalToOdbc(), ControlIDNormalize(), ControlIDSet()
property Hash as %String;
Property methods: HashDisplayToLogical(), HashGet(), HashGetStored(), HashIsValid(), HashLogicalToDisplay(), HashLogicalToOdbc(), HashNormalize(), HashSet()
property HashIsNull as %Boolean [ Calculated ];
When there is no MessageRowID the hash will be empty causing HashIsNull to be 1 (so that we can get a bitmap list)
Property methods: HashIsNullCompute(), HashIsNullDisplayToLogical(), HashIsNullGet(), HashIsNullIsValid(), HashIsNullLogicalToDisplay(), HashIsNullNormalize(), HashIsNullSQLCompute()
property Identical as %Boolean [ InitialExpression = 0 ];
Whether the Matched items are identical
Property methods: IdenticalDisplayToLogical(), IdenticalGet(), IdenticalGetStored(), IdenticalIsValid(), IdenticalLogicalToDisplay(), IdenticalNormalize(), IdenticalSet()
property Matched as %String;
ID of the other group item
Property methods: MatchedDisplayToLogical(), MatchedGet(), MatchedGetStored(), MatchedIsValid(), MatchedLogicalToDisplay(), MatchedLogicalToOdbc(), MatchedNormalize(), MatchedSet()
property MessageRowID as %String;
Incremented counter indicative of the load order
Row ID from HS.InteropTools.HL7.Compare.Message
Property methods: MessageRowIDDisplayToLogical(), MessageRowIDGet(), MessageRowIDGetStored(), MessageRowIDIsValid(), MessageRowIDLogicalToDisplay(), MessageRowIDLogicalToOdbc(), MessageRowIDNormalize(), MessageRowIDSet()
property RunIdentifier as %String;
Identifier to distinguish Source from Target Records
Property methods: RunIdentifierDisplayToLogical(), RunIdentifierGet(), RunIdentifierGetStored(), RunIdentifierIsValid(), RunIdentifierLogicalToDisplay(), RunIdentifierLogicalToOdbc(), RunIdentifierNormalize(), RunIdentifierSet()
property SessionID as %Integer;
Order to display the records in. Insertion is handled using decimal values ie 1.01, 1.02 to appear before 2
For cases like production validation where we are working off a session
Property methods: SessionIDDisplayToLogical(), SessionIDGet(), SessionIDGetStored(), SessionIDIsValid(), SessionIDLogicalToDisplay(), SessionIDNormalize(), SessionIDSet()
Indexes
index ($Temp on ) [Extent, Type = bitmap];
index (ControlIDIndex on ControlID,RunIdentifier);
Index methods: ControlIDIndexExists()
index (HashIndex on Hash);
Index methods: HashIndexExists()
index (HashIsNullIndex on HashIsNull) [Type = bitmap];
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (IdenticalIndex on Identical) [Type = bitmap];
index (MatchedIndex on Matched);
Index methods: MatchedIndexExists()
index (MessageRowIDIndex on MessageRowID,RunIdentifier) [Unique];
Index methods: MessageRowIDIndexCheck(), MessageRowIDIndexCheckUnique(), MessageRowIDIndexDelete(), MessageRowIDIndexExists(), MessageRowIDIndexOpen(), MessageRowIDIndexSQLCheckUnique(), MessageRowIDIndexSQLExists(), MessageRowIDIndexSQLFindPKeyByConstraint(), MessageRowIDIndexSQLFindRowIDByConstraint()
index (RunidentifierIndex on RunIdentifier) [Type = bitmap];
index (SessionIDIndex on SessionID);
Index methods: SessionIDIndexExists()
Inherited Members
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()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
Storage
Storage Model: Storage (HS.InteropTools.HL7.Compare.Temp)
^HS.IT.Comp.TempD(ID) |
= | %%CLASSNAME
Hash
ControlID
OriginalRowID
Matched
Identical
MessageRowID
RunIdentifier
SessionID
|