I need to convert HL7 version 2.3 to 2.5. I was trying to do this in the Pre Processing Script but it's not working or maybe I don't know how to make it work. I already have one script in my pre processing block which is;
message = message.replace("|ORU|", "|ORU^R01|");
return message;
How can I add another pre process script in converting MSH 12 2.3 to 2.5?
Thanks!
message = message.replace("|ORU|", "|ORU^R01|");
return message;
How can I add another pre process script in converting MSH 12 2.3 to 2.5?
Thanks!
Comment