Skip to main content

EnsLib.InteropTools.HL7.MessageAnalyzer.BigKeyTable

class EnsLib.InteropTools.HL7.MessageAnalyzer.BigKeyTable 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 NextHash(pKeyHash As %String) as %String
method RemoveAt(pKey As %String)
method SetAt(pValue As %RegisteredObject, pKey As %String)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab