Skip to main content

EnsLib.HL7.Operation.TCPAckOutOperation

class EnsLib.HL7.Operation.TCPAckOutOperation extends EnsLib.HL7.Operation.AckOutStandard

A specialized HL7 TCP Operation that sends out ACKs on behalf of a paired HL7 TCP Service. It also depends on this partner Service to collect ACKs on its behalf, for example to send messages to a dual-channel iSoft iCM application.

Method Inventory

Parameters

parameter ADAPTER = EnsLib.HL7.Adapter.TCPOutboundAdapter;
Inherited description: The type of adapter used to communicate with external systems

Methods

method OnInit() as %Status
Inherited description: This user callback method is called via initConfig() from %OnNew() or in the case of SOAP Services from OnPreSOAP()
method SendMessage(pMsgOut As EnsLib.HL7.Message, Output pMsgIn As EnsLib.HL7.Message, pExpectedSequenceNumber As %String) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab