nHapi
nHapi copied to clipboard
nHapi is the .Net port of the original Java project HAPI.
**Is your feature request related to a problem? Please describe.** .NET framework 3.5 is considered legacy and there is a development overhead to its continued support. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** Currently nHapi does not have a logo, it would be nice if it did, it could then be added as...
@duaneedwards There is reference to a file... `var filePath = @"C:\Users\Duane\Desktop\ParseErrors\20160628_142635469_b94dde77-857a-4881-8915-6814809c5442.HL7";` ...used in... `NHapi.NUnit.Parser.PipeParserV26Tests` and `NHapi.NUnit.Parser.LegacyPipeParserV26Tests` Any chance you still have this file? If so, can you attach it and...
Hi Edwards, I need to add and RDT segment that should look like this: ``` RDT|555444222111|Adam||19600614|M| RDT|555444222112|Adam2||19600615|F| RDT|555444222113|Adam3||19600616|M| ``` But the most I can do, is this: ``` RDT|555444222111 RDT|555444222112...
Even if a message does not contain a segment, the repetitions used property can be still 1. E.g. in the test called TestOBR5RepeatingValuesMessage (in ParserTest.cs), the ORU message does not...
It should be possible to configure additional versions without the need to configure the App.config of the main executable (or assembly).
Below is a sample of the things we would like to automate - [x] ~~Build the base projects~~ - [ ] Run the source code generator - [x] ~~Run the...
We should probably come up with some sensible guidence/guidelines for people wishing to contribute. For example adding appropriate unit tests where applicable.
Currently `App.config` is used for configuring various things within the project. * `Hl7PackageCollection` used for adding custom packages to the `PackageManager` so the `PipeParser` can find the custom definitions. *...
The 2.5.1 standard defines RSP_K21 twice. 3.3.56 allows RSP_K21_QUERY_RESPONSE to repeat. Can we have RSP_K21_QUERY_RESPONSE set to allow repeating? 3.3.56 Get Person Demographics (QBP) and Response (RSP) (Events Q21 andK21)...