Greetings everyone,
First time in this forum, very excited to be able to improve my simulation skills.
I am modelling a clinic (flowchart attached) that receives 6 types of patients (which will need to undergo differentiated process times according to their type).
4 of these types may need to undergo an additional Dilation Procedure (10% chance of this happening) which would extend either the "Screening" or "Exam" Process time.(given that the dilation is considered a subprocess of these).
----/// for this I have thought either to set a conditional processing time with a larger value, dependant on a label previously set. But I can't see how to do this; I could also create a "fake/dummy" processor that would create an additional process which would simulate the "Dilation", but that wouldn't solve my doubt either, because I would need to somehow set the entities to go to this processor probabilistically with a 10% chance, and this would not reflect the system as closely because the first processor would be freed when releasing the entity towards the "dummy", which isn't really the case.
In other words: Is there a way to set labels or outport ports estocastically (probabilistally) with different parameters for each entity going through a processor?
Thanks a zillion,
Ivan K