You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# This repository is now actively maintained as of 10/21/2020.
4
4
5
5
# nHapi
6
-
NHapi is a .NET port of the original Java project [HAPI](http://hl7api.sourceforge.net/).
6
+
NHapi is a .NET port of the original Java project [HAPI](https://github.com/hapifhir/hapi-hl7v2).
7
7
8
8
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.
9
9
@@ -20,7 +20,7 @@ This project is **NOT** affiliated with the HL7 organization. This software just
20
20
21
21
## Requirements
22
22
23
-
NHapi currently targets version 3.5 of the .NET Framework
23
+
NHapi currently targets version 3.5 of the .NET Framework and netstandard2.0
0 commit comments