DOTNET HL7集成库 [英] dotnet HL7 integration library

查看:291
本文介绍了DOTNET HL7集成库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个第三方需要连接​​到一个医疗保健数据库。

I have a medical health database that a 3rd party needs to connect to.

我们需要看使用HL7标准。

We need to look at using the HL7 standards.

我要寻找一个好的图书馆,使采用HL7更容易在dotnet的环境。

I am looking for a good library to make using HL7 easier in a dotnet enviroment.

我需要一个COM prehensive 2.x和3.x LIB,可以做最繁重的工作。

I will need a comprehensive 2.x and 3.x lib that can do most of the heavy lifting.

我要尽量避免使用消息的解析,而宁愿使用一个对象模型,尽可能多地。

I want to try and avoid using message parsing and would rather use an object model as much as possible.

我看到 http://nhapi.sourceforge.net/ 但这似乎只去版本2.x而不是3 .X。

I have seen http://nhapi.sourceforge.net/ but this only seems to go to v2.x and not 3.x.

有没有人使用这个库ADN什么是你对这个感受吗?是它有用ADN效率?

Has any one used this library adn what was your feelings about this? was it useful adn productive?

任何建议,欢迎。

开源或COMERCIAL都是很好的。

Opensource or comercial are both good.

感谢

推荐答案

在我的上一份工作,我们创建了自己的HL7库,因为在开源产品是不及格。

At my last job, we created our own HL7 library because the open source offerings weren't up to snuff.

我们只是必须是2.x的标准。我的理解是,有没有太多的系统上3.X的标准,但是这可能只是一直与我们(主要是大实验室公司)进行交互的特殊系统。

We only had to be 2.x compliant. My understanding is that there are not too many systems on the 3.x standard, but that may just have been the particular systems we were interacting with (mostly big lab companies).

这不是真的那么难写一个良好的HL7库 - 规格为pretty的清楚,所以只要你有足够的单元测试,你可以确信的实现是正确的。

It's not really that difficult to write a good HL7 library - the spec is pretty clear so as long as you have adequate unit tests you can be confident the implementation is correct.

如果您将收到的邮件,你无疑要处理解析传入的数据。除非你是一个你不能指望庞大的组织中的其他系统给您发送的对象图 - 这将是一个短信,你就会有相应解析

If you'll be receiving messages, you will undoubtedly have to deal with parsing the incoming data. Unless you're a huge organization you cannot expect other system to send you an object graph - it's going to be a text message and you'll have to parse it accordingly.

底线,如果我是你,我想无论是我自己写的或可考虑以NHapi贡献3.x的支持。

Bottom line, if I were you I'd either write my own or look into contributing 3.x support to NHapi.

这篇关于DOTNET HL7集成库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆