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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ using Efferent.HL7.V2;
27
27
Read the full documentation in the [wiki page](https://github.com/Efferent-Health/HL7-V2/wiki/Composing-a-new-HL7-message).
28
28
29
29
## Credits
30
-
This library has taken Jayant Singh's HL7 parser as its foundation: https://github.com/j4jayant/hl7-cSharp-parser
30
+
This library superseeds a previous github project: https://github.com/Efferent-Health/HL7-dotnetcore (read [#1](https://github.com/Efferent-Health/HL7-V2/issues/1))
31
+
32
+
It has taken Jayant Singh's HL7 parser as its foundation: https://github.com/j4jayant/hl7-cSharp-parser
31
33
32
34
The field encoding and decoding methods have been based on: https://github.com/elomagic/hl7inspector
0 commit comments