Skip to main content

EnsLib.HL7.Operation.TCPOperation

class EnsLib.HL7.Operation.TCPOperation extends EnsLib.HL7.Operation.ReplyStandard

Accepts HL7 Messages and forwards them to a remote IP address, reading a response HL7 Message object returned from the remote IP address if the GetReply setting is enabled.

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