Hello,
The ED scenario I'm trying to model includes the following: during low census times, the ED internal waiting room is used for low acuity patients as they wait for results / etc. As the day progresses and the census increases, the ED staff start to use that room for higher level patients, and the lower level patients are staged in the waiting room.
I've figured out the logic for moving a patient to the internal waiting room instead of the main bed area using getcensus(model). But how do I get them to stay in the main bed area if they're already there? And is this even the right way to go about modeling this ?
Thanks!!!