question

Raul R3 avatar image
0 Likes"
Raul R3 asked Cliff King edited

Patients arriving in groups

Hello all,

In my model, patients arrive using an elevator. Therefore, they constantly arrive in groups. Those groups can be composed of 2 to 5 patients. However, they can also arrive individually. I'd like to know if I can make my arrival pattern create those groups randomly, without altering my arrival-time distribution. The percentages are as follow:

Individual 20%

Pairs 21%

Groups of 3 19%

Groups of 4 18%

Groups of 5 22%

Attached is my current model.

oftalmologia.fsm

FlexSim HC 5.3.10
groupspatient arrivalspatients
oftalmologia.fsm (330.3 KiB)
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

·
Cliff King avatar image
0 Likes"
Cliff King answered Cliff King edited

I'm not sure I understand. The elevator will group the patients automatically due to the elevator's available space, right? Maybe this was your modeling technique to achieve grouping, but what you really want is to define your groups in the patient arrival definition. This is possible too.

To create groups of patients arriving at specific times (or within a defined period), you should use the Custom Arrivals. Have you looked at that table on the arrival object? It's my favorite because it allows me define arrivals in a very flexible way. The time periods can be anything you want, and the number of arrivals within the period can be defined with a distribution as well. Let me know if you need help with this!

· 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.

Cliff King avatar image Cliff King commented ·

After rereading your question and looking at the way you've defined your arrivals in the model you sent, I think I better understand what you are wanting to accomplish.

Are the two patient arrival objects you have in your model essentially creating "elevator arrival events" and now all you want to do is define the number of passengers that will be associated with each elevator event (a number between 2 and 5)? If this is what you want to do, I think you can easily make that happen by creating "companions" to arrive with the patient. It's worth a try!

You can try creating your companions either in the On Creation Trigger of the arrival objects, or maybe to ensure all the people in the group "ride" the elevator, you may want to delay creating the patient's companions until the OnExit trigger of the elevator. You'll have to experiment. Look for the Create > Companions pick list option in the triggers. The trigger option allows you to specify the PCI for the companions.

You will want to give the companions the same PCI as the patient getlabel(patient,"PCI"). You will also want to specify the number of companions to be the group size minus 1 to account for the original patient created already. Something like this: duniform(2,5) - 1

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.