LoudSnorer
150a157fba
statistics: add tooltips
2023-06-13 19:25:55 -04:00
LoudSnorer
b678b137e5
statistics: allow user to select report date.
2023-06-13 12:32:51 -04:00
Phil Olynyk
539b276e21
Merge master, fix IE conflicts
2023-06-11 17:54:11 -04:00
LoudSnorer
fc20e59fa1
Negative session length -> now session length returns zero
2023-06-09 14:44:42 -04:00
LoudSnorer
1cd449cd9e
clinical Mode: change from Appsetting to p_profile. Implemented default value for New profiles.
2023-06-09 12:47:10 -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
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
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
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
LoudSnorer
172c5893e3
Add Compiler version to systemInformation
2023-04-12 21:14:23 -04:00
Guy Scharf
3939e4b437
SleepStyle loader now reports OA and CA separately. We have now seen
...
an InfoSmart report that separates CA and OA so were able to modify
the loader to produce the same results.
2023-04-02 22:32:29 -07:00
LoudSnorer
e89bd462c9
Fix deprecated-copy when compiling with qt-creator
2023-03-30 17:11:28 -04:00
LoudSnorer
95981dc3a3
day one issue. Duplicate sessions start/end time listed in event tab when there are bookmark or notes. Also add debug info
2023-03-18 19:37:13 -04:00
LoudSnorer
d1504bb644
changed zooming to events from event tab be be the same as a shift click on a graph
2023-03-18 08:50:48 -04:00
LoudSnorer
fbb3312566
commented out verbose wheel event from debug log; removed some comment code. add information.
2023-03-14 16:05:04 -04:00
Phil Olynyk
26d9a743d5
Skip first 20 seconds of Ti and Te
2023-03-07 05:06:20 -05:00
LoudSnorer
ccae617baa
Fix empty tooltip on daily graphs when selecting a range of time using the mouse.
2023-03-01 07:51:45 -05:00
Ray
1e92c91efe
This is a grammer error
2023-02-26 18:51:19 -05:00
ray
0d575379fd
Spelling error fix requested
2023-02-26 13:57:06 -05:00
LoudSnorer
651c612eda
enforce Errors For Warnings deprecated-copy deprecated-declarations stringop-overread
2023-02-18 18:42:41 -05:00
LoudSnorer
e7c690925e
obsolete Methods - complete
2023-02-18 09:22:34 -05:00
LoudSnorer
6466a8ddad
obsolete Hash Methods
2023-02-18 08:58:47 -05:00
LoudSnorer
cf4b86b99a
obsolete Copy Assignment - need to have a destructor defined.
2023-02-18 08:17:26 -05:00
LoudSnorer
93c58ccb52
fail to compile on Ubuntu 22.0 with Clang 14.0.0 - variables set but not used && implicit copy assignment operator
2023-02-17 11:22:27 -05:00
LoudSnorer
10a583dfb7
obsolescence qt hex stream out command was moved to QT::hex .
2023-02-12 07:09:39 -05:00
LoudSnorer
99a3c009f7
Obsoleesence QTime.start/elpased move QElapseTime.start/elapsed. also fixed sprintf. and using QdateTime(date) to get startOfDay.
2023-02-11 20:50:02 -05:00
LoudSnorer
a0f87f72f4
change sprinf to asprintf for QT obsolence
2023-02-09 19:09:19 -05:00
Phil Olynyk
e1488fd546
Merge branch 'master' into vAuto-Settings
2023-01-28 03:47:45 -05:00
LoudSnorer
ce29a834e2
add Reset Default Button To Preference Oximetry Tab
2023-01-26 20:05:18 -05:00
LoudSnorer
71373d38b5
channels Updated With Preferences - allows oxi preferences flagPulseAbove/Below and flagSPO2 to work.
2023-01-26 07:48:25 -05:00
LoudSnorer
e512a2b3b4
save Oximetry Preferences that are not saved
2023-01-22 13:13:26 -05:00
Steve Gearhart
c19b617e15
Viaton Data file with Suffix
2023-01-15 19:50:02 +00:00
LoudSnorer
1d11c57b57
fix proplen 59. AHI problem after a waveform preference change.
2023-01-11 20:22:12 -05:00
Phil Olynyk
c8c0fe4530
Minor fixes to settings display
2022-12-17 11:40:59 -05:00
Phil Olynyk
5d3caeab3b
Attempt to change I:E Ratio to I/E Value
2022-11-19 04:39:20 -05:00
Phil Olynyk
a3b7ba52c3
Added the I:E graph back into Daily
2022-11-19 04:02:02 -05:00
Phil Olynyk
be7d95c924
Merge branch 'master' into vAuto-Settings
2022-11-19 02:28:15 -05:00
LoudSnorer
3f11dd6e18
COnidtionally compiled BMI, Weight and Zombie out. Easily turned on. added tooltip if on.
2022-11-16 20:46:30 -05:00
Phil Olynyk
678bff9702
Add new channels to dot001 in saveSessions
2022-11-12 14:46:57 -05:00
Phil Olynyk
394f733c4b
Merge branch 'master' into vAuto-Settings
2022-11-05 16:31:41 -04:00
Phil Olynyk
452e16bf29
Small change for Ubuntu18.04 compatibility
2022-10-05 15:06:20 -04:00
axt
d61444c4b7
Add some comments
2022-10-03 23:32:51 +02:00
axt
bf09884b4f
Enhance handling of AcSV mode for PrismaLine devices
2022-10-03 22:48:23 +02:00
axt
2157ae0506
Add channel EEPAP
2022-09-21 03:11:51 +02:00
axt
208fa7cbb4
Enhance prisma loader to support some prismaline modes
2022-09-20 13:49:19 +02:00
axt
b4914c0970
Improve prisma smart loader
2022-09-18 12:12:28 +02:00
axt
befa225434
Use VSnore channel instead of Snore
2022-09-13 21:15:33 +02:00
axt
cd82571dc6
Preliminary support for PrismaLine devices
2022-09-13 21:15:33 +02:00
axt
422e2cc38f
Mark Prisma Soft as tested
2022-09-13 21:15:33 +02:00
axt
f2b811e442
Add initial version of Lövenstein Prisma loader
2022-09-13 21:15:31 +02:00
axt
0001681146
Change edf-parser to be more inheritation-friendly
2022-09-13 21:12:07 +02:00
Shay Martin
f96ef0f15e
Mantis#0000339 - calculate ounces in a gram to be used when calculating kg to lbs and ounces when printing daily report to account for loss of precision/rounding occurring when kilograms value being saved in journal object
2022-08-21 07:26:21 -05:00
Phil Olynyk
9685df269d
Fixed typo in VSnore2 label
2022-05-18 08:07:14 -04:00
sawinglogz
b2630bd974
Add 420X150C to the list of tested machines.
...
Also add missing items to previous the beta-1 release notes.
2022-05-16 14:42:27 -04:00
sawinglogz
f3273b2045
Fix incorrect Viatom warning when a CheckMe O2 Max recorded an odd number of samples.
2022-05-09 10:51:17 -04:00
sawinglogz
501af3acf7
Add 521X140C to the list of tested machines.
2022-05-09 10:40:49 -04:00
Phil Olynyk
0ca116f236
Merge branch 'master' into testedAS11models
2022-05-08 20:31:54 -04:00
Phil Olynyk
0bb31ed416
Isolate options to modes
2022-05-08 17:41:53 -04:00
Phil Olynyk
5304b778f3
Merge branch 'master' into vAuto-Settings
2022-05-05 23:19:18 -04:00
Phil Olynyk
be81c5f398
Restrict vAuto options to correct modes
2022-05-05 23:18:51 -04:00
sawinglogz
ff2450919f
Bump the PRS1 loader version to force a rebuild.
...
There are enough changes at this point that we want to ensure
that people have complete imports.
2022-05-02 16:53:12 -04:00
sawinglogz
08abe0d258
Add 552P to the list of tested machines.
2022-05-02 16:52:19 -04:00
sawinglogz
2b939a4305
Update DS2 warnings based on new test data.
2022-05-02 16:24:48 -04:00
sawinglogz
1098cab272
Add support for incomplete DS2 flow data with a zero tag.
2022-05-02 15:32:28 -04:00
sawinglogz
0c586f92b6
Add 520X130C to the list of tested machines.
2022-05-02 11:31:45 -04:00
sawinglogz
d4afed11fc
Fix PRS1 pressure settings scaling on F5V2.
...
Ramp pressure and events/waveforms were already scaled properly.
2022-05-02 11:31:45 -04:00
Phil Olynyk
81d21a878d
Added vAuto options to channel defs
2022-05-01 15:56:44 -04:00
Phil Olynyk
a5f3caa125
Merge branch 'master' into vAuto-Settings
2022-04-29 20:20:24 -04:00
Phil Olynyk
9fcbda663f
Fix random spelling error - gitlab issue #54
2022-04-24 18:40:34 -04:00
sawinglogz
2b0845a32c
Add 410X150C to the list of tested machines.
...
There's one new setting that we don't yet support since we don't
know what it is.
2022-04-24 17:29:19 -04:00
sawinglogz
184fe0d2ff
Add 961TCA to the list of tested machines.
...
In doing so, add PP, CA, and VS support to F5V2 generally,
which so far is just the 960T. We still haven't encountered
LL on an F5V2.
2022-04-24 17:02:25 -04:00
Phil Olynyk
24f0cae8fb
Add settings fields for vAuto
2022-04-22 12:33:32 -04:00
Phil Olynyk
b800555df4
Merge branch 'master' into vAuto-Settings
2022-04-15 16:34:04 -04:00
Phil Olynyk
20ea508eb6
Remove smoothing from 2 sec pressure graphs
2022-04-06 12:23:43 -04:00
Phil Olynyk
c23feedf7c
Added 39421 and 39485 to tested models
2022-04-03 11:24:22 -04:00
Phil Olynyk
4283373823
Add channels for vAuto settings
2022-03-09 16:42:39 -05:00
Phil Olynyk
3418e9e9b4
Merge branch 'master' into vAuto-Settings
2022-03-06 16:08:27 -05:00
ArieKlerk
a7d5bafc9a
Third cleanup series: the loader_plugins.
2022-02-27 17:50:10 +01:00
ArieKlerk
1c45e852c9
The second series of updates, everything in SleepLib, but not yet the loader_plugins. They will come next time.
2022-02-27 17:01:46 +01:00
sawinglogz
3e069fa4de
Add 761P to the list of tested machines.
...
Also update F0V4 warnings based on new test data.
2022-02-20 14:37:05 -05:00
Phil Olynyk
acf04f4b45
Move duplicate declarations of EDFType to edfparser and combine them
2022-02-18 14:39:38 -05:00
Phil Olynyk
51e0a7b06d
Always create CSR event list
2022-02-17 20:59:16 -05:00
sawinglogz
df17e279f4
Update F0V6 warnings based on new DS2 test data.
2022-02-16 20:50:47 -05:00
sawinglogz
182bbfcb1e
Add 521X120C to the list of tested machines.
2022-02-16 19:04:17 -05:00
sawinglogz
a9e9cb118c
Fix a null pointer crash when reading PRS1 compliance files with multiple chunks.
...
This doesn't happen normally, but OSCAR shouldn't crash, even when
encountering cards with corrupted directories.
2022-02-16 16:45:26 -05:00
sawinglogz
fd17699692
Add 520X150C to the list of tested machines.
2022-01-26 11:11:24 -05:00
sawinglogz
41b2c27d60
Add support for HT12 heated tube new to DreamStation 2.
2022-01-24 16:04:08 -05:00