question

Maryam H2 avatar image
0 Likes"
Maryam H2 asked Jason Lightfoot commented

Automatic Gowning

Hi,

I want to establish shifts for RNs and MDs in the model below. Specifically, I'd like to implement a process where, following their lunch break and when commencing their shift the next day, the employees undergo the gowning process automatically. This means that after their lunch break, they will temporarily leave their workstations and spend their unscheduled/lunch time in a designated area. Upon returning, they will then go through the gowning process.

How is this feasible, given that one flow consists of tokens representing activities, while the other flow involves tokens representing worker instances (object flow)?

shiftscheduling-autogowning_1.fsm

@Felix Möhlmann can you take a look at this?

FlexSim 23.2.0
timeshift scheduleobject flow
· 3
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann commented

You can implement the gowning as a part of the down behaviour.

The predefined down behaviours of the HC environment use a Process Flow to acquire the staff/equipment, move it to the break location and keep it occupied for the duration of the break. (Double click on the "Shift Schedule" node to open the Process Flow view.)

capture1.png

capture2.png

capture3.png

You could implement a similar system yourself. Or, which would be somewhat easier, use the predefined behaviours and alter the Process Flow to include the gowning at the end of the break.


capture1.png (4.7 KiB)
capture2.png (6.0 KiB)
capture3.png (63.3 KiB)
· 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.