Forum Discussion

ploweyj2's avatar
ploweyj2
Frequent Visitor
7 years ago
Solved

Calculating Average Wait Times Between Multiple Procedures Within a Single Event

I am not sure where to start with this.  I need to calculate the time between stages for each unique accession number for Mohs Surgery. From there I need to calculate the average wait time between stages for all Accession numbers with multiple stages . To be brief and not give a long explanation of Mohs surgery when a patient has Mohs surgery it may take multiple stages to remove all the tumor for a given proceedure or it may be removed in the first stage.  The table looks like the following

 

Table: Stages

Accession NumberStage #Time In Time Out
SMM-001stage 18:008:15
SMM-001stage 28:368:50
SMM-001stage 39:4510:00
SMM-002stage 18:309:00
SMM-003stage 110:0010:20
SMM-003stage 210:3010:40

 

"time in" represents the start of surgery and "time out: represents the end of surgery for that stage.  Accesion SMM-001 would have two wait times of 21 and 55 min between stages, SMM-002 would have no wait time and could be ignored, and SMM-003 would have 10 min returning and average wait time of 28.7 min between stages.  Any help would be greatly appreciated.