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).

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.

Lorenz N avatar image Lorenz N commented ·

I am still going through the examples but I have another thought or question. Is there a way to make Alternate Groups but for areas/locations? Then if I were to use "Based on condition", I could use True is Rooms1 and False could be RoomsAll which is an alternate group which contains both Rooms1 and Rooms2. Are Alternate Areas possible or in the realm of a feature request?

0 Likes 0 ·
Cliff King avatar image Cliff King ♦ Lorenz N commented ·

There are many situations where the use of an alternate group for areas/locations would come in handy, so we have developed this functionality for a future release of the software. For now, you will need to define the "alternate group" of locations within the pick list option itself. All of the list type pick options will allow you to define groups of locations within the option itself. For instance, in the previous example, you could use the "Based on a condition (Two Lists)" instead of the "Based on a condition (True/False)" option and then define either or both the true and false lists with as many location entries as necessary.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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