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

outbound functionality #80

Closed baileyglen closed 3 years ago

baileyglen commented 4 years ago

Am I correct in thinking that there is currently no outbound server functionality?

My use case: Incoming Server

svituz commented 3 years ago

Hi @baileyglen, the client is not implemented in the package. You can find an example of a client in the examples directory