Good afternoon,
I have files with a few thousand lines each that I’m running through a tcl to translate from flat file to HL7. When I run it through the interface I created (file to file), it takes hours and hours to translate one file (because of how many lines each has.) When I run the same file through the tcl Testing Tool, it takes a minute or two to translate everything to screen. However, if I test it to output file, the file has a string of numbers before each MSH.
<p style=”text-align: left;”>Is there anyway for me to run the tcl Testing Tool with attributes that will give me an output file with the HL7 messages, separated by a CR, no MESSAGE # or numbers in between?</p>