TCHMllpServerMessageReceivedEvent type

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

Unit
CHMnet

Declaration

TCHMllpServerMessageReceivedEvent = procedure(Sender : TObject; Client : ICHMllpConnection; Message : String) of Object;

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 Delphi Documentation