TCHMllpServermessageReceivedEvent type
Fired each time we receive a message from a connected HL7 client. Typically, the message should be processed and only then should an HL7 ACKnowledgement message be sent. Received without any Trailer or Header characters.Unit
CHMnet
Declaration
TCHMllpServermessageReceivedEvent = procedure(Sender : TObject; Client : ICHMllpConnection; Message : String) of Object;
| Parameters |
| Client | The client that has sent the message. |
| Message | The HL7 message (in string format) that has been sent. |