Class Reference
%iKnow.Model.dictionary
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%iKnow] >  [Model] >  [dictionary]
Private  Storage

deprecatedclass %iKnow.Model.dictionary extends %iKnow.Model.node

Model representation of a Dictionary to be used for matching. See also %iKnow.Matching.DictionaryAPI

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7 1


Summary

Properties
description disabled items language matching
name profile

Methods
%AddToSaveSet %BindExport %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %QuoteList %QuoteValue %QuoteValueL10N
%RemoveFromSaveSet %SerializeObject %SetModified %Validate
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property description as %String(MAXLEN=1000,XMLPROJECTION="ATTRIBUTE");
An optional description for this Dictionary.
• property disabled as %Boolean(XMLPROJECTION="attribute");
If set to 1, this element is ignored when compiling, validating and building the domain
• relationship items as %iKnow.Model.dictionaryItem(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = dictionary,Cardinality = many ];
The Dictionary Items registered in this Dictionary
• property language as %String(MAXLEN=10,XMLPROJECTION="ATTRIBUTE");
The default language items and terms in this Dictionary are expressed in.
• relationship matching as %iKnow.Model.matching(XMLPROJECTION="none") [ Inverse = dictionaries,Cardinality = one ];
Link to the <matching> element this dictionary belongs to.
• property name as %String(MAXLEN=150,XMLPROJECTION="ATTRIBUTE");
A name for this Dictionary. A dictionary name should be unique within the domain.
• property profile as %String(MAXLEN=150,XMLPROJECTION="ATTRIBUTE");
The Matching profile to be used for matching terms in this dictionary. See also %iKnow.Model.matchingProfile. Leave blank to use the default.

Methods

• method %Validate(pDomainId As %Integer, pDomainDefinition As %iKnow.Model.domain) as %Status


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.