Skip to main content

HS.HC.DataType.SysEnvVarName

datatype class HS.HC.DataType.SysEnvVarName extends %Library.String

ODBC Type: VARCHAR

Change control environment variable name

Method Inventory

Parameters

parameter MAXLEN = 128;
Inherited description: The maximum number of characters the string can contain.
parameter REGEX = ^(?!_)([a-zA-Z0-9_]+)(?<!_)$;
Any alphanumeric characters and underscores. Cannot start or end with underscore

Methods

classmethod IsValid(%val As %RawString) as %Status
Inherited description: Tests if the logical value %val, which is a string, 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, MINLEN, MAXLEN, VALUELIST, and PATTERN.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab