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