question

AFRANCO avatar image
0 Likes"
AFRANCO asked Jeanette F commented

How to make the patients in waiting room have a chance to go to the bathroom

Hello, I apologize in advance for my English, it is not my native language. I need help to make my model more realistic. How can I make it so that patients or doctors have the need to use the bathroom at some point? Thanks a lot

FlexSim 22.2.1
healthcaredowntimepatient waitrestroom
· 1
5 |100000

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

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @AFRANCO, was one of Kavika F's or Jeanette F's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·
Kavika F avatar image
0 Likes"
Kavika F answered

Hey @AFRANCO , here's a solution you could try. HC_Bathroom_Breaks.fsm

I start by setting up a simple Patient Flow where patients will try to check into the front desk. If it's occupied, they will sit down at the waiting area. If they wait for an extended period of time, then they'll be prompted to use the restroom.

1673462292537.png

I do this by adding a "Max Wait Timer" to my "Acquire Desk" activity (originally called "Acquire Location"). This will tell the token that if it has been waiting there for X amount of time, it will "fail" and move onto a different location (i.e., the restroom activity blocks).

1673462380102.pngHere's what it looks like running:

hc-bathroom-break.gif


5 |100000

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

Jeanette F avatar image
0 Likes"
Jeanette F answered Jeanette F commented

Hello @AFRANCO,

Depending on whether it is scheduled or a distribution, you can create either a time table or MTBF/MTTR

· 6
5 |100000

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

AFRANCO avatar image AFRANCO commented ·

Hi @Jeanette F. Sorry, I'm using Flexsim HC and I can't find the option for MTBF/MTTR

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ AFRANCO commented ·
You can use an interarrival source activity in a process flow to generate the requirement randomly. Normally (in non-healthcare/people models) you would issue a pre-empting, higher priority task sequence to a task executer - you could try this approach and see if it works or what problems arise depending on state of the patient/doctor process invocation.
0 Likes 0 ·
AFRANCO avatar image AFRANCO Jason Lightfoot ♦ commented ·

Thank you very much for your answer

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ AFRANCO commented ·

Hello @AFRANCO ,

I created two examples.

The first uses an interarrival source activity like @Jason Lightfoot mentioned as an option.

Restroom Break.fsm

The second uses the MTTR/MTBF option.

Restroom Break_2.fsm

0 Likes 0 ·
AFRANCO avatar image AFRANCO Jeanette F ♦♦ commented ·

Excellent thank you very much. I take this opportunity to ask two questions:

1. Is it possible to do this with patients?

2. In the second option, I can't find the MTBF MTTR option in the toolbox. Where can I find that option?

0 Likes 0 ·
Show more comments

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.