mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
cosmetic changes to clinical mode.
This commit is contained in:
parent
b2b8006b2e
commit
6e6b0dcaa5
@ -578,29 +578,7 @@ void Daily::showEvent(QShowEvent *)
|
||||
|
||||
bool Daily::rejectToggleSessionEnable( Session*sess) {
|
||||
if (!sess) return true;
|
||||
if (AppSetting->clinicalMode())
|
||||
{
|
||||
#if 0
|
||||
QMessageBox mbox(QMessageBox::Warning,
|
||||
tr("Disable Session"), i
|
||||
tr(" Disabling Sessions is not valid in Compilance Mode"),
|
||||
QMessageBox::Ok , this);
|
||||
mbox.exec();
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
bool enabled=sess->enabled();
|
||||
if (enabled ) {
|
||||
QMessageBox mbox(QMessageBox::Warning, tr("Disable Session"),
|
||||
tr("Disabling a session will remove this session \nfrom all graphs, reports and statistics."
|
||||
"\n\n"
|
||||
"The Search tab can find disabled sessions"
|
||||
"\n\n"
|
||||
"Continue to disable session?"),
|
||||
QMessageBox::Yes | QMessageBox::No , this);
|
||||
if (mbox.exec() != QMessageBox::Yes ) return true;
|
||||
};
|
||||
sess->setEnabled(!enabled);
|
||||
sess->setEnabled(!sess->enabled());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -2340,6 +2340,8 @@ hr { height: 1px; border-width: 0; }
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
|
||||
|
||||
<widget class="QMenu" name="menu_File">
|
||||
<property name="title">
|
||||
<string>&File</string>
|
||||
|
@ -223,9 +223,9 @@ PreferencesDialog::PreferencesDialog(QWidget *parent, Profile *_profile) :
|
||||
ui->includeSerial->setChecked(AppSetting->includeSerial());
|
||||
ui->monochromePrinting->setChecked(AppSetting->monochromePrinting());
|
||||
ui->clinicalMode->setChecked(AppSetting->clinicalMode());
|
||||
// clinicalMode and allowDisabledSessions are radio buttons and must be set to opposite values. Once clinicalMode is used.
|
||||
// clinicalMode and permissiveMode are radio buttons and must be set to opposite values. Once clinicalMode is used.
|
||||
// Radio Buttons illustrate the operating mode.
|
||||
ui->allowDisabledSessions->setChecked(!AppSetting->clinicalMode());
|
||||
ui->permissiveMode->setChecked(!AppSetting->clinicalMode());
|
||||
|
||||
ui->autoLaunchImporter->setChecked(AppSetting->autoLaunchImport());
|
||||
#ifndef NO_CHECKUPDATES
|
||||
|
@ -10,7 +10,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>942</width>
|
||||
<height>726</height>
|
||||
<height>737</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@ -63,7 +63,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>2</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="importTab">
|
||||
<attribute name="title">
|
||||
@ -1231,6 +1231,7 @@ Defaults to 60 minutes.. Highly recommend it's left at this value.</string>
|
||||
<widget class="QCheckBox" name="showLeakRedline">
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
@ -1533,12 +1534,12 @@ as this is the only value available on summary-only days.</string>
|
||||
</property>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="label_56">
|
||||
<property name="text">
|
||||
<string>Compliance defined as</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Regard days with under this usage as "incompliant". 4 hours is usually considered compliant.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Compliance defined as</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="3">
|
||||
@ -1584,6 +1585,9 @@ as this is the only value available on summary-only days.</string>
|
||||
<layout class="QGridLayout" name="gridLayout_5">
|
||||
<item row="0" column="0">
|
||||
<widget class="QRadioButton" name="clinicalMode">
|
||||
<property name="toolTip">
|
||||
<string>Clinical Mode does not allow disabled sessions.\nDisabled Session are not used for graphing or Statistics.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Clinical Mode</string>
|
||||
</property>
|
||||
@ -1593,18 +1597,15 @@ as this is the only value available on summary-only days.</string>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Clinical Mode does not allow disabled sessions.\nDisabled Session are not used for graphing or Statistics.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QRadioButton" name="allowDisabledSessions">
|
||||
<property name="text">
|
||||
<string>Allow Disabled Sessions</string>
|
||||
</property>
|
||||
<widget class="QRadioButton" name="permissiveMode">
|
||||
<property name="toolTip">
|
||||
<string>Clinical Mode does not allow disabled sessions.\nDisabled Session are not used for graphing or Statistics.</string>
|
||||
<string>permissive Mode allows disabled sessions.\nDisabled Session are used for graphing and Statistics.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Permissive Mode</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -1640,8 +1641,18 @@ as this is the only value available on summary-only days.</string>
|
||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changing the Oscar Operating Mode requires a reload of the user's profile.</p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Data will be saved and restored.</p></body></html></string>
|
||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Clinical Mode: </p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reports what is on the data card, all of it including any and all data deselected in the Permissive mode. </p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Basically replicates the reports and data stored on the devices data card. </p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This includes pap devices, oximeters, etc. Compliance reports fall under this mode. </p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Compliance reports always include all data within the chosen Compliance period, even if otherwise deselected.<br /><br />Permissive Mode:</p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Allows user to select which data sets/ sessions to be used for calculations and display. </p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Additional charts and calculations may be available that are not available from the vendor data. </p>
|
||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changing the Oscar Operating Mode:</p>
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Requires a reload of the user's profile. Data will be saved and restored.</p>
|
||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -1742,12 +1753,12 @@ p, li { white-space: pre-wrap; }
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QSpinBox" name="flagPulseAbove">
|
||||
<property name="maximum">
|
||||
<number>150</number>
|
||||
</property>
|
||||
<property name="suffix">
|
||||
<string> bpm</string>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>150</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
@ -1895,7 +1906,7 @@ p, li { white-space: pre-wrap; }
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="4" column="0" >
|
||||
<item row="4" column="0">
|
||||
<widget class="QPushButton" name="resetOxiMetryDefaults">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
||||
@ -1926,8 +1937,11 @@ p, li { white-space: pre-wrap; }
|
||||
</size>
|
||||
</property>
|
||||
<property name="html">
|
||||
<string> <html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Segoe UI'; font-size:9pt; font-weight:400; font-style:normal;">
|
||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p>
|
||||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt; font-weight:600;">Syncing Oximetry and CPAP Data</span></p>
|
||||
<p align="justify" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt;">CMS50 data imported from SpO2Review (from .spoR files) or the serial import method do </span><span style=" font-family:'Sans'; font-size:10pt; font-weight:600; text-decoration: underline;">not</span><span style=" font-family:'Sans'; font-size:10pt;"> have the correct timestamp needed to sync.</span></p>
|
||||
<p align="justify" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt;">Live view mode (using a serial cable) is one way to acheive an accurate sync on CMS50 oximeters, but does not counter for CPAP clock drift.</span></p>
|
||||
@ -2231,6 +2245,7 @@ Mainly affects the importer.</string>
|
||||
<widget class="QCheckBox" name="automaticallyCheckUpdates">
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>50</weight>
|
||||
<italic>false</italic>
|
||||
<bold>false</bold>
|
||||
<underline>false</underline>
|
||||
@ -2948,6 +2963,7 @@ Try it and see if you like it.</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
@ -2966,6 +2982,7 @@ Try it and see if you like it.</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
@ -2984,6 +3001,7 @@ Try it and see if you like it.</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
@ -3005,6 +3023,7 @@ Try it and see if you like it.</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
@ -3270,6 +3289,7 @@ Try it and see if you like it.</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
|
@ -130,6 +130,7 @@ QColor brighten(QColor, float f);
|
||||
|
||||
void SessionBar::mousePressEvent(QMouseEvent *ev)
|
||||
{
|
||||
if ( AppSetting->clinicalMode() ) return;
|
||||
SegType mn = min();
|
||||
SegType mx = max();
|
||||
|
||||
@ -172,6 +173,7 @@ void SessionBar::mousePressEvent(QMouseEvent *ev)
|
||||
|
||||
void SessionBar::mouseMoveEvent(QMouseEvent *ev)
|
||||
{
|
||||
if ( AppSetting->clinicalMode() ) return;
|
||||
SegType mn = min();
|
||||
SegType mx = max();
|
||||
|
||||
|
@ -538,7 +538,7 @@ Statistics::Statistics(QObject *parent) :
|
||||
{
|
||||
rows.push_back(StatisticsRow(tr("CPAP Statistics"), SC_HEADING, MT_CPAP));
|
||||
if (!AppSetting->clinicalMode())
|
||||
rows.push_back(StatisticsRow(tr("Warning: Disabled session data is excluded in this report"),SC_WARNING,MT_CPAP));
|
||||
rows.push_back(StatisticsRow(tr("Permissive Mode Warning: Disabled session data is excluded in this report"),SC_WARNING,MT_CPAP));
|
||||
rows.push_back(StatisticsRow("", SC_DAYS, MT_CPAP));
|
||||
rows.push_back(StatisticsRow("", SC_COLUMNHEADERS, MT_CPAP));
|
||||
rows.push_back(StatisticsRow(tr("CPAP Usage"), SC_SUBHEADING, MT_CPAP));
|
||||
|
Loading…
Reference in New Issue
Block a user