question

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

Doctor to be available for final decision making

Hi there,

How we can let the patient acquire a physician during a down behavior when needed? For example, the patient will be visited by the doctor and after that doctor will be transitioned to the off-schedule hours (to minimize the total idle hours during lab tests when we do not need the doctor) but we need the same doctor for final disposition.


Please see the attached model as a simple example.


Test_Off_Shift_Staff_Behaviour_5.fsm

FlexSim 22.0.0
down behavioracquire staffoff-schedule
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

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Maryam H2 commented

If you're making the doctor go off shift, but you want them to be able to come back on in the middle you need to make the break preemptable. For example, I duplicated the Off Schedule down behavior and changed these settings to make the break preemptable:

1641835770851.png

OffShiftLite.fsm


1641835770851.png (20.4 KiB)
offshiftlite.fsm (216.3 KiB)
· 7
5 |100000

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

Maryam H2 avatar image Maryam H2 commented ·

@Matthew Gillespie Got it, Thanks! What does it mean when you changed priority from 190 to 90? Or how do the priority levels affect the down behaviors?

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Maryam H2 commented ·
It means that the operator will only be preempted by tasks with priority higher than 90 - so the actual number should be chosen based on the priority of other tasks in the system.
1 Like 1 ·
Maryam H2 avatar image Maryam H2 Jason Lightfoot ♦ commented ·
Got it, thanks!
0 Likes 0 ·
Show more comments
Matthew Gillespie avatar image Matthew Gillespie ♦♦ Maryam H2 commented ·

@Maryam H2 @Jason Lightfoot

Requests with a higher priority tier can preempt those in a lower tier. 90 is in tier 1 (0-99) and 190 is in tier 2 (100-199).

See https://docs.flexsim.com/en/22.0/ModelLogic/AdditionalConcepts/StaffResourcePriorities/StaffResourcePriorities.html for more information.

1 Like 1 ·
Maryam H2 avatar image Maryam H2 Matthew Gillespie ♦♦ commented ·
Gotcha, Thanks for the clarification!
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.