AIX 6.1
I’m using inline code in my xlate to set xlateOutVals to a list:
set xlateOutVals [list $val1 $val2]
I’m then using a variable @outList in my Destination to retrieve the values that I will later put into two different outbound fields in my xlate. However, it looks like @outList is only retaining the first element of the list. Can an xlate variable be a list? If not, what are my other options? How can I have inline code populate two different outbound HL7 fields?