Description: Inbound thread is reading in a FRL file into a tcl script. The tcl script does some good stuff, and recreates the FRL data into a string variable. The string is then passed to the xlate. The xlate makes an A08 message out of the FRL data. In the outbound thread Xlate Route Details, the tcl proc is the Pre Proc and the Xlate is listed in its Xlate spot.
Problem: I’m passing the xlate several different patients in the string; however, it only reads the first row and creates one message. In the FRL string, I’ve tried changing the end of row character from n to r to rn to ~. It seems to me that the xlate is reading the first row, then hitting the end of row character and stopping.
It is probably something simple that I’m missing. Any thoughts?
Thanks for any input.
Nate.