Skip to main content

HS.Types.IHE.XDSb.SerialExternalIdentifier

serial class HS.Types.IHE.XDSb.SerialExternalIdentifier extends %Library.SerialObject, %XML.Adaptor

Property Inventory

Parameters

parameter XMLIGNORENULL = inputonly;
If XMLIGNORENULL is set = "inputonly", then both missing tags in the XML and empty strings are input as "". Output of "" and $c(0) are for XMLIGNORENULL = 0: $c(0) is output as an empty tag (i.e. <tag></tag>) and "" is output as no tag.

Properties

property IID as %String (MAXLEN = 256, XMLNAME = "id", XMLPROJECTION = "ATTRIBUTE");
Property methods: IIDDisplayToLogical(), IIDGet(), IIDIsValid(), IIDLogicalToDisplay(), IIDLogicalToOdbc(), IIDNormalize(), IIDSet()
property Value as %String (MAXLEN = 256);
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab