MessageReceived event

Fired each time we receive a message from a connected HL7 client.

Applies to
CHMllpServer

Declaration
Public Event MessageReceived(ByRef Client As CHMllpConnection, ByVal Message As String)

Description

Typically, the message should be processed and only then should an HL7 ACKnowledgement message be sent.

Received without any Trailer or Header characters.

Parameters
Client The client that has sent the message.
Message The HL7 message (in string format) that has been sent.


Chameleon VB 6.0 Documentation