Skip to main content

HS.Message.Analytics.StreamletResend

class HS.Message.Analytics.StreamletResend extends %Library.RegisteredObject, %XML.Adaptor

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 AAUpdates as list of %String);
Format : Facility^StreamletID^StreamletType^HasEncounter Facility^StreamletID is the tag Has Encounter is a boolean flag, 0 or 1
Property methods: AAUpdatesBuildValueArray(), AAUpdatesCollectionToDisplay(), AAUpdatesCollectionToOdbc(), AAUpdatesDisplayToCollection(), AAUpdatesDisplayToLogical(), AAUpdatesGet(), AAUpdatesGetObject(), AAUpdatesGetObjectId(), AAUpdatesGetSwizzled(), AAUpdatesIsValid(), AAUpdatesLogicalToDisplay(), AAUpdatesLogicalToOdbc(), AAUpdatesNormalize(), AAUpdatesOdbcToCollection(), AAUpdatesSet(), AAUpdatesSetObject(), AAUpdatesSetObjectId()
property ANALYTICSID as %String;
Property methods: ANALYTICSIDDisplayToLogical(), ANALYTICSIDGet(), ANALYTICSIDIsValid(), ANALYTICSIDLogicalToDisplay(), ANALYTICSIDLogicalToOdbc(), ANALYTICSIDNormalize(), ANALYTICSIDSet()
property MPIID as %String;
Either MPIID or ANALYTICSID must be specified
Property methods: MPIIDDisplayToLogical(), MPIIDGet(), MPIIDIsValid(), MPIIDLogicalToDisplay(), MPIIDLogicalToOdbc(), MPIIDNormalize(), MPIIDSet()
property Priority as %Integer [ InitialExpression = 2 ];
ReSend priority
Property methods: PriorityDisplayToLogical(), PriorityGet(), PriorityIsValid(), PriorityLogicalToDisplay(), PriorityNormalize(), PrioritySet(), PriorityXSDToLogical()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab