NHapiTools
NHapiTools copied to clipboard
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 t...
Adding MLLP-characters before encoding content causes the MLLP characters to be messed up in at least UTF8. Latin1 and ASCII works well. https://github.com/dib0/NHapiTools/blob/master/src/Base/Net/SimpleMLLPClient.cs#L113
We are using nHapitool to validate batch of 1000 HL7 files (want to use it for much more files). We are using Parallel.ForEachAsync loop with degree of parallelism set to...
Hi Could you please add support for dotnet core and `appsettings.json` for configuration.