@@ -1045,6 +1045,7 @@ WHERE measurement.label NOT IN ('SBP', 'DBP')
}
$appointments = $appointments
+ ->whereRaw('status NOT IN (\'CANCELLED\', \'COMPLETED\')')
->orderBy('start_time', 'asc')
->get();