Added delete days oximetry sessions menu option

This commit is contained in:
Mark Watkins 2014-05-29 03:45:42 +10:00
parent 466119b7f1
commit f203cd5aa0
7 changed files with 46 additions and 8 deletions

View File

@ -455,6 +455,7 @@ void Profile::RemoveSession(Session *sess)
{
QMap<QDate, QList<Day *> >::iterator di;
QMap<QDate, QList<Day *> >::iterator daylist_end=daylist.end();
Machine * mach = sess->machine();
for (di = daylist.begin(); di != daylist_end; di++) {
for (int d = 0; d < di.value().size(); d++) {
@ -484,6 +485,7 @@ void Profile::RemoveSession(Session *sess)
if (day->size() == 0) {
di.value().removeAll(day);
mach->day.erase(mach->day.find(di.key()));
delete day;
}

View File

@ -556,7 +556,7 @@ void Daily::ReloadGraphs()
ui->calendar->blockSignals(false);
Load(d);
ui->calButton->setText(ui->calendar->selectedDate().toString(Qt::TextDate));
graphView()->redraw();
}
void Daily::on_calendar_currentPageChanged(int year, int month)

View File

@ -2282,3 +2282,22 @@ void MainWindow::on_reportModeRange_clicked()
GenerateStatistics();
}
}
void MainWindow::on_actionPurgeCurrentDaysOximetry_triggered()
{
QDate date = getDaily()->getDate();
Day * day = PROFILE.GetDay(date, MT_OXIMETER);
if (day) {
QList<Session *> sessions;
sessions.append(day->getSessions());
for (int i=0; i < sessions.size(); ++i) {
sessions.at(i)->Destroy();
}
daily->clearLastDay(); // otherwise Daily will crash
getDaily()->ReloadGraphs();
}
}

View File

@ -312,6 +312,8 @@ class MainWindow : public QMainWindow
void on_reportModeRange_clicked();
void on_actionPurgeCurrentDaysOximetry_triggered();
private:
int importCPAP(const QString &path, const QString &message);
void importCPAPBackups();

View File

@ -3148,8 +3148,16 @@ border-radius: 10px;
</property>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="menuPurge_Oximetery_Data">
<property name="title">
<string>Purge Oximetery Data</string>
</property>
<addaction name="actionPurgeCurrentDaysOximetry"/>
</widget>
<addaction name="menu_Purge_CPAP_Data"/>
<addaction name="actionPurge_Current_Day"/>
<addaction name="separator"/>
<addaction name="menuPurge_Oximetery_Data"/>
</widget>
<addaction name="actionImport_ZEO_Data"/>
<addaction name="actionImport_Somnopose_Data"/>
@ -3394,6 +3402,11 @@ border-radius: 10px;
<string>Import &amp;Somnopose Data</string>
</property>
</action>
<action name="actionPurgeCurrentDaysOximetry">
<property name="text">
<string>Current Days</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>

View File

@ -634,7 +634,8 @@ void OximeterImport::on_syncButton_clicked()
ui->calendarWidget->setMinimumDate(PROFILE.FirstDay());
ui->calendarWidget->setMaximumDate(PROFILE.LastDay());
on_calendarWidget_clicked(PROFILE.LastDay());
// TODO: think this through better.. do I need to pick the day before?
on_calendarWidget_clicked(oximodule->startTime().date());
ui->radioSyncOximeter->setChecked(true);
on_radioSyncOximeter_clicked();

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>905</width>
<height>595</height>
<width>986</width>
<height>623</height>
</rect>
</property>
<property name="windowTitle">
@ -644,7 +644,7 @@ border-radius: 0px;</string>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>4</number>
<number>1</number>
</property>
<widget class="QWidget" name="welcomePage">
<layout class="QVBoxLayout" name="verticalLayout">
@ -707,7 +707,8 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:18pt;&quot;&gt;Welcome to the Oximeter Import Wizard&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Pulse Oximeters are medical devices used to measure blood oxygen saturation. During extended Apnea events and abnormal breathing patterns, blood oxygen saturation levels can drop significantly, and can indicate issues that need medical attention.&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;SleepyHead gives you the ability to track Oximetry data alongside CPAP session data, which can give valuable insight into the effectiveness of CPAP treatment. It will also work standalone with your Pulse Oximeter, allowing you to store, track and review your recorded data.&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;SleepyHead is currently compatible with Contec CMS50D+, CMS50E and CMS50F serial oximeters. (Note: Direct importing from bluetooth models is &lt;span style=&quot; font-weight:600;&quot;&gt;not&lt;/span&gt; supported yet)&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;SleepyHead is currently compatible with Contec CMS50D+, CMS50E and CMS50F serial oximeters.&lt;br /&gt;(Note: Direct importing from bluetooth models is &lt;span style=&quot; font-weight:600;&quot;&gt;not&lt;/span&gt; supported yet)&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;It also can read from ChoiceMMed MD300W1 oximeter .dat files.&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Please remember: &lt;/span&gt;&lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;If you are trying to sync oximetery and CPAP data, please make sure you imported your CPAP sessions first before proceeding!&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Important Notes: &lt;/span&gt;For SleepyHead to be able to locate and read directly from your Oximeter device, you need to ensure the correct device drivers (eg. USB to Serial UART) have been installed on your computer. For more information about this, &lt;a href=&quot;http://sleepyhead.sf.net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;click here&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Contec CMS50D+ devices do not have an internal clock, and do not record a starting time. If you do not have a CPAP session to link a recording to, you will have to enter the start time manually after the import process is completed.&lt;/p&gt;
@ -782,7 +783,7 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc)
</font>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;SleepyHead supports importing directly from CMS50D+/E/F serial oximeters, &lt;br/&gt;as well as from SpO2Review softwares .spo/.spoR datafiles. &lt;/p&gt;&lt;p&gt;Please note that Bluetooth models are currently &lt;span style=&quot; font-weight:600;&quot;&gt;not&lt;/span&gt; supported.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;SleepyHead fully supports Contec CMS50D+/E/F serial oximeters, &lt;br/&gt;as well as data files made by ChoiceMMed MD300W1 oximeters' software.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
@ -894,7 +895,7 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc)
<string notr="true"/>
</property>
<property name="text">
<string>Import from other softwares datafile</string>
<string>Import from a datafile saved by another program, like SpO2Review</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">