Info
Version: | 1.2.0 |
Author(s): | Glen Kleidon |
Last Update: | Tuesday, November 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/glenkleidon/HL7Enumerator |
NuGet Url: | https://www.nuget.org/packages/Galkam.HL7Enumerator |
Install
Install-Package Galkam.HL7Enumerator
dotnet add package Galkam.HL7Enumerator
paket add Galkam.HL7Enumerator
Galkam.HL7Enumerator Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The library implements the IEnumerable Interface allowing for Linq queries to be used on HL7 Messages at any level.
Common HL7 DataTypes are included within an extensible framework allowing Custom HL7 DataTypes to be defined. Extensible HL7 Table support for standard and user defined tables is also included. While the Data Types may reflect the Australian conventions, no specific standards or versions of HL7 are implemented or required.
This makes the library ideal for both compliant and non-compliant message handling.