Questions tagged [nhapi]

NHapi is an HL7 2.x parser for the .NET Framework. NHapi is open-source, and enables .NET developers to programmatically create and modify HL7 messages.

NHapi (pronounced "n-happy") is an HL7 API. It's an open-source, object-oriented HL7 2.x parser for the .NET Framework.

NHapi allows Microsoft .NET developers to easily use an HL7 2.x object model. This object model allows for parsing and encoding HL7 2.x data to/from pipe-delimited or XML formats.

NHapi was ported from the original HAPI Java project.


Useful links


Related tags

47 questions
-1
votes
2 answers

Keep optional pipe in HL7 after parsing

Original HL7 MSH|^~\&|RadImage^124|xxx|EI-ARTEFACT|xxx|123456789||ORM^O01|1234||2.3|||AL PID|1|xxxxxx|xxxx||xxxxx^xxxxx xxxxx|xxx xxx|19391007|F|||104-430, xxx^^xxx^xx^xx^xx||(999)999-999|"||V|||||"||||||||"|N PV1|1|A|11^11-1^^^^^2|||||123^xxx,…
Richard
  • 27
  • 1
  • 6
-1
votes
1 answer

NHapi: System.TypeInitializationException while creating MSH segment for QBP^Q21 message

I am new to HL7 and while implementing some functionality I ran into trouble. What I am trying to achieve: I want to create a QBP^Q21 message with the segments MSH, QPD, RCP where QPD holds the query parameters like Patient ID, Lastname, Firstname,…
1 2 3
4