mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 04:00:44 +00:00
CMS50i PI test7
This commit is contained in:
parent
b88e9351dc
commit
01f89d4edf
@ -863,7 +863,7 @@ void OximeterImport::on_saveButton_clicked()
|
|||||||
// Perfusion Index
|
// Perfusion Index
|
||||||
if (rec->perf > 0) {
|
if (rec->perf > 0) {
|
||||||
if (lastperf == 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 != rec->perf) {
|
||||||
if (lastperf > 0) {
|
if (lastperf > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user