mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
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:
parent
7a42caeccf
commit
ef0cb253cd
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user