Updated : Tuesday, September 14 2010 at 3:48 PM
X12 Parser DLL
|
Model C1D0F472
Price: $499.00
|
X12 Parser Documentation
To download the trial version of the X12 Parser DLL click
here.
Benchmark programs are available to test your machines performance when using a Com1 Software product.
Download C1TEST.ZIP
File contains:
C1TESTF.EXE (Windows 32 bit GUI)
C1TESTI.EXE (Windows/DOS 32 bit Text)
C1TESTK (LINUX 32 bit Text)
Release Log
Become a member of this group to receive email notification when new versions are made available.
|
You can call the X12 Parser DLL from another application program, specify the input file
as a paramater, and create a CSV file from an 837 claims or 835 remittance file.
The Model 472 supports
- 837 Health Care Claim
- 835 Remittance Advice
- 277 Claim Status
Here is an example of a c# console application that returns the version
of the DLL.
using System.Runtime.InteropServices;
using System;
class PInvoke1App
{
[DllImport("c:\\demof472\\demom471.dll")]
static extern string C1COMMAND0(string strCaptiona);
public static void Main()
{
string ret=C1COMMAND0("GETDLLVERSION");
Console.WriteLine("Return Value: " + ret);
}
}
|
For Windows 95,98,ME,NT,2000,XP Vista and Windows 7
- HIPAA Compliant X12 5010, 4010 and 4010A
- Formats X12 files into XML, CSV, HTML, RTF, PDF, TXT, and DBF
- Creates 276 Claim Status Inquiry from an 837 claim file
- Create SQL Tables via ODBC.
The X12 Parser DLL was created using Fivewin for Harbour, Harbour and the Borland C++ compiler.
If you would like to know more about how we created this DLL you can read our discussion thread
on the Fivetech Forum.
|
Command Line Translator
Model C1A3F297
Price: $199.00
Do you need a product that will convert just about any kind of data into an X12 837?
Take a look at the Command Line Translator.
|