Is there a way to “clear” an outbound message structure between Iterates, to resolve situations like this? Any suggestions on how to handle this?
For example:
MSH
PID
OBR|1|
OBX|1||||FIRST SET RESULT 1
OBX|2||||FIRST SET RESULT 2
OBX|3||||FIRST SET RESULT 3
OBR|2|
OBX|1||||SECOND SET RESULT 1
Results in the following two messages:
MSH
PID
OBR|1|
OBX|1||||FIRST SET RESULT 1
OBX|2||||FIRST SET RESULT 2
OBX|3||||FIRST SET RESULT 3
MSH
PID
OBR|2|
OBX|1||||SECOND SET RESULT 1
OBX|2||||FIRST SET RESULT 2
OBX|3||||FIRST SET RESULT 3