Hi all,
I’m trying to setup some sort of automated process that will replay certain failed HL7 messages in Cloverleaf. In Cloverleaf, we already have setup a ‘replay’ inbound file-based thread that will look in a folder and replay any properly formatted text/dat file.
My issue is that, currently, the raw HL7 we’re getting out of SQL queries are not formatted properly, ASCII (0x0A & 0x0B all over the place) is off.. so Cloverleaf doesn’t read it properly as NL file type.
Does anyone know of an HL7 tool or something that will do this in a more streamlined way? So I can just input the raw HL7 and it will come out formatted properly?
Thanks!