开发者

open source .NET libraries available for writing ANSI 837 files in EDI? [closed]

开发者 https://www.devze.com 2023-02-06 14:56 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_JS百科

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

We have data stored in a database and we need to create an ANSI 837 file from this data. Are there any open source frameworks available to do this in .NET?


  • OopFactory X12 parser is an open source C# implementation of an X12 parser.
  • EDI notepad (free version) may also help with this.


Why not use a standard mapper instead of trying to code that beast? There's a lot of minefields there (ISA/GS enveloping, control numbers, HL segments, segment looping) that EDI translators already have built-in dictionaries to use.

While not open source, there is a company out there who provides programming tools that might help your cause: http://www.edidev.com/ (more specifically: http://www.edidev.com/edidev_hipaa_support.htm).


http://chiapas.sourceforge.net

It can be executed from the command line or integrated as a C# component. It has a 76 page PDF manual which goes over many of the features, check it out.


not .net, but is open source: http://bots.sourceforge.net


Check out the open source .NET X12parser. It's already got fairly robust support for the X12 healthcare formats (including 837). You'll just supply the 837 data in a XML format and it will create a valid X12 file.

0

精彩评论

暂无评论...
验证码 换一张
取 消