Commit Graph

4223 Commits

Author SHA1 Message Date
LoudSnorer
47e4d81148 Updated UI 2023-06-06 18:06:09 -04:00
LoudSnorer
e48be7ae72 change statistics warning again according to latest request. 2023-06-06 14:16:33 -04:00
LoudSnorer
d96d245474 Updated permissive mode warning message. 2023-06-04 21:53:56 -04:00
Jeff Norman
fd247a29a2 Updated release_notes.html 2023-06-02 17:58:41 -04:00
Jeff Norman
1caf1f3cbc Merge branch 'master' into update-release-notes 2023-06-02 17:53:40 -04:00
ray
7b9e5ff586 Update statistics when disable Session is toggled 2023-06-02 13:27:06 -04:00
Jeff Norman
8d9bc9ea45 Updated release_notes.html 2023-06-02 12:49:38 -04:00
LoudSnorer
562d9e54e4 firx warning on preference ui 2023-05-29 10:55:39 -04:00
LoudSnorer
6e6b0dcaa5 cosmetic changes to clinical mode. 2023-05-29 07:43:17 -04:00
LoudSnorer
b2b8006b2e Create Clinical TAB in preference menu 2023-05-28 13:25:11 -04:00
LoudSnorer
759221f1f0 renames complianceMode to clinicalMode 2023-05-27 20:09:15 -04:00
LoudSnorer
f4b7093e76 Renamed to ComplianceMode and enforced Compliance Mode has not knowledge of disable sessions 2023-05-27 09:07:04 -04:00
LoudSnorer
d511d1b8d4 Finish basic functionality 2023-05-27 07:52:10 -04:00
LoudSnorer
14aabf133b add warning messages for clinican mode 2023-05-26 17:37:19 -04:00
LoudSnorer
c82ace546f Implement clinican mode 2023-05-26 17:29:56 -04:00
LoudSnorer
0a40906c22 Add preference for clinican mode 2023-05-26 16:45:39 -04:00
LoudSnorer
1546706ff2 Set Records as the default tab to right sidebar (toolbox) 2023-05-22 19:20:15 -04:00
LoudSnorer
97fb26e12b REMOVED ALL DOTTED lINES SELECTIONS FROM FlowRate 2023-05-19 20:50:41 -04:00
LoudSnorer
62f0028f1a Update dialog message for disabling a session 2023-05-19 17:57:21 -04:00
LoudSnorer
63998857d5 updated documentation based on comments 2023-05-18 07:35:14 -04:00
LoudSnorer
473f36241a fix BUG: Minimum size of event Flags overrides a larger size. 2023-05-17 09:43:24 -04:00
LoudSnorer
7a2c35b8a9 removed unused variables 2023-05-17 09:36:02 -04:00
LoudSnorer
74c85eb8c6 always display red-line for FlowRate graph. 2023-05-16 21:21:59 -04:00
LoudSnorer
6d9d7d0c50 Windows BUILD-WIN.md add section "Start Developing using batch files" 2023-05-16 10:32:12 -04:00
LoudSnorer
a7c1ac9c3b fix inconsistency in time display. Also fixes pholy issue: Y-axis for sessions times in Overview is in 12 hour format 2023-05-14 18:51:44 -04:00
LoudSnorer
92742fee9e Fix YaxisTime layer for 24 hours display. 2023-05-14 18:30:22 -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
LoudSnorer
521d84a8c5 add mechanism to set default graphview settings. added enable UpperThreshold for CPAP_Leak graph 2023-05-13 09:13:31 -04:00
LoudSnorer
e20ab60a30 insure zero dotted line for flowRate is enabled with this release is installed 2023-05-12 20:55:54 -04:00
LoudSnorer
e40474b6d3 Removed debug 2023-05-12 20:26:03 -04:00
LoudSnorer
90296ce427 Merge branch 'master' into loudSnorerChanges 2023-05-12 19:01:59 -04:00
LoudSnorer
c70e5d1bec Make the default value for enabling Zero-Dotted layer 2023-05-12 18:54:14 -04: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
LoudSnorer
3b724ea5ca minors updates to search gui display 2023-05-10 07:46:19 -04:00
LoudSnorer
fa7ad0056e redesign gui layout to work isame on both windows and linux. 2023-05-08 08:47:18 -04:00
LoudSnorer
85da802355 Add new test macro 2023-05-07 16:14:24 -04:00
LoudSnorer
ea716ef33f updated copyright because it was created in late 2022 2023-05-07 16:11:03 -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
axt
e2cd1603bd Remove SPRStatus channel 2023-05-06 11:58:29 +02:00
axt
908912e898 Updated descriptions and channel names 2023-05-06 11:46:40 +02:00
Tolnai Zoltan
0f097c26e1 removing Prisma_EEPAP_Min and Prisma_EEPAP_Max as it not used anymore 2023-05-03 18:15:20 +00:00
Tolnai Zoltan
ffac5e482b Better handling of PrismaLine bilevel modes and reading of BiSoft settings. 2023-05-03 18:15:20 +00:00
Jeff Norman
526bd336c3 updated HTML files
release_notes.html
credits.html
2023-04-24 15:32:17 -04:00
LoudSnorer
9c90d6d084 windows batch commands - added ability to skip the installation. 2023-04-18 20:56:14 -04:00
LoudSnorer
ef3e74f75e Add add ability to build outside git repostitory 2023-04-17 21:48:45 -04:00
LoudSnorer
25402ffe7a Windows batch files rework - buildall.bat and deploy.bat 2023-04-17 17:23:00 -04:00