Skip to main content

%Library.PropertyHelper

class %Library.PropertyHelper extends %Library.RegisteredObject

This class is used internally to hold property/field values needed for computed fields An object is needed in order for Python computed fields to access the values of other fields in the row/object This is similar to %Library.TriggerHelper

Property Inventory

Method Inventory

Properties

property fields as %String (MAXLEN = 250) [ MultiDimensional ];
Holds the field names/values that can be referenced by the Compute code
Property methods: fieldsDisplayToLogical(), fieldsGet(), fieldsIsValid(), fieldsLogicalToDisplay(), fieldsLogicalToOdbc(), fieldsNormalize(), fieldsSet()

Methods

method getfield(fieldname As %RawString) as %RawString

Inherited Members

Inherited Methods

FeedbackOpens in a new tab