Skip to main content

HS.SDA3.StrippedString

datatype class HS.SDA3.StrippedString extends %Library.String

ODBC Type: VARCHAR

HealthShare-specific version of %String that strips leading and trailing
whitespace from the value on XML import. Currently only the Code and
Description of HS.SDA3.CodeTableDetail are of type StrippedString.

Method Inventory

Parameters

parameter MAXLEN = 32000;
The maximum number of characters the string can contain.

Methods

classmethod XSDToLogical(%val As %String) as %String
Strip leading and trailing whitespace from input value (via $ZSTRIP, mask
code "W")

Inherited Members

Inherited Methods

FeedbackOpens in a new tab