Connection
rmanalu15 opened this issue · 1 comments
rmanalu15 commented
how do i connect and get hl7 messages from connected devices?
senaranya commented
This library can't be used for receiving HL7 messages. You need to use a HL7 listener. You can search for "MLLP" (MLLP is the protocol using which HL7 messages are sent) at packagist.org. These listeners are TCP/IP socket servers with some very basic additional logic, so it's also possible to build one manually without too much effort, e.g. using ReactPhP