Skip to main content

HS.Types.Analytics.QueryParameter

serial class HS.Types.Analytics.QueryParameter extends %Library.SerialObject, %XML.Adaptor, HS.Sync.BaseClass

Parameter spec for HS.Types.Analytics.QueryDefinition

Property Inventory

Properties

property Description as %String (MAXLEN = 500);
Help text shown in the UI screens
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property Label as %String;
The label to use in UI screens, defaults to Name
Property methods: LabelDisplayToLogical(), LabelGet(), LabelIsValid(), LabelLogicalToDisplay(), LabelLogicalToOdbc(), LabelNormalize(), LabelSet()
property Name as %String [ Required ];
The parameter name
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Type as %String (MAXLEN = 220);
The parameter type (if known), must extend %DataType
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab