Skip to main content

%iKnow.DeepSee.Dimensions.Dictionaries

class %iKnow.DeepSee.Dimensions.Dictionaries extends %iKnow.DeepSee.Dimensions.Base

for ..%ikDictLevel = "D" (dictionary) KEY: [dictId] NAME: [dictName] for ..%ikDictLevel = "I" (dictionary item) KEY: [dictItemId] NAME: [dictItemName]

Property Inventory

Method Inventory

Properties

property %ikDictDomainId as %Integer;
Property methods: %ikDictDomainIdDisplayToLogical(), %ikDictDomainIdGet(), %ikDictDomainIdIsValid(), %ikDictDomainIdLogicalToDisplay(), %ikDictDomainIdNormalize(), %ikDictDomainIdSet()
property %ikDictLevel as %String (VALUELIST = ",D,I");
Property methods: %ikDictLevelDisplayToLogical(), %ikDictLevelGet(), %ikDictLevelIsValid(), %ikDictLevelLogicalToDisplay(), %ikDictLevelLogicalToOdbc(), %ikDictLevelNormalize(), %ikDictLevelSet()

Methods

classmethod %Count(pCube As %String, pDimNo As %Integer, pHierNo As %Integer, pLevelNo As %Integer) as %Integer
Return number of members.
classmethod %Create(pCube As %String, pFactNo As %Integer, pDimNo As %Integer, pHierNo As %Integer, pLevelNo As %Integer) as %DeepSee.ComputedDimension.Base
Create a instance of this dimension class.
method %OnComputeBitset(pSpec As %String, pIndexKey As %String) as %Status
Build the bitset that corresponds to the given computed dimension "spec".

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab