Skip to content

Releases: dib0/NHapiTools

V 2.0.4.0

18 Feb 09:52
Compare
Choose a tag to compare

Updated to target NHapi V3.2.2 and .Net 4.6.2/.Net standard 2

V 2.0.0.1

03 Aug 15:07
Compare
Choose a tag to compare

Fixed issue in previous release (timout still was a static value).

V 2.0.0.0

03 Aug 07:07
Compare
Choose a tag to compare

Solved some issues, updatedversioning and added support for nHapi 3.0.0 (including resturcturing and unit testing), thanks to milkshakeuk

V1.11.0.2

29 Jun 14:16
Compare
Choose a tag to compare
Correction on version info+file versions

Release V1.11.0.0

27 Jun 07:58
Compare
Choose a tag to compare

Added support for netstandard2.0 support, thanks to milkshakeuk

Release V1.9

04 Nov 12:45
016518b
Compare
Choose a tag to compare

NHapiTools.V19.zip
Few changes. Assemblies are signed now.

Release V1.7

21 Mar 09:23
Compare
Choose a tag to compare
  • V1.7 Release (March 2017)
    Updated nHapi to v2.5.0.6
    Added extension models for HL7 v26, v27, v271, v28, v281

Release V1.6

12 Apr 15:04
Compare
Choose a tag to compare

V1.6 Release (April 2015)
Updated to work with NuGet. Updated to the latest version of NHapi and fixed some bugs.

Release V1.5

03 Apr 13:58
Compare
Choose a tag to compare
  1. Release notes NHapiTools
    The NHapiTools are tools that will make using NHapi (the open source .Net HL7 implementation) easier. NHapi has a steep learning
    curve and not everything works as easy as it should. NHapiTools aims to improve that without tampering with NHapi itselves.
  2. Functionality
  3. Source generation that will generate extension methods on NHapi assemblies. (some generated assemblies are provided)
  4. Generic extention methods.
  5. Easy IO tools for reading multiple files, implementing MLLP and filtering Base64 data reducing memory use and increasing speed.
  6. Tools to generate ACK messages based on any message
  7. Tools to implement custom (standard) segments (which is not possible with NHapi)
  8. Default validation rules to be used by the NHapi parser
  9. Two sets of context implementation to easily add all or configurable validation rules.
  10. Changelog
  11. V1.5 Release (April 2015)
    Fixzed bug in ERR segment. Added custom ACK message classes for HL7 V2.2 and V2.1 since these seem to be missing from NHapi.
  • V1.4 Release (December 2014)
    Added more HL7 versions. Finished documentation.
  • V1.3 Release (September 2014)
    Fixed bug in ACK message generation for HL7 V2.3.1 messages.
  • V1.2 Release (March 2014)
    Added a Simple MLLP Client class for easy client server communication. The class supports plain TCP/IP as wel as SSL (including
    authentication through a client certificate). Cleaned up compiler warnings (including generated code) and changed the output
    directory in code generation from "Messages" to "Message", which is in line with the namespace.
  • V1.1 Release (March 2014)
    Added stream to filter Base64 data from HL7 messages. This improves performance while parsing messages with NHapi, especially
    if messages contain large chunks of data.
  • V1.0 Release (Januari 2014)
    First release of the NHapiTools. Containing source generation, generated extention methods for V2.3, V2.3.1, V2.4 and V2.5,
    MultipleFileStream, HL7MessageEnumerators, MLLP, ACK tools, support for validation rules using automated and configurable contexts and
    standard segment override using EhancedModelClassFactory and the GenericMessageWrapper. Including test/example project.

Release V1.4

13 Dec 14:58
Compare
Choose a tag to compare
  1. Release notes NHapiTools
    The NHapiTools are tools that will make using NHapi (the open source .Net HL7 implementation) easier. NHapi has a steep learning
    curve and not everything works as easy as it should. NHapiTools aims to improve that without tampering with NHapi itselves.
  2. Functionality
  3. Source generation that will generate extension methods on NHapi assemblies. (some generated assemblies are provided)
  4. Generic extention methods.
  5. Easy IO tools for reading multiple files, implementing MLLP and filtering Base64 data reducing memory use and increasing speed.
  6. Tools to generate ACK messages based on any message
  7. Tools to implement custom (standard) segments (which is not possible with NHapi)
  8. Default validation rules to be used by the NHapi parser
  9. Two sets of context implementation to easily add all or configurable validation rules.
  10. Changelog
  11. V1.4 Release (December 2014)
    Added more HL7 versions. Finished documentation.
  • V1.3 Release (September 2014)
    Fixed bug in ACK message generation for HL7 V2.3.1 messages.
  • V1.2 Release (March 2014)
    Added a Simple MLLP Client class for easy client server communication. The class supports plain TCP/IP as wel as SSL (including
    authentication through a client certificate). Cleaned up compiler warnings (including generated code) and changed the output
    directory in code generation from "Messages" to "Message", which is in line with the namespace.
  • V1.1 Release (March 2014)
    Added stream to filter Base64 data from HL7 messages. This improves performance while parsing messages with NHapi, especially
    if messages contain large chunks of data.
  • V1.0 Release (Januari 2014)
    First release of the NHapiTools. Containing source generation, generated extention methods for V2.3, V2.3.1, V2.4 and V2.5,
    MultipleFileStream, HL7MessageEnumerators, MLLP, ACK tools, support for validation rules using automated and configurable contexts and
    standard segment override using EhancedModelClassFactory and the GenericMessageWrapper. Including test/example project.