crs4 / hl7apy

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

fix(2.7): Add missing segments in 2.7 #118

Closed jgarciaroca closed 5 months ago

jgarciaroca commented 5 months ago

Without the fix, if you try to set SCH_12 in a message, the text output will print the content of SCH.12 in SCH.11. Same for the other segments.

svituz commented 5 months ago

Thanks for the contribution