question

Lorenz N avatar image
0 Likes"
Lorenz N asked Cliff King commented

How to introduce a Location Resource to a Patient Track

Is it possible to add a location to a patient track after a condition is met? This is my scenario. I have 2 patient Groups. Let's call them PTa and PTb. I have 2 Location groups that they can go to. Let's call them Rooms1 and Rooms2. PTb can only use Rooms2. PTa can only use Rooms1. However, after all PTb's are done for the day(or in general, after a certain condition is met), Rooms2 becomes available to PTa. How can I simulate such actions in FlexsimHC?

FlexSim HC 5.1.0
flexsim hc 5.0patient trackpatient locationpatient groups
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Cliff King avatar image
1 Like"
Cliff King answered Cliff King commented

The "Based on a condition" pick list option found in the Patient Destination field can be used to model the scenario you refer to. If PCI 1 patients are sent to Rooms1 between 0700 and 1800 hours and at other times and for other patients, they are sent to Rooms2, then the condition statement would look like this (assuming Rooms1 was listed as the "true" destination and Rooms2 was listed as the "false" destination).

  1. getlabel(patient,"PCI") == 1 && getperiodofday(time()) >=7 && getperiodofday(time()) <multi-pod-ed-with-scheduled-daily-pod-closures-mod.fsm18

You also might be interested in learning some of the concepts taught in the example models I've attached. Each model takes a different approach. An explanation of the model and solution are given in a dashboard within the models themselves.modeling-emergency-care-units-with-scheduled-open.fsm


· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.