Skip to main content

EnsLib.ITK.Framework.FaultVocabularyMap

persistent class EnsLib.ITK.Framework.FaultVocabularyMap extends %Library.Persistent, %XML.Adaptor

SQL Table Name: EnsLib_ITK_Framework.FaultVocabularyMap

A map of IRIS error codes to ITK Fault codes.

Property Inventory

Parameters

parameter SrcVer = $Id$;

Properties

property ITKFaultCode as %String [ Required ];
Property methods: ITKFaultCodeDisplayToLogical(), ITKFaultCodeGet(), ITKFaultCodeGetStored(), ITKFaultCodeIsValid(), ITKFaultCodeLogicalToDisplay(), ITKFaultCodeLogicalToOdbc(), ITKFaultCodeNormalize(), ITKFaultCodeSet()
property VocabularyCode as %String [ Required ];
Property methods: VocabularyCodeDisplayToLogical(), VocabularyCodeGet(), VocabularyCodeGetStored(), VocabularyCodeIsValid(), VocabularyCodeLogicalToDisplay(), VocabularyCodeLogicalToOdbc(), VocabularyCodeNormalize(), VocabularyCodeSet()
property VocabularyId as %String [ Required ];
Property methods: VocabularyIdDisplayToLogical(), VocabularyIdGet(), VocabularyIdGetStored(), VocabularyIdIsValid(), VocabularyIdLogicalToDisplay(), VocabularyIdLogicalToOdbc(), VocabularyIdNormalize(), VocabularyIdSet()

Indexes

index (UniqueIndex on ITKFaultCode,VocabularyId) [IdKey, Type = key, Unique];
Index methods: UniqueIndexCheck(), UniqueIndexDelete(), UniqueIndexExists(), UniqueIndexOpen(), UniqueIndexSQLCheckUnique(), UniqueIndexSQLExists(), UniqueIndexSQLFindPKeyByConstraint(), UniqueIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (EnsLib.ITK.Framework.FaultVocabularyMap)

^EnsITK.FaultVocabularyMapD(ID)
=
%%CLASSNAME
ITKFaultCode
VocabularyCode
FeedbackOpens in a new tab