Skip to content

Releases: CDCgov/cs-sdk-dotnet

v0.0.5

17 Feb 20:36
58b98c7
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

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

  1. Fixed an issue with HL7v2 to Json conversion that threw an exception when parsing ethnic groups

0.0.4

10 Feb 20:49
378ba07
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

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