Hi,
Thanks for you replies.
What I have is an HL7 2.3 variant, let’s call it ‘Var_A’
I have 12 messages that I tested in the HL7 tester for ‘Var_A’ and they all parse well.
I have a translation that translates a ‘Var_A’ ORM to a ‘Var_A’ ORM with the only translation command being a BULKCOPY.
My intention is to do a BULKCOPY and then null out some optional segments that the receiver does not want to see. However, the initial BULKCOPY is not doing what I assumed it would, which would be to copy an appropriately formatted HL7 ‘Var_A’ message to and exact copy of that HL7 ‘VAR_A’ message. The translation tester works fine on all of my test messages with the exception of one little message, even though that one message passed the HL7 ‘Var_A’ testing. Also, I do not see any hidden/special/extra characters in that message when doing a hexdump.
Should it do as I am assuming?
Thanks,
Julie