Reply To: Multiple Changes to outgoing HL7 message

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Multiple Changes to outgoing HL7 message Reply To: Multiple Changes to outgoing HL7 message

#57964
John Perks
Participant

    You can remove the dashes in an xlate COPY with minimal tcl code in the pre Input/Output panel:

    regsub -all {-} [lindex $xlateInVals 0] {} xlateOutVals

    It’s still tcl, but at least it is not an entire proc.

    John Perks

    jjp1576@bjc.org