CMS50i PI test7

This commit is contained in:
Mark Watkins 2014-08-22 03:05:38 +10:00
parent b88e9351dc
commit 01f89d4edf

View File

@ -863,7 +863,7 @@ void OximeterImport::on_saveButton_clicked()
// Perfusion Index
if (rec->perf > 0) {
if (lastperf == 0) {
ELperf = session->AddEventList(OXI_Perf, EVL_Event);
ELperf = session->AddEventList(OXI_Perf, EVL_Event, 0.01);
}
if (lastperf != rec->perf) {
if (lastperf > 0) {