HL7 object model for .NET [closed]

我们两清 提交于 2019-11-29 19:54:14

You want nHAPI I used it on a project previously, and it worked great. The fact that it's open source saved my bacon too, as one of the input sources didn't precisely follow the HL7 spec, so I had to hack on the source a little bit to make nHAPI's parser allow those messages (as I couldn't change them).

I've used nHAPI too and it works great. However you might need to watch out for some quirky behavior w.r.t escaping special characters. I've also had to manually hack the HL7 string to update some fields that were inaccessible using the object model.

Parth mehta

Instead of using an API, try Mirth Connect, an open source tool that you can install on your server and integrate with .NET, databases, file directory etc.

Orion Helth has a toolkit called Symphonia which does something similar. There is also Chameleon toolset from Interfaceware which does the same.

I just stumbled across this product as well:

Managed Code Objects for Visual Studio .Net

From their web page:

A Visual Studio .Net HL7 Class Library DLL designed to allow HL7 software developers to provide HL7 integration for their existing solutions cheaply, quickly and reliably.

Chris Patterson has a library for HL7 2.x manipulation called Machete that is pretty good. https://github.com/phatboyg/Machete

NHapi is ok but suffers from poor performance in my experience.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!