Skip to main content

EnsLib.InteropTools.HL7.MessageAnalyzer.BigKeyTableDT

class EnsLib.InteropTools.HL7.MessageAnalyzer.BigKeyTableDT extends %Library.RegisteredObject

An associative store which allows keys of any length

Method Inventory

Methods

method Count() as %Integer
method GetAt(pKey As %String) as %String
method GetAtHash(pHash As %String) as %String
method HashToKey(pKey As %String) as %String
method IsDefined(pKey As %String) as %String
method KeyToHash(pKey As %String) as %String
Does NOT return keys in order
method RemoveAt(pKey As %String)
method SetAt(pValue As %RegisteredObject, pKey As %String)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab