How to Create Query message nHaPI
Hi I am starting to work with HL7 project where in I need to create a new message from开发者_如何学C 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
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.
精彩评论