What I have done, is create a route replies raw route on the outbound thread with a Tcl proc that queries the database where the ORU message is stored, check some flags, and then pulls that message out.
I am able to pull the message out of the database just fine. The problem is then taking that message and putting it back on the outbound thread so that it is received by the external system.
I’m a little overwhelmed by the descriptions in the Cloverleaf 6.0.1 manual.
This is a non-production environment and I’m trying to create some proof-of-concept functions to show the rest of my team.