Re: Needing to break OBX-5 into repeating OBX-5

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf How to overcome OBX-5 size limit? Re: Needing to break OBX-5 into repeating OBX-5

#59756

We have a tcl proc that checks the message and throws it out if the size is larger than 64K. I had to remove that as I had to pass HL7 BASE64 PDF from a vendor to Cerner. I’ve created a new variant and bumped the OBX-5 to handle the message size in CL. Looks like Cerner is not able to digest all of OBX-5 content which is over 64K and vendor can’t break it into repeating OBX-5. So, I need to send the OBX-5 content as repeating OBX-5 with each OBX-5 less than 64K. Any suggestions on how/where (xlate or tcl) to accomplish this? Anyone willing to share your script or provide a starter script?

TIA