mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Add PRS1 pressure-set channels to CSV export.
This commit is contained in:
parent
0680424759
commit
7b65a85c14
@ -23,6 +23,7 @@
|
||||
<li>[new] Automatically detect and resolve graphics-related crashes on Windows.</li>
|
||||
<li>[new] Support AVAPS in the Overview pressure chart.</li>
|
||||
<li>[fix] Fix missing bars in the Overview pressure chart for Philips Respironics devices.</li>
|
||||
<li>[fix] Add missing Philips Respironics pressure channels to CSV export.</li>
|
||||
<li>[fix] Add support for the Bi-Flex lock setting on pre-DreamStation ventilators.</li>
|
||||
<li>[fix] Fix the pressure waveform scale for the BiPAP autoSV Advanced 30 (960T)</li>
|
||||
<li>[fix] Add support for rise time mode on DreamStation BiPAP devices (600X-700X).</li>
|
||||
|
@ -181,7 +181,7 @@ void ExportCSV::on_exportButton_clicked()
|
||||
countlist.append(CPAP_UserFlag2);
|
||||
countlist.append(CPAP_PressurePulse);
|
||||
|
||||
QVector<ChannelID> statChannels = { CPAP_Pressure, CPAP_IPAP, CPAP_EPAP, CPAP_FLG };
|
||||
QVector<ChannelID> statChannels = { CPAP_Pressure, CPAP_PressureSet, CPAP_IPAP, CPAP_IPAPSet, CPAP_EPAP, CPAP_EPAPSet, CPAP_FLG };
|
||||
for (auto & chan : statChannels) {
|
||||
avglist.append(chan);
|
||||
p90list.append(chan);
|
||||
|
Loading…
Reference in New Issue
Block a user