| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
NHapi is a .NET port of the original Java project HAPI.
NHapi allows Microsoft .NET developers to easily use an HL7 2.x object model. This object model allows for parsing and encoding HL7 2.x data to/from Pipe Delimited or XML formats. A very handy program for use in the health care industry.
This project is NOT affiliated with the HL7 organization. This software just conforms to the HL7 2.x specifications.
Key Benefits
##Requirements
NHapi currently targets version 3.5 of the .NET Framework
##Getting Started
The easiest way to get started using nHapi is to use the NuGet package 'nHapi':
Using the package manager console withing visual studio, simply run the following command:
PM > Install-Package nHapi
| Back | FazBrowse Home | New Git URL |