have a question about a hospital simulation model. I determined the number of patients coming in at each time point using the Poinson distribution. And what I'm stuck on is I would like to define that for each period of time patients come in, coming in every hour, each hour has a different proportion of the number of people coming in. For example, 7:00-8: 00 patients arrived with a poisson(34) distribution. Of these, 26% of the patients arrived at OPD_MED , 25% of the patients arrived at OPD_PED , and 34% of the patients arrived at OPD_PED . Of the number of patients that come in must go to OPD_SURGERY and 15% of the number of patients that come in must go to the ER. If only 1 patient comes into the system in that hour, choose the location that will go with the % value. I write it in process flow, but I don't know how to direct decision.
I have also attached the model file. Including a picture showing the distribution of the patient's entry
in each time period and the probability that patients are divided into different locations.
As for the question I would like to answer is
1. The patient distribution schedule has been distributed for each period. in each period I want to assign a location to go after entering the system for that group of patients. with the percentage as shown in the figure
2. How do I have to write in the process flow in order to execute the above conditions?