How to create HL7 ACK messages in nHAPI
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?
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!
精彩评论