crs4 / hl7apy

Python library to parse, create and handle HL7 v2 messages.
http://crs4.github.io/hl7apy/
MIT License
215 stars 85 forks source link

Fix failing because the oml_o33_2 parsing creates a OML_O33_ORDER_PRIOR #99

Open jordillonch opened 2 years ago

svituz commented 2 years ago

This seems an ad-hoc fix for a very specific problem. I would suggest you open an issue explaining what problem you're experiencing and we'll see if there is something wrong with the message structures or something else. Attaching the hl7 message you're trying to parse would help a lot. Thanks.

jordillonch commented 2 years ago

I tried to fix your own test. As you can see I uncommented your test: https://github.com/crs4/hl7apy/pull/99/files#diff-f1dbe79adfb6e39e76ee4519368bc4b5eaa0e4831f00165e5ac28fede4825bffR105 😄

svituz commented 2 years ago

Oh, I see, sorry :smile: I'll need to check the implementation, then.