I am trying to copy repeating segments from HL7 2.2 variant to HL7 2.4 variant.
For example: GT1 segments is repeating 3 times in my message. I tried the Bulkcopy, it just copied the first occurance of GT1.
Secondly I tried to ITERATE the GT1 segment and then do a PATHCOPY of each occurance of GT1. This also copied just the first occurance of GT1.
If I make the variant same for Inbound and OutBound then the Bulkcopy works.
Can anyone suggest me a way to copy all the iterations of a repeating segment from HL7 2.2 variant to HL7 2.4 variant.
Thanks a lot in advance
Amit