nHapi
nHapi copied to clipboard
nHapi is the .Net port of the original Java project HAPI.
Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 5.0.0 to 8.0.0. Release notes Sourced from System.Configuration.ConfigurationManager's releases. .NET 8.0.0 Release .NET 8.0 RC 2 Release .NET 8.0 RC 1 Release .NET 8.0 Preview 7 Release...
Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 5.0.0 to 8.0.0. Release notes Sourced from System.Configuration.ConfigurationManager's releases. .NET 8.0.0 Release .NET 8.0 RC 2 Release .NET 8.0 RC 1 Release .NET 8.0 Preview 7 Release...
Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 5.0.0 to 8.0.0. Release notes Sourced from System.Configuration.ConfigurationManager's releases. .NET 8.0.0 Release .NET 8.0 RC 2 Release .NET 8.0 RC 1 Release .NET 8.0 Preview 7 Release...
Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 5.0.0 to 8.0.0. Release notes Sourced from System.Configuration.ConfigurationManager's releases. .NET 8.0.0 Release .NET 8.0 RC 2 Release .NET 8.0 RC 1 Release .NET 8.0 Preview 7 Release...
Updated data type generator so that `DataTypeException` is thrown instead of a general exception for component access methods.
I am trying to create a tree by parsing hl7 message to XML. But XmlParser is checking if the component has DATA, if not then it is not adding that...
**Is your feature request related to a problem? Please describe.** Port the `Version` class/capability from `hapi`, this is used in various locations, currently we have worked around not having this...
Hi, I am getting HL7 data from the Mindray V9 device and the dateTime looks like `20230211140114.0000+0800`. The HL7 version is 2.6 latest nuget. When trying to parse `oru.MSH.DateTimeOfMessage.GetAsDate()` and...
In NHapi.Model.V23.Segment.STF the type of Phone is TN this is not correct, according to the standard it should be XTN https://v2plus.hl7.org/2021Jan/segment-definition/STF.html https://hl7-definition.caristix.com/v2/HL7v2.3/Segments/STF This gives me problems because I want to...
**Describe the Issue** It's not clear that the access modifiers in the `ParserBase` and any class that inherits from it are using the correct access modifiers for all its members....