Hi, @Cliff King
I have a issue to solve the patient moving to multi-places dynamically according to the exam result. The dynamic route is followed captured;
The real model is very complicated and then I made a simple model using tutorial model to show my model issue. But the logic of it is similar with it.
The patient should be routed according to the treatment type of TreatCombiTable distribution. The distribution result is 7 types of TreatType and the patient route of the result is decided to the column LAB, EKG and XR value euqual to 1.
For example, in the case of TreatType == 5, the patient should be routed to LAB and XR. In the case of 7, the patient should be moved LAB, EKG and XR. The sequence is not important but the first is good for 'LAB'.
But the patient can't move in my model attached;
Task1.32 - Add Triage_Decision and Using List - Add LAB_1.fsm
How can I control it?