Skip to main content

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 not
lose the delete instruction (two double quotes) to validation.

Method Inventory

Methods

classmethod DisplayToLogical(%val As %String) as %Boolean
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.
classmethod LogicalToXSD(%val As %Boolean) as %String
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.
classmethod XSDToLogical(%val As %String) as %Boolean
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