Releases: CDCgov/cs-sdk-dotnet
Releases · CDCgov/cs-sdk-dotnet
v0.0.5
Version 0.0.5
The Case Surveillance SDK for .NET contains functions for processing case-based surveillance data. All source code is written in C# and targets .NET Standard 2.1. Supported functions include:
- Content validation for case notifications in the following file formats:
- Json
- HL7 v2.5.1
- Data format converter:
- HL7 v2.5.1 to Json
- HL7 v2.5.1 to CSV
- C# model objects for Message Mapping Guides (MMGs)
- Debatcher for HL7 v2.5.1 batch files
Changelog
- Fixed an issue with HL7v2 to Json conversion that threw an exception when parsing ethnic groups
0.0.4
Version 0.0.4
The Case Surveillance SDK for .NET contains functions for processing case-based surveillance data. All source code is written in C# and targets .NET Standard 2.1. Supported functions include:
- Content validation for case notifications in the following file formats:
- Json
- HL7 v2.5.1
- Data format converter:
- HL7 v2.5.1 to Json
- HL7 v2.5.1 to CSV
- C# model objects for Message Mapping Guides (MMGs)
- Debatcher for HL7 v2.5.1 batch files