Skip to main content

HS.HC.DataType.SysEnvVar.Integer

datatype class HS.HC.DataType.SysEnvVar.Integer extends %Library.String, %Library.Integer

ODBC Type: VARCHAR

Can be an integer OR a system environment variable.

Method Inventory

Parameters

parameter JSONTYPE = string;
Always use string since for UI we want to always have this be a string since HTML input element converts value to string even if it has type="number"

Methods

classmethod IsValid(pValue As %String) as %Status
Inherited description: Tests if the logical value %val, which is an integer value, is valid. The validation is based on the class parameter settings used for the class attribute this data type is associated with. In this case, MAXVAL and MINVAL.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab