Add CPAP_PressureSet/EPAPSet/IPAPSet to daily statistics view.

Also add a breadcrumb for fixing average calculation for these channels.
This commit is contained in:
sawinglogz 2020-01-27 14:28:25 -05:00
parent 7a42caeccf
commit ef0cb253cd
2 changed files with 5 additions and 1 deletions

View File

@ -1030,6 +1030,10 @@ void Session::destroyEvent(ChannelID code)
// does not trash settings..
}
// TODO: The below assumes values are held for their duration. This does not properly handle
// CPAP_PressureSet/EPAPSet/IPAPSet or other interpolated channels. The proper "value" held
// for any given duration is the average of the starding and ending values, for the duration
// between them.
void Session::updateCountSummary(ChannelID code)
{
QHash<ChannelID, QVector<EventList *> >::iterator ev = eventlist.find(code);

View File

@ -1279,7 +1279,7 @@ QString Daily::getStatisticsInfo(Day * day)
.arg(STR_TR_Max);
ChannelID chans[]={
CPAP_Pressure,CPAP_EPAP,CPAP_IPAP,CPAP_PS,CPAP_PTB,
CPAP_Pressure,CPAP_PressureSet,CPAP_EPAP,CPAP_EPAPSet,CPAP_IPAP,CPAP_IPAPSet,CPAP_PS,CPAP_PTB,
CPAP_MinuteVent, CPAP_RespRate, CPAP_RespEvent,CPAP_FLG,
CPAP_Leak, CPAP_LeakTotal, CPAP_Snore, /* CPAP_IE, */ CPAP_Ti,CPAP_Te, CPAP_TgMV,
CPAP_TidalVolume, OXI_Pulse, OXI_SPO2, POS_Inclination, POS_Orientation, POS_Movement