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 notlose 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.
delete instruction so it is valid.
classmethod Normalize(%val As %Library.RawString) as %Numeric
Converts %val to a normalized value.
Based on the superclass method, but adds a case for the delete instruction
so that it is unchanged.
so that it is unchanged.