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

WIP:Add simple MLLPClient #84

Open sergioisidoro opened 3 years ago

sergioisidoro commented 3 years ago

Usage:

        with MLLPClient(host, int(port)) as client:
            result = client.send(message)
            return result