mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Add 95% flow limitation to Therapy Efficacy section on Statistics page
Flow limitation index is already there, for machines that report an index. This adds flow limitation statistics to report for ResMed machines.
This commit is contained in:
parent
59e1b2817b
commit
eaf88b0d23
@ -16,6 +16,7 @@
|
|||||||
<i>The OSCAR Team</i></p>
|
<i>The OSCAR Team</i></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>[new] Add support for new settings codes in recently manufactured 700X110 DreamStations.</li>
|
<li>[new] Add support for new settings codes in recently manufactured 700X110 DreamStations.</li>
|
||||||
|
<li>[new] Add 95% flow limitation to Therapy Efficacy section on Statistics page.</li>
|
||||||
<li>[fix] Correct SleepStyle machines sometimes identified as Icon machines.</li>
|
<li>[fix] Correct SleepStyle machines sometimes identified as Icon machines.</li>
|
||||||
<li>[fix] Update copyright notices in html files.</li>
|
<li>[fix] Update copyright notices in html files.</li>
|
||||||
<li>[fix] Correct value display on exact data points, and near session boundaries with drift.</li>
|
<li>[fix] Correct value display on exact data points, and near session boundaries with drift.</li>
|
||||||
|
@ -548,6 +548,7 @@ Statistics::Statistics(QObject *parent) :
|
|||||||
rows.push_back(StatisticsRow("Apnea", SC_CPH, MT_CPAP));
|
rows.push_back(StatisticsRow("Apnea", SC_CPH, MT_CPAP));
|
||||||
rows.push_back(StatisticsRow("ClearAirway", SC_CPH, MT_CPAP));
|
rows.push_back(StatisticsRow("ClearAirway", SC_CPH, MT_CPAP));
|
||||||
rows.push_back(StatisticsRow("FlowLimit", SC_CPH, MT_CPAP));
|
rows.push_back(StatisticsRow("FlowLimit", SC_CPH, MT_CPAP));
|
||||||
|
rows.push_back(StatisticsRow("FLG", SC_90P, MT_CPAP));
|
||||||
rows.push_back(StatisticsRow("RERA", SC_CPH, MT_CPAP));
|
rows.push_back(StatisticsRow("RERA", SC_CPH, MT_CPAP));
|
||||||
rows.push_back(StatisticsRow("SensAwake", SC_CPH, MT_CPAP));
|
rows.push_back(StatisticsRow("SensAwake", SC_CPH, MT_CPAP));
|
||||||
rows.push_back(StatisticsRow("CSR", SC_SPH, MT_CPAP));
|
rows.push_back(StatisticsRow("CSR", SC_SPH, MT_CPAP));
|
||||||
|
Loading…
Reference in New Issue
Block a user