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:
Guy Scharf 2021-11-03 18:06:50 -07:00
parent 59e1b2817b
commit eaf88b0d23
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<i>The OSCAR Team</i></p>
<ul>
<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] Update copyright notices in html files.</li>
<li>[fix] Correct value display on exact data points, and near session boundaries with drift.</li>

View File

@ -548,6 +548,7 @@ Statistics::Statistics(QObject *parent) :
rows.push_back(StatisticsRow("Apnea", 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("FLG", SC_90P, MT_CPAP));
rows.push_back(StatisticsRow("RERA", SC_CPH, MT_CPAP));
rows.push_back(StatisticsRow("SensAwake", SC_CPH, MT_CPAP));
rows.push_back(StatisticsRow("CSR", SC_SPH, MT_CPAP));