channelHasData(code)) {
- //if (code==CPAP_LeakTotal) suboffset=PROFILEIntentionalLeak"].toDouble(); else suboffset=0;
- QString tooltip=schema::channel[code].description();
- if (!schema::channel[code].units().isEmpty()) tooltip+=" ("+schema::channel[code].units()+")";
- html+=""+schema::channel[code].label()+"";
- html+=" | "+a.sprintf("%.2f",cpap->Min(code)-suboffset);
- html+=" | "+a.sprintf("%.2f",cpap->wavg(code)-suboffset);
- html+=" | "+a.sprintf("%.2f",cpap->p90(code)-suboffset);
- html+=" | "+a.sprintf("%.2f",cpap->Max(code)-suboffset);
- html+=" |
";
- }
- if (oxi && oxi->channelHasData(code)) {
- QString tooltip=schema::channel[code].description();
- if (!schema::channel[code].units().isEmpty()) tooltip+=" ("+schema::channel[code].units()+")";
- html+="
"+schema::channel[code].label()+"";
- html+=" | "+a.sprintf("%.2f",oxi->Min(code));
- html+=" | "+a.sprintf("%.2f",oxi->wavg(code));
- html+=" | "+a.sprintf("%.2f",oxi->p90(code));
- html+=" | "+a.sprintf("%.2f",oxi->Max(code));
- html+=" |
";
- }
- }
+ html+=QString("
%1 |
\n").arg(tr("Statistics"));
+ html+="
|
\n";
+ html+=QString("%1 | %2 | %3 | %4 | %5 |
")
+ .arg(tr("Channel"))
+ .arg(tr("Min"))
+ .arg(tr("Avg"))
+ .arg(tr("90%"))
+ .arg(tr("Max"));
+ ChannelID chans[]={
+ CPAP_Pressure,CPAP_EPAP,CPAP_IPAP,CPAP_PS,CPAP_PTB,
+ CPAP_MinuteVent,CPAP_AHI, 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
+ };
+ int numchans=sizeof(chans)/sizeof(ChannelID);
+ int suboffset=0;
+ for (int i=0;ichannelHasData(code)) {
+ //if (code==CPAP_LeakTotal) suboffset=PROFILEIntentionalLeak"].toDouble(); else suboffset=0;
+ QString tooltip=schema::channel[code].description();
+ if (!schema::channel[code].units().isEmpty()) tooltip+=" ("+schema::channel[code].units()+")";
+ html+=QString("%1 | %2 | %3 | %4 | %5 |
")
+ .arg(QString("%3")
+ .arg(QString::number(code)).arg(tooltip).arg(schema::channel[code].label()))
+ .arg(cpap->Min(code),0,'f',2)
+ .arg(cpap->wavg(code),0,'f',2)
+ .arg(cpap->p90(code),0,'f',2)
+ .arg(cpap->Max(code),0,'f',2);
+ }
+ if (oxi && oxi->channelHasData(code)) {
+ QString tooltip=schema::channel[code].description();
+ if (!schema::channel[code].units().isEmpty()) tooltip+=" ("+schema::channel[code].units()+")";
+ html+=""+schema::channel[code].label()+"";
+ html+=" | "+a.sprintf("%.2f",oxi->Min(code));
+ html+=" | "+a.sprintf("%.2f",oxi->wavg(code));
+ html+=" | "+a.sprintf("%.2f",oxi->p90(code));
+ html+=" | "+a.sprintf("%.2f",oxi->Max(code));
+ html+=" |
";
+ }
}
} else {
html+="
"+tr("No data available")+" |
";
html+=" |
\n";
}
- html+="