On Clover v5.8 (AIX) , All via tcl:
I’m attempting to take an HL7 message, create a file with a filename created from elements in the HL7 source message via USERDATA, and write the output to a url.
On the inbound TCP/IP source thread’s routing I have a proc that filters the HL7 transactions based on conditionals, sets the USERDATA elements with MRN, HL7 event, and datetimestamp.
This transaction is then passed to an outbound UPOC thread where, via another tcl, I’m attempting to set the path the url address, create the outputfile from the USERDATA, write to the file then pass to the url.
It appears that the USERDATA elements aren’t being recognized on the outbound UPOC tcl processing.
I’d include the tcl code but I have various iterations and it’s such a mess at this point that my head is spinning!
Any input/advice on how to create a workable solution for this would be much appreciated.
Thanks
Bill