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
de9c92d430
cosmetic changes and temporary debug - no effective change
2021-07-17 16:19:30 -07:00
kappa44
dbaafed73d
Journal should always ignore 'do not import sessions' date
2021-05-21 10:42:38 +10:00
kappa44
aec02b14aa
Fix bookmark behavior with clock drift
2021-05-11 14:48:14 +10:00
kappa44
85b4013b2d
Fix stage & position session toggle
2021-04-01 11:32:58 +11:00
kappa44
a0b9488aa9
Save notes immediately when focus leaves notes widget. Fix saving of weight changes when using up/down arrows
2021-03-28 14:22:31 +11:00
Guy Scharf
eb4981d3be
On Daily page, show right statistics column as 99.5% or Max, as appropriate.
2021-02-22 08:59:44 -07:00
kappa44
56cf4a452c
Include rates in oximetry summary. Use correct machine type hours for non-CPAP event rates
2021-02-22 09:29:12 +11:00
Phil Olynyk
28ac40a6f9
Reset size of AHI banner in left panel
2021-01-15 21:05:04 -05:00
Phil Olynyk
f05320e725
Add font debugging, add setApplicationFont to Daily::Load(date)
2021-01-15 20:20:36 -05:00
sawinglogz
09ba58669a
Add support for Target Time humidifier setting on DreamStation Go.
2020-12-29 20:23:37 -05:00
Guy Scharf
5fb837ccb9
Daily page enable/disable oximeter session now works correctly.
...
Prevoiusly, disabling an oximeter session could cause bookmarks to be
disabled and/or OSCAR to crash. OSCAR was looking up the session for
the oximeter session and not noticing it got a Journal session instead.
2020-11-04 21:12:05 -07:00
Guy Scharf
9e899c1d15
Change apostrophes in Daily page statistics tooltips to HTML encoded apos;
2020-09-20 19:05:22 -07:00
Guy Scharf
5cefc90a16
Fix CPAP hours and AHI calculations
...
Daily page: total hours was elapsed time of all machines, including large blocks that are not CPAP. Now just MT_CPAP time.
Welcome page: Same problem with total hours reporting, and AHI was calculated as events/total hours instead of events/CPAP hours.
Statistics page: Same problems as on Welcome page -- total hours and index calculations. Changed to using total CPAP hours.
2020-07-24 11:29:19 -07:00
Guy Scharf
ed1871215e
Change language about "guessed settings" to clarify that they are missing and yesterday's shown.
2020-07-06 10:46:08 -07:00
Guy Scharf
aad1535979
WIP: Guessed settings. Code is test only.
2020-07-05 11:19:19 -07:00
sawinglogz
346208140e
Revise VS2 index to match official reports.
...
The VS2 channel is unique in that it only appears (as a flag)
when there are nonzero snores during a 2-minute period. However, the
VS index isn't the number of events (nonzero intervals) per hour,
but rather the number of snores per hour.
2020-05-07 17:36:31 -04:00
sawinglogz
40553fcf5e
Add PRS1-specific "peak flow" channel used by pre-DreamStation ventilators.
2020-04-22 17:14:59 -04:00
sawinglogz
90434d5f11
Bump the PRS1 loader version to force a rebuild, update release notes.
...
Also fix a typo in the rebuild dialog.
2020-03-26 09:54:55 -04:00
sawinglogz
3749a73fd1
Update channel LOOKUP data type to show unspecified options as integers.
2020-03-25 19:17:39 -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
ef0cb253cd
Add CPAP_PressureSet/EPAPSet/IPAPSet to daily statistics view.
...
Also add a breadcrumb for fixing average calculation for these channels.
2020-01-27 14:28:25 -05: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
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
94e39c2733
Use Qt standard shortcuts for printing, bold, italic, and underline.
...
In theory these will automatically get localized, since they're using
Qt's official enums.
2020-01-22 20:10:43 -05:00
sawinglogz
cb036c4497
Remove some redundant hard-coding in daily settings view.
2020-01-12 20:17:07 -05:00
Guy Scharf
280c847996
Eliminate MINOR_FLAG from list of indices on Daily page.
...
This results in Timed Breath no longer being shown in the index list.
2019-12-29 22:56:54 -07: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
2e1069b8d0
Allow user to select graph order when resetting -- Standard or Advanced
2019-09-28 20:15:16 -07:00
Seeker4
ec9985d32e
Make sessionbar blue color darker and more distinguishable from white
2019-09-16 11:54:42 -07:00
Seeker4
45814d129c
Update release notes, add documentation about graph ordering
2019-09-06 22:16:35 -07:00
Seeker4
1b67688b12
Fix problem with advanced graphs. Update release notes.
2019-09-03 12:56:10 -07:00
Seeker4
6158d83935
Clean up code -- eliminate qDebug statements
2019-09-02 22:10:36 -07:00
Seeker4
aeffae09fc
Standard and Advanced graphs apparently working, still with lots of diagnostics.
2019-09-01 22:14:36 -07:00
Seeker4
afdcd0bbc4
First step in Daily graphs rework: replace many hard-coded strings as STR_GRAPH_* variables for keys to graphs.
2019-08-31 17:56:53 -07:00
Seeker4
b53b0a99e0
Fix event count formatting in Daily Events tab
2019-08-29 18:47:25 -07:00
Seeker4
70693bcbec
Remove unneeded comment and #include
2019-08-29 12:46:25 -07:00
Seeker4
3cf038cb70
In event list, use only number of digits needed for event count
2019-08-29 07:21:19 -07:00
Seeker4
ffda65300d
Fix spelling errors.
2019-08-22 02:17:44 -07:00
sawinglogz
31fc47a5c5
Remove "series" from display in UI and on reports.
2019-08-18 17:27:21 -04:00
Seeker4
fc3ec0d485
View/Reset Graphs now additionally enables all graphs and all event flags
2019-08-09 15:32:37 -07:00
Seeker4
ceba1e81eb
Make date in calendar on Daily page format per regional settings.
2019-08-08 16:24:30 -07:00
Seeker4
3b1414c37d
When reverting to original graph order, reset any pins.
2019-07-31 08:40:20 -07:00
Seeker4
4532b22fc6
Add View/Reset Graphs to put graphs in original order and heights. Overlays and dotted lines are not yet reset.
2019-07-30 19:59:01 -07:00
Seeker4
7785d7fc9c
Change height and weight decimals displayed, BMI digits displayed
2019-07-25 06:23:24 -07:00
Seeker4
844b33a4c3
Show indices for all events even if flags for an event is disabled
2019-07-24 09:12:05 -07:00
Seeker4
166ffa4970
Show BMI label and calculated value only when both weight and height are non-zero
2019-07-24 01:48:18 -07:00
Seeker4
b4a64fa8e6
Hide pie chart when taking screen capture. Refactor code in daily.cpp to make use clearer and save html for possible future use.
2019-07-18 22:39:08 -07:00
Seeker4
11f2fb5d3f
Change GraphSnapshots to ShowPieChart in code, UI, and preferences. Convert any existing GraphSnapshots preferences to ShowPieChart.
2019-07-14 20:25:49 -07:00
Seeker4
14611bd591
Change default order of graphs on Daily page.
2019-07-12 19:29:33 -07:00
Seeker4
dbabc4cd58
Suppress duration on tooltip and event list if duration is zero (which usually means unknown duration as CPAP machine did not report it)
2019-07-05 10:29:57 -07:00
Seeker4
5b047af0e3
After preference setting, update font of timestamp at bottom of graphs
2019-07-02 08:01:20 -07:00
sawinglogz
423bfccc5a
Add a few comments for future 900X improvements.
2019-06-19 17:50:41 -04:00
Seeker4
e22f5b87ef
Merge branch 'master' into Database
2019-05-21 15:15:52 -07:00
Seeker4
7fc534f75b
Format cmH2O properly in machine settings on Daily page. Needed only for ResMed and because formatted data is saved in database at original import.
2019-05-21 15:12:42 -07:00
Seeker4
ff2bdf3d01
Session bar now shows "no sessions present" if there are not sessions, instead of showing last days's sessions.
2019-05-19 17:44:10 -07:00
sawinglogz
fb29ce0222
Fix one more warning. setChecked() only takes a boolean, Qt::Checked/Unchecked are only used for tri-state checkboxes.
2019-05-08 17:18:00 -04:00
sawinglogz
e67aae78cf
Make warnings fail regression tests, fix warnings.
2019-05-08 17:06:17 -04:00
Seeker4
7e9b59bbf6
Change measurement units from metric/arhiac to Metric/English
2019-05-01 09:05:01 -07:00
Phil Olynyk
c0246470f5
Replace old man Oscar logo with new big O logo
2019-04-16 13:12:26 -04:00
Phil Olynyk
415f8cdc06
Removed CPAP_IE from Daily graphs and statistics display
2019-04-07 12:51:08 -04:00
Phil Olynyk
ae6804096a
Changed TTIA to Total Time in Apnea in left panel of Daily page
2019-03-27 11:24:51 -04:00
Phil Olynyk
9c3091b1c0
Change Settings/AppRoot to Settings/AppData to reduce confusion between execuable path and data folder path
2019-03-25 19:43:04 -04:00
Phil Olynyk
590032e76d
Sorry, massive list of small changes - debugging, sleepyhead deleteion, etc
2019-03-10 12:03:19 -04:00
Phil Olynyk
43d0c844df
Removed Update function and tweaked html
2019-02-24 17:10:31 -05:00
Phil Olynyk
17b53482bd
Change folder and file name from oscr to oscar
2019-02-22 19:23:39 -05:00