GenerateAck method |
Applies to
TCHMcustomEngine
Declaration
function GenerateAck(OriginalMessage: string): string;
Description
This function strips off just the MSH segment of an HL7 message, parses this segment, stores parameters in python variables, then generates an ACK message. The technique used is described as auto ACKnowledgment in the manual: http://www.interfaceware.com/manual/autoack.html.
This function will have unpredictable results if the VMD file is not set up correctly for auto acknowledgment.
|