LoudSnorer
d5d77647d3
Copyright date updated on OSCAR's *.h and *.cpp files
2024-01-13 15:27:48 -05:00
LoudSnorer
1c2db29cce
long vs quint32 issues in Linux. Need for iBreeze on linux with i7core
2023-10-30 12:47:22 -04:00
Tolnai Zoltan
ffac5e482b
Better handling of PrismaLine bilevel modes and reading of BiSoft settings.
2023-05-03 18:15:20 +00:00
LoudSnorer
cf4b86b99a
obsolete Copy Assignment - need to have a destructor defined.
2023-02-18 08:17:26 -05:00
axt
2157ae0506
Add channel EEPAP
2022-09-21 03:11:51 +02: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
Jeff Norman
59e1b2817b
Updated copyright year to 2022 for OSCAR files
2021-11-02 16:34:12 -04:00
sawinglogz
a4fdb03c49
Move Machine properties into MachineInfo.
...
This will help loaders be less tied to the Machine data structure.
Since Machine contains a MachineInfo, this changes no functionality.
2021-10-26 14:59:41 -04:00
Phil Olynyk
2326ed4fc8
Update VERSION and resmed data version; other miscellaneous fixes
2021-08-22 15:21:12 -04:00
Guy Scharf
9f5373ed91
Refactor functions that act on all AHI-contributing channels.
...
Add new AllAhiChannels ChannelID to refer to all channels that contribute to AHI.
List of AHI-contributing channels is in "ahiChannels" QVector.
2021-07-24 21:12:15 -07:00
Guy Scharf
cf12737b9e
Fix outstanding Sleepstyle Loader problems
...
Mostly improve settings and make them appear properly on daily page
Return to having four event flag channels (OA, UA, CA, H) instead of two (A, H)
for testing to see if channel identification is reliable.
F&P A = OA + CA; F&P H = H + UA
2021-07-17 16:26:21 -07:00
Phil Olynyk
c1df93ff42
Merge branch 'master' into AS11-STR-changes
2021-07-11 20:40:55 -04:00
Phil Olynyk
b29d8ae3f8
Add AS11 STR strings to ProcessSTRfiles
2021-07-08 14:27:22 -04:00
Guy Scharf
41ea0389f6
Add SleepStyle loader
...
This is the first test version of the F&P SleepStyle loader
Additional refinements are yet to be made. Events and timestamps
need to be confirmed, but overall the loader appears to be working.
2021-07-08 10:43:02 -07:00
Guy Scharf
e7ce6f00f1
DeVilbiss BLUE (DV6x) loader
...
Backups complete and Build from Backup works
Low resolution graphs corrected
2021-06-18 13:31:56 -07:00
sawinglogz
09ba58669a
Add support for Target Time humidifier setting on DreamStation Go.
2020-12-29 20:23:37 -05:00
Guy Scharf
ce18739d14
ResMed and Oximetry loader enhancements
...
- Oximetry loader from file now remembers last directory data was imported from.
- ResMed loader loads from last day or oldest purge date if a day was purged since last import.
purgeDate added to MachineInfo to implement this. Purge date set when a day is purged and cleared after an import.
2020-08-23 15:30:38 -07:00
sawinglogz
47ea2bbf91
Tweak copy constructors to fix build errors in CentOS.
...
Thanks to johanfh.
Fixes #19 .
2020-05-23 11:22:59 -04:00
sawinglogz
a96a665987
Rename PRS1_0E mystery channel to Variable Breathing based on forum discussion, disable it by default.
...
Also make TB an on-demand channel.
2020-03-26 09:01:28 -04:00
sawinglogz
d77ee5025a
Comment out BrokenSummary and BrokenWaveform channels, as they are no longer used.
...
No functional change.
2020-03-24 13:50:30 -04:00
sawinglogz
77a34518bc
Rename PRS1 mask resistance lock and setting channels for clarity.
2020-03-23 13:07:08 -04:00
sawinglogz
4ebc7d3681
Rename POS_Motion channel to POS_Movement to match Viatom report terminology.
...
Also move database updates to Open() rather than at each file imported.
2020-01-26 19:50:18 -05:00
sawinglogz
3fbc1777c5
Make Viatom loader MT_OXIMETER and remove MT_MULTI.
...
There's way too much logic throughout the code that makes assumptions
based on MT_OXIMETER.
2020-01-23 19:10:25 -05:00
sawinglogz
66f13f3143
Initial commit of contributed Viatom SpO2 loader.
...
Diff applied from the following commit by dave madden <dhm@mersenne.com>,
replacing tabs with spaces:
fa38850503
2020-01-23 12:57:44 -05:00
sawinglogz
de73d3756c
Import and graph unknown PRS1_0E spans.
...
Also clean up unused PRS1 channels and fix a regression from
9a25647c
that broke unintentional leak calculation for CPAP/APAP.
Also add PRS1PressureAverageEvent to F0V4 list of supported events.
2019-10-29 14:06:57 -04:00
sawinglogz
9a25647c25
Add initial support for PRS1 settings channel (as distinct from statistics).
...
Right now this results in slightly confusing graphs, since sometimes
the IPAP/EPAP data for a machine is primarily reported by its settings
events, and for other machines by its statistics events. Also, the
"average" pressure on F0 looks like it might be effectivley EPAP in
single-pressure mode rather than the true average in bi-level mode.
Once we decide on the best presentation, we can either update the importer
or the display to show the most helpful channels for a given session.
2019-10-29 11:14:57 -04:00
Seeker4
1548a215f6
Document schema better, remove unused definitions
2019-09-16 12:00:14 -07:00
Seeker4
a08798cda2
Merge branch 'master' into dateformat
2019-08-08 16:26:02 -07:00
Seeker4
ceba1e81eb
Make date in calendar on Daily page format per regional settings.
2019-08-08 16:24:30 -07:00
harre
77ccd417a3
Fix deprecated-copy errors and made deprecated-declarations just a warning
2019-08-06 23:49:51 +02:00
Seeker4
efc03004a6
Add more method documentation for Doxygen.
2019-05-21 15:11:53 -07:00
Phil Olynyk
590032e76d
Sorry, massive list of small changes - debugging, sleepyhead deleteion, etc
2019-03-10 12:03:19 -04:00
Phil Olynyk
17b53482bd
Change folder and file name from oscr to oscar
2019-02-22 19:23:39 -05:00