I have an iterate that allows for repeating OBX segments and an IF that suppresses OBX segments if field 5 is null. But I need to allow for possible repeating NTE segments also. I can get the NTE segment (haven’t tried a repeating one yet) but when the NTE segment comes any OBX segments that should follow do not.
I have a group that contains OBR’s that I iterate on, and then within that group is a group that contains the OBX and NTE segments I need to repeat.
Any ideas.