Skip to main content

HS.Types.Numeric

datatype class HS.Types.Numeric extends %Library.Numeric

ODBC Type: NUMERIC

HealthShare-specific version of %Numeric so that on XML import we do not
lose the delete instruction (two double quotes) to validation.

Method Inventory

Methods

classmethod IsValid(%val As %Library.RawString) as %Status
Based on the IsValid method of the superclass, but adds a case for the
delete instruction so it is valid.
classmethod Normalize(%val As %Library.RawString) as %Numeric
Converts %val to a normalized value.
classmethod XSDToLogical(%val As %String) as %Numeric
Based on the superclass method, but adds a case for the delete instruction
so that it is unchanged.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab