How to create HL7 ACK messages in nHAPI

3.7k Views Asked by At

I have created an HL7 response message(ADR_19) by using nHAPI in C#.

How can I add an ACK message in the response HL7 message?

1

There are 1 best solutions below

1
On

You can do this by using the terser supplied by nHapi. A while ago I've posted an example for using the terser to create an Ack message: http://www.dib0.nl/code/63-creating-a-hl7-acknack-message-in-net-using-nhapi

Good luck!