I am iterating on a table. OBX 3 and OBX 5. First I do is Iterate on OBX 5. If the value is found, I want to copy the table lookup value to OBX 3. If the value is not found, I want to leave the OBX 3 value (whatever it was) to be left alone.
So my next iterate will be on OBX 3. If the value is found (which it will), I am using the table to complete the translation and send the resulting HL7 to receiving system.
But how do I make the “Leave me alone” thing with the table.
Hope someone has done this before. If it comes to a point where I wld have to write the If statements for all those “Leave me alone” values, I can do that. I want that to be last option.
Thanks,