简体   繁体   中英

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 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM