Commit Graph

20 Commits

Author SHA1 Message Date
LoudSnorer
d5d77647d3 Copyright date updated on OSCAR's *.h and *.cpp files 2024-01-13 15:27:48 -05:00
LoudSnorer
fc3c2ff038 iBreeze loader: verifed gain on all graphs 2024-01-06 16:15:34 -05:00
LoudSnorer
f3c7ea3aa2 iBreeze Loader:correcr gain for Ti , I:E , RR 2023-12-28 20:20:33 -05:00
LoudSnorer
71f0bc32b6 iBreeze Loader: improved progress bar. now based on days not sessions 2023-12-28 15:33:19 -05:00
LoudSnorer
e56636c663 iBreeze: correct gain for leak 2023-12-23 15:29:02 -05:00
LoudSnorer
f6cb6312f4 setting the MAX using session->calcMax fix one issue, but it caused a changed of the device setting which is much worse. so related to hard coded settings 2023-11-17 12:48:08 -05:00
LoudSnorer
e7ad822b4d iBreeze added Min/Max Pressures 2023-11-14 18:39:17 -05:00
LoudSnorer
085e11d4ee iBreeze abjusted leak gain so graphs match iMatrix software. 2023-11-14 16:06:48 -05:00
LoudSnorer
1dfe5de5fc iBreeze session already exists 2023-11-11 19:31:30 -05:00
LoudSnorer
b8982ea19c iBreeze Loader
Mapped centralApnea to CA(ClearAirway) instead of UA.
Set DUrtion of RERA to zero.
large RERA duratio value block CA and OA events duration from being displayed.
2023-11-11 13:12:32 -05:00
LoudSnorer
2fc3d08366 Fix iBreeze Loader. Does not read months > 9. (Oct,nov,Dec) 2023-11-10 02:40:06 -05:00
LoudSnorer
7fe7672aa6 added progress bar during import 2023-10-30 19:20:20 -04:00
LoudSnorer
46c7d0f5e9 fix no response from Oscar for linux. iBreeze problem 2023-10-30 12:49:13 -04:00
Alejandro Rivero Perez
3d773dd5b0 Moving last std container to similar in Qt library 2023-05-14 12:44:22 +02:00
Alejandro Rivero Perez
f1b671c233 Moving std::vector and std::unordered_map to similar container in Qt library and reformat code. 2023-05-13 23:24:08 +02:00
Alejandro Rivero Perez
ea70c75799 Normalizing the value of Press, IPAP and EPAP events. This fix the out of band exception in minutes at pressure graph. 2023-05-13 22:52:03 +02:00
Alejandro Rivero Perez
d5da8c9f8b Removing Press, IPAP, EPAP graph until the out of bound exception is fix. 2023-05-11 23:45:17 +02:00
LoudSnorer
d2407a07df changed assert to Q_ASSERT 2023-05-10 15:41:27 -04:00
LoudSnorer
d487247c80 updated resvert loader to compile on older versions of QT. QT5.9 and qt5.12 2023-05-10 11:09:22 -04:00
Alejandro Rivero Perez
70f513e963 Support for loading Hoffrichter Point 3 machine sdcard data
The data of this machine can be read by iMatrix software from Resvent iBreeze serie. Probably this code also support Resvent iBreeze serie. But was only tested with data from the machine in the title.

Events loaded: CPAP_Obstructive, CPAP_Apnea, CPAP_Hypopnea, CPAP_FlowLimit, CPAP_RERA, CPAP_PB, CPAP_Snore
Waveforms loaded: CPAP_MaskPressure, CPAP_FlowRate
Other Events loaded: CPAP_Pressure, CPAP_IPAP, CPAP_EPAP, CPAP_Leak, CPAP_TidalVolume, CPAP_MinuteVent, CPAP_RespRate, CPAP_Ti, CPAP_IE
2023-05-07 08:41:34 +02:00