HS.Types.Boolean
datatype class HS.Types.Boolean extends %Library.Boolean
ODBC Type: BIT
HealthShare-specific version of %Boolean so that on XML import we do notlose the delete instruction (two double quotes) to validation.
Method Inventory
Methods
Converts the input value %val, which is a string representing
a boolean value, into a boolean value.
Returns the boolean value of the input string %val.
classmethod IsValidDT(%val As %Library.RawString = "") as %Status
Based on the based on the IsValid method of the superclass, but adds a case
for the delete instruction so it is valid.
for the delete instruction so it is valid.
Inherited description: Converts the %Boolean value to the canonical SOAP encoded value.
classmethod Normalize(%val As %Library.RawString) as %Boolean
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.