Skip to main content

HS.Util.EnsRequest

persistent class HS.Util.EnsRequest extends Ens.Request

SQL Table Name: HS_Util.EnsRequest

Base class for HealthShare Ensemble Requests

Property Inventory

Parameters

parameter XMLIGNOREINVALIDTAG = 1;
If XMLIGNOREINVALIDTAG is set = 1, then unexpected elements will be ignored. We use this to allow our web services to be extensible and to work across version boundaries. With this set to one, we can, for instance, update the hub/registry to a new version, where some of the xml messages have new properties, and have that communicate with a gateway running a previous version, where the properties aren't there.
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 %ClearFields as %String);
Comma-delimited list of the properties to be cleared
Property methods: %ClearFieldsDisplayToLogical(), %ClearFieldsGet(), %ClearFieldsGetStored(), %ClearFieldsIsValid(), %ClearFieldsLogicalToDisplay(), %ClearFieldsLogicalToOdbc(), %ClearFieldsNormalize(), %ClearFieldsSet()
property HSCoreVersion [ InitialExpression = ##class(%ZHSLIB.HealthShareMgr).GetComponentVersion("HSLIB") ];
Property methods: HSCoreVersionDisplayToLogical(), HSCoreVersionGet(), HSCoreVersionGetStored(), HSCoreVersionIsValid(), HSCoreVersionLogicalToDisplay(), HSCoreVersionLogicalToOdbc(), HSCoreVersionNormalize(), HSCoreVersionSet()
property HSMinVersion;
Can be set by a new service to allow the web client to not attempt to invoke a service that doesn't exist on a gateway running an older version
Property methods: HSMinVersionDisplayToLogical(), HSMinVersionGet(), HSMinVersionGetStored(), HSMinVersionIsValid(), HSMinVersionLogicalToDisplay(), HSMinVersionLogicalToOdbc(), HSMinVersionNormalize(), HSMinVersionSet()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Ens.MessageBody)

^Ens.MessageBodyD(ID)
=
%%CLASSNAME

Storage Model: Storage (HS.Util.EnsRequest)

^Ens.MessageBodyD(ID,"EnsRequest")
=
HSCoreVersion
HSMinVersion
%ClearFields

Subclasses

FeedbackOpens in a new tab