I am working on an analysis where a patient would have a list of locations to be transferred/overflowed to based on their providers. So I am creating a table matrix to store the location preferences for each patient type (Figure 1).
Figure 1
Then I have create a few labels for each patient to store their preferred units upon arrival (Figure 2):
Figure 2
However, when I use the drop-down menu in the patient track to determine patient destination based on destination status (Figure 3), the patients are not moving to the destination as I hoped, and I found the final destination array was not filled in the coding (Figure 4). Is it because the code is trying to fill a node array with a text value? Is there anyway we can translate those locations stored in the table to this final destination array? Thanks!
Figure 3
Figure 4