question

Amy avatar image
0 Likes"
Amy asked Kavika F commented

Priority based on transfer count

When assigning staff to patients, I want the patient to be assigned to those with fewer transfer counts among the staff working in the same shift. I think changing the priority might help, but I'm not sure how to reflect this. I would really appreciate your help.


hospital_flexsim_v2.3.7.fsm

FlexSim 21.2.4
priority
· 5
5 |100000

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

Kavika F avatar image Kavika F ♦ commented ·

Hey @Amy, what do you mean by "fewer transfer counts" with regards to the staff?

0 Likes 0 ·
Amy avatar image Amy Kavika F ♦ commented ·

@Kavika F , I mean when assigning patients to staff, I want to assign the patients to the staff member with the lowest number of previous transfers.

0 Likes 0 ·
Kavika F avatar image Kavika F ♦ Amy commented ·

Hey @Amy, thank you for clarifying that for me. If you're keeping track of Staff Transfers through a label, then you could have the Staff Resource Sort the available staff by that label.

1712871576220.png

You could create a field on the "Staff" Global List called "NumTransfers" that looks at a label on the Staff.

1712871369162.png

On every Staff, you can add a label called "NumTransfers" that will keep track of each Staff's number of transfers.

1712871453495.png

And then anywhere in the Process Flow logic where a Staff gets transferred, you increment their NumTransfers label.

0 Likes 0 ·
1712871369162.png (85.3 KiB)
1712871453495.png (19.8 KiB)
1712871576220.png (38.5 KiB)
Show more comments

0 Answers

·

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.