I am trying to model a clinic in which there are ~20 rooms which are monitored by ~10 nurses. In these rooms, patients are receiving chemotherapy, meaning they only require set-up by the nurse, and then check-in's every 25% of the processing time of chemo.
I want to release the nurse after they "set-up" their first patient, allowing them to retrieve another patient from the waiting room and set them up, however this makes them look 'idle' in the state dashboard if there is no patient waiting. In reality, if the nurse has a patient receiving chemo, that nurse is occupied.
Is there any possible way of setting up the process flow in this manner?
Thank you