HL7toXDocumentParser 0.0.12

dotnet add package HL7toXDocumentParser --version 0.0.12
NuGet\Install-Package HL7toXDocumentParser -Version 0.0.12
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HL7toXDocumentParser" Version="0.0.12">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HL7toXDocumentParser --version 0.0.12
#r "nuget: HL7toXDocumentParser, 0.0.12"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HL7toXDocumentParser as a Cake Addin
#addin nuget:?package=HL7toXDocumentParser&version=0.0.12

// Install HL7toXDocumentParser as a Cake Tool
#tool nuget:?package=HL7toXDocumentParser&version=0.0.12

A fast HL7 to XDocument parser.

Example usage:
var parser = new HL7toXDocumentParser.Parser();
var xDoc = parser.Parse(hl7);
var messageType = (from elem in xDoc.Descendants("MSH.9.1") select elem.Value).FirstOrDefault();

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.12 240 2/13/2015
0.0.11 39 2/13/2015
0.0.10 245 10/28/2014
0.0.9 61 10/24/2014
0.0.8 49 10/24/2014
0.0.7 94 3/18/2014
0.0.6 52 9/18/2013