I was wondering what the effects of the following will be.
I have an xlate for the HCI static route, like this:
_HCI_static_route_:
xlate lanier_adt1
Then, under that, I have another route that looks like this:
ADT_A08:
xlate lanier_adt1
Each of these xlates performs a different translation.
Now the qusetion is, exactly what happens when an HL7 message comes in that has a TrxId equal to ADT_A08? Do BOTH of these get kicked off? Or just one? And if only one does, which one is it?
-George