Reply To: error handling for quotes in hl7 messages

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf error handling for quotes in hl7 messages Reply To: error handling for quotes in hl7 messages

#58489
Abe Rastkar
Participant

    Nancy,

    The quote characters may be needed by the receiving application. If So, then you can insert an escape character before each double quote.

    For example,

        regsub -all — “”” $str {\”} newstr

    Where str is you message or segment.

    Abe Rastkar

    UMO Health Care