Machete
Machete copied to clipboard
Cut through the Crap, with Machete, a text parser, object mapper, and query engine.
* AAA segment missing AgencyQualifierCode (fixed length string, 2 characters) * AAA segment RejectReasonCode should be fixed length string, 2 characters
Parsing an HL7 file with really long lines results in unusable performance. In most of the ORU_R01 messages I deal with, we have some OBX segments with embedded PDF files...
Create a way to override entity registration. So, if I registered HL7 v2.6 and I wanted to override MSA with a custom MSA I should be able to do so.
Need the ability to format a Layout back to text.
Add ability to return all registered layouts and entities mainly for debugging purposes.
The Add method responsible for adding layouts was implemented in the SchemaConfigurator class but never exposed in ISchemaConfigurator.
The PAT segment is missing in loop 2300 even though the specification states that is required. Though this is the case, the Subscriber can represent the patient and therefore rendering...
The Layout parser is failing to parse loop 2010BA when loops 2010AB and 2010AC are missing. When loop 2010AB is present the same code works fine.