- Fixed serialization performance issues
- Fixed errors in the VB6 demo project
Updated Release: HL7 SDK 1.0.3 (Jul 12, 2013)
Released: HL7 SDK 1.0.3 (Jul 12, 2013)
- Fixed serialization performance issues
- Fixed errors in the VB6 demo project
Updated Release: HL7 SDK 1.0.3 (Jul 12, 2013)
- Fixed serialization performance issues
- Fixed errors in the VB6 demo project
Updated Wiki: Home
What is HL7SDK?
HL7SDK is a set of open source libraries for creating, parsing and storing Clinical Documents in .NET and COM environment. HL7SDK provides full HL7 CDA Release 2 standard implementation for both CLR languages family and native languages with COM technology support (Visual C++, Delphi, Visual Basic 6), and provides scripting interface as well.
System requirements
.NET Framework 4, Visual Studio 2010
How to use?
Download and install HL7SDK, read the brief User Guide, add required references to your project and enjoy.
How to contribute?
Most of project code was made by a code generator tool that takes the HL7 CDA R2 xml schema as an input. There is no sense to modify auto-generated source code, so you are welcome to the project issue tracker and discussion board to advise me of how to improve HL7SDK code generator.
Created Issue: null value error [1812]
Source code checked in, #31025
Closed Task: Improve DOM.vbs [1801]
Comments: Resolved with changeset 31025.
Closed Task: Release 1.0.1 Documentation [1802]
2. Selectors
3. Collections
4. CCD support
Comments: Resolved with changeset 31025.
Closed Task: Extension methods for loading/saving byte arrays [1771]
Comments: Resolved with changeset 31025.
Closed Task: Add DOM support [1788]
Comments: Resolved with changeset 31025.
Closed Feature: Add C# demo CDABrowser application [1790]
Comments: Resolved with changeset 31025.
Closed Task: Implement lamda-based selectors [1793]
Comments: Resolved with changeset 31025.
Closed Task: Implement CCD/typical CCD sections [1798]
Comments: Resolved with changeset 31025.
Closed Issue: null value error [1812]
Comments: Resolved with changeset 31025.
Released: HL7 SDK 1.0.4 (Aug 20, 2013)
- Small changes
Updated Release: HL7 SDK 1.0.4 (Aug 20, 2013)
- Small changes
New Post: Using this SDK with .NET
Thanks for the great effort in creating this SDK.
Can you provide sample code for generating HL7 ADT/SIU message using this Library?
Thanks in advance.
-Mahmoud
New Post: Using this SDK with .NET
This library is a .NET/COM wrapper for the HL7v3 Clinical Document Architecture (CDA) standard and does not cover HL7v3 messaging.
Since 2013 HL7 v3 standard are available for downloading with no restrictions - see http://www.hl7.org/implement/standards/product_brief.cfm?product_id=186. You can download the latest one, extract appropriate schema and generate .NET classes using the xsd.exe or svcutil.exe tool for your needs.
New Post: Creating a CDA document example Using C#
I am developing CDA document with C# background in eHr project.
I am unable to get full idea on this with C#.
Can any one help me how to create a CDA document using HL7 SDK with C#
Thanks,
Ravi
New Post: Creating a CDA document example Using C#
Test project contains a lot of examples: https://hl7sdk.codeplex.com/SourceControl/latest#HL7SDK.Test/Tests.cs
Also look at the help (.chm) file that comes with binaries within installer.