When you need to hold the capacity of a room until it has been cleaned and setup for the next procedure. The setup is done post operation for every entity that has a procedure.
This object is designed to handle a single Pre Op / Phase II servicing a single type of Procedure Room. The model object could easily be adjusted to handle multiple patient streams requiring unique rooms.
Where to Find the Model Object
The following model object can be found in the model objects directory:
- Misc \ Surgical Suite Hold for Cleaning
Difficulty Level
- Ease of Use: Moderate
- Ease of Modification: Moderate
How to Use the Model Object
- Open Your Model: Open your model or create a new blank model.
- Insert the Model Object into Your Model
- Locate the model object Surgical Suite Hold for Cleaning and select the insert button.
- Move the cursor to the point of insertion and left mouse-click. The upper left corner of the model object will be inserted at the location of the mouse-click.
- Update Objects
- Move the model object so that is positioned appropriately to match with your model.
- In the action logic of PreOp / Recovery change the Pre Op Time and the Recovery time.
- Change the Perform Surgery Time.
- Change the Clean Surgical Suite Time.
- Change the Release Patient and Clean PreOp /Recovery Room Time.
- Define Values: Define the values for scenario parameters s_NumPreOp_Rooms, s_NumP_Rooms, s_Num_Janitorial based on the information provided under the heading Scenario Parameters below. The values for these Scenario Parameters must be provided before the simulation start.
- Completion: The model object is now integrated into your model, you should now be able to save and then simulate the model.
Controls Usage
Attributes:
- a_Procedure_Complete: Do not change. Keeps track the patients visits to the Pre Op / Phase II recover so that the proper logic and time can be triggered. This same attribute is also used to direct the patient to go to the procedure or leave the model.
Variables:
- v_PreO_Recovery_Count: Do not change. Keeps track of the number of patients in the system so that patients will be forced to stay in the Waiting Room if the combined number in the Pre Op and Procedure patients could cause a grid lock.
- v_Proc_Room_Count: Do not change. Provides a count of the number of rooms available for use after cleaning is completed.
Scenario Parameters:
- s_NumPreOp_Rooms: User input required. Sets the number of Pre Op / Phase II recovery rooms and sets the associated capacity of the activity.
- s_NumP_Rooms: User input required. Sets the number of Procedure Rooms and the associated capacities of the activity Procedure rooms and Cleaning Rooms.
- s_Num_Janitorial: User input required. Sets the number of resources used to clean Procedure/Surgery Rooms and Pre Op/Recovery Rooms.