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

Missing SIU message types (everything except SIU_S12) #103

Closed alexyuisingwu closed 6 months ago

alexyuisingwu commented 2 years ago

The only SIU message supported seems to be SIU_S12.

If you try creating any other SIU message (S13, S14, S15, S16, S17, S27, etc.), you get an error:

test = Message('SIU_S13')

hl7apy.exceptions.InvalidName: Invalid name for Message: SIU_S13

It looks like other options are just not included in messages.py

svituz commented 6 months ago

Sorry, for not responding. I fixed this in develop branch. It will be included in the next release

svituz commented 6 months ago

Inclded in release 1.3.5