I want to know if there is a way to do this. Let's say that I want doctors to have no more than 6 patients at a time. They will not be acquired always by the patient, but while the patient is in the model, the doctor is their doctor.
If I have the right number of doctors, I could maybe get the results I need by using utilization as a way to decide which to acquire, but let's assume I have slightly fewer than I need.
I would want to assign randomly/by utilization/by some other factor until I reach the preferred maxiumum, at which point I only want to assign to that doctor if all of the doctors in the group have reached their maximum.
I would think that I would want to dynamically manage list order of doctors, perhaps? Or, that there is something built in that could handle this.We are wondering, but have not yet tested, what is the function of "Operator capacity"? Is that by chance a feature that would allow multiple patients to keep the doctor acquired during their entire stay, up to a maximum number?
--
As usual, I'm just looking for the right tool to figure it out. I read a few posts from a while back mentioning global processes but I'm not certain that's the right fit here.