I have created a TABLE called
The IN values are the names/codes of the doctors who want to receive.
The OUT values I have labeled as “CONTINUE”
My default value is “KILL”
My question is…within the xlate, after I place a table in and go into the PROPERTIES, on the source I choose OBR-16 (which is the ordering provider’s name), what should i set the destination to be?
I have thought about setting the destination to a temporary variable called @DISP for disposition
and then following up by using an IF statement: IF @DISP eq =KILL, then suppress the message.
Would this method be valid? Are there easier ways of doing this? I know this is not the most efficient/ideal and I’m interested in doing this before the XLATE but in a SIMPLE way. Thanks in advance.