nHapi icon indicating copy to clipboard operation
nHapi copied to clipboard

nHapi is the .Net port of the original Java project HAPI.

Results 48 nHapi issues
Sort by recently updated
recently updated
newest added

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...

dependencies
.NET

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...

dependencies
.NET

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...

dependencies
.NET

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...

dependencies
.NET

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...

awaiting more information

**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...

enhancement
help wanted

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...

help wanted
defect

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...

awaiting more information

**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....

enhancement