简体   繁体   English

如何创建查询消息 nHaPI

[英]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.嗨,我开始使用 HL7 项目,我需要从数据库值创建一条新消息。 I got the nHAPI project on from the internet and have no idea how to work with this.我从互联网上获得了 nHAPI 项目,但不知道如何使用它。 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 . NHAPI 网站上没有提供文档,但这里有 HAPI 网站的文档: 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.该网站提供了如何使用基于 Java 的 HAPI 的示例,因此如果您使用的是 C#,您应该能够弄清楚如何使其工作。

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.编辑: http://aurora.regenstrief.org/~gunther/oldhtml/tables.html此链接提供消息的每个段的结构。 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.编辑: http://fusesource.com/docs/router/2.2/component_ref/_IDU_HL7.html此链接提供了一个示例消息,它是 A19,但它使用的是 HAPI 而不是 nHAPI。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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