1

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?

p.campbell
  • 98,673
  • 67
  • 256
  • 322
Seraj
  • 11
  • 1
  • 3
  • its too late to ask question, but could you please help me regarding with using nHapi with c# – Aljie May 20 '14 at 08:29

1 Answers1

0

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!

  • sorry but can i have the link of your sample? i know its too late but im a little bit new in nhapi. thanks – Aljie May 23 '14 at 10:00