Skip to main content

HS.IHE.DSUB.NotificationConsumer.Services

class HS.IHE.DSUB.NotificationConsumer.Services extends HS.IHE.Common.Services.SOAPServer.Base, HS.IHE.Common.Actor.Base

Accept publish notification

Property Inventory

Method Inventory

Parameters

parameter NAMESPACE = urn:ihe:iti:2007;
This is the namespace used by the Service
parameter OUTPUTTYPEATTRIBUTE = 1;
Use xsi:type attribute for literal types.
parameter SERVICENAME = NotificationConsumer_Service;
This is the name of the Service
parameter SETTINGS = NotificationTarget;
Inherited description: Can't do grace period without an OnTask loop

Properties

property NotificationTarget as Ens.DataType.ConfigName [ InitialExpression = "HS.IHE.DSUB.NotificationConsumer.Process" ];
Property methods: NotificationTargetDisplayToLogical(), NotificationTargetGet(), NotificationTargetIsValid(), NotificationTargetLogicalToDisplay(), NotificationTargetLogicalToOdbc(), NotificationTargetNormalize(), NotificationTargetParseConfigNameSpec(), NotificationTargetSet()

Methods

method Notification(pRequest As HS.Message.XMLMessage, Output pResponse As HS.Message.XMLMessage) as %Status [ WebMethod ]
Notification ITI-53
method OnProcessInput(pRequest As HS.Message.XMLMessage, Output pResponse As HS.Message.XMLMessage = $$$NULLOREF, ByRef pHint As %Library.String) as %Status
Inherited description: Override this method to process incoming data. Do not call SendRequestSync/Async() from outside this method (e.g. in a SOAP Service or a CSP page).

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab