question

Estephe DLDL avatar image
0 Likes"
Estephe DLDL asked Joseph Gillespie edited

Formulas for calculation

modele-memoire-sem1.fsm

Hello everyone,

Recently I have been working on a model, and I have faced some conclusions that I do not understand. Basically, I run a model where a patient has a room assigned to him directly, and then I run exactly the same model, but without that room assigned and the operation can go in whatever room is available.
I would like to analyze the utilization of the room, and to analyze it from 8h to 16h which is the normal hours and from 16h to midnight which are additional hours. Normally, I would expect that from 4 to midnight my room are less utilized as in general they are more available, so everyhting should finish earlier as another graph is saying, so my utilization rate for that period of time should be lower also, but the opposite is happening.
Could you please advise on this ?

I have shared the model.

Also, do you have any table with how numbers are calculated ? It would help me to understand some changes for my analysis as I do not see a place where i can find them.

Thanks,

Estephe de Lussac

utilizationcalculationformula
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Clair A avatar image
0 Likes"
Clair A answered Clair A commented

I think I understand better your question now, thanks. Let's take an example to illustrate how statistics are calculated. I ran your first model from 8am to 4pm.

Here are the values of OR utilization between 8am and 4pm:

  • OR1: 96.80%
  • OR2: 82.44%
  • OR3: 75.81%
  • OR4: 0%
  • OR5: 96.59%
  • OR6: 96.59%
  • ORArea: 89.65%

During these 8 hours, OR4 was 100% in the state OffSchedule:

In the properties of your graph, the state OffSchedule is by default excluded from the calculation:

So if you double check the result, the utilization of ORArea is:

utilization of (OR1 + OR2 + OR3 + OR5 + OR6)/5 = (96.80 + 82.44 + 75.81 + 96.59 + 96.59)/5 = 89.65%

It's as if you had 5 rooms in your area since OR4 was OffSchedule all this time.

If you include the state OffSchedule in the calculation:

Then the mean utilization of ORArea is 74.71%:

Double check:

utilization(OR1 + OR2 + OR3 + OR4 + OR5 + OR6)/6 = (96.80 + 82.44 + 75.81 + 0 + 96.59 + 96.59)/6 = 74.71%

Based on your question, I assume it would make more sense for you to include the state OffSchedule in your statistical analysis.


3.png (7.5 KiB)
2.png (36.2 KiB)
4.png (7.5 KiB)
1.png (9.9 KiB)
5.png (9.7 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.