Skip to main content

HS.IHE.XCPD.RespondingGateway.Services

class HS.IHE.XCPD.RespondingGateway.Services extends HS.IHE.Common.Services.SOAPServer.Base, HS.IHE.Common.Actor.Base

Property Inventory

Method Inventory

Parameters

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

Properties

property XCPDDiscoveryTarget as Ens.DataType.ConfigName;
Property methods: XCPDDiscoveryTargetDisplayToLogical(), XCPDDiscoveryTargetGet(), XCPDDiscoveryTargetIsValid(), XCPDDiscoveryTargetLogicalToDisplay(), XCPDDiscoveryTargetLogicalToOdbc(), XCPDDiscoveryTargetNormalize(), XCPDDiscoveryTargetParseConfigNameSpec(), XCPDDiscoveryTargetSet()

Methods

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).
method PatientDiscovery(pRequest As HS.Message.XMLMessage, Output pResponse As HS.Message.XMLMessage) as %Status [ WebMethod ]
ITI-55

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab