mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-16 18:50:46 +00:00
Leave a breadcrumb for future work on Purge Oximetry, which only half works.
This commit is contained in:
parent
277b2a5422
commit
5122524df7
@ -2528,6 +2528,11 @@ void MainWindow::on_actionPurgeCurrentDaysOximetry_triggered()
|
|||||||
sess->Destroy();
|
sess->Destroy();
|
||||||
delete sess;
|
delete sess;
|
||||||
}
|
}
|
||||||
|
// TODO: Fix this. It deletes the underlying session data file in the machine,
|
||||||
|
// but not from the machine's summary cache. This results in future launches
|
||||||
|
// of OSCAR thinking the day has oximetry data, but then it isn't really there.
|
||||||
|
// Currently this is only useful for reimporting a single day, which the purge
|
||||||
|
// permits, and which in turn creates a new data file for that day.
|
||||||
|
|
||||||
|
|
||||||
if (daily) {
|
if (daily) {
|
||||||
|
Loading…
Reference in New Issue
Block a user