question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Jeanette F commented

Multi Patients At Same Time?

Hi Team,

I am building a flow where MD can handle 2 patient at a time. I am building it using process flow. I tried to increase capacity of 3D object to 2 but it is not working.

1654065829791.png

How can I achieve it with easy scalability?

2PatientsAtSameTime.fsm

Thank you!



FlexSim 21.0.10
hcstaffmultipatient
· 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 @Ankur A3, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. 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 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

That capacity is left over from the taskexecuter standard FlexSim properties which the People::Staff class inherits, and is used when a task executer looks at task sequences to see how many items it can carry.

What your suggesting sounds like it might need a great deal of care to ensure the process doesn't assume the staff location is always with the patient and to coordinate parallel tasks.

If they truly can handle two at once no matter the task and location then the easiest solution would be to add a another member of staff to perform the same function.

In regular (non-People related) process flows I would say push the same resource to a list twice (making sure that duplicates are allowed).

· 10
5 |100000

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

Ankur A3 avatar image Ankur A3 commented ·
Hi @Jason Lightfoot,

I don't understand your point.

Can you help me with working model if possible?

Thank you!

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Ankur A3 commented ·
Hmm.. I made 4 points:
  • What capacity is used for
  • Scepticism about an MD being able to handle two patients at once
  • The simplest workaround
  • What you could do using lists instead of Staff as an alternative method

What are you struggling with?

0 Likes 0 ·
Ankur A3 avatar image Ankur A3 Jason Lightfoot ♦ commented ·
Hi @Jason Lightfoot,

I don't understand how can I use list instead of Staff.

Can you make changes in attached model for the same?

Thank you!

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.