How to Create Query message nHaPI

4.2k Views Asked by At

Hi I am starting to work with HL7 project where in I need to create a new message from the database values. I got the nHAPI project on from the internet and have no idea how to work with this. Any Help in this regards is welcome

Thanks

1

There are 1 best solutions below

7
On

There is no documentation provided at the NHAPI website, but there is documentation for the HAPI website here: http://hl7api.sourceforge.net/devbyexample.html . This website provides examples of how to use HAPI which is based on Java, so if you are using C# you should be able to figure out how to get it to work.

What specifically are you trying to accomplish?

Good Luck!

EDIT: http://aurora.regenstrief.org/~gunther/oldhtml/tables.html this link provides the structure of each segment of a message. And what each message type is called.

EDIT: http://fusesource.com/docs/router/2.2/component_ref/_IDU_HL7.html this link provides an example message that is an A19, but it is using the HAPI not the nHAPI.