mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Change Spo2Drop spans to flags
This commit is contained in:
parent
ceaaf35f02
commit
81127bf6e9
@ -278,7 +278,7 @@ void init()
|
||||
QObject::tr("A sudden (user definable) change in heart rate"),
|
||||
QObject::tr("PC"), STR_UNIT_EventsPerHour, DEFAULT, QColor("light grey")));
|
||||
|
||||
schema::channel.add(GRP_OXI, new Channel(OXI_SPO2Drop = 0x1804, SPAN, SESSION,
|
||||
schema::channel.add(GRP_OXI, new Channel(OXI_SPO2Drop = 0x1804, FLAG, SESSION,
|
||||
"SPO2Drop", QObject::tr("SpO2 Drop"),
|
||||
QObject::tr("A sudden (user definable) drop in blood oxygen saturation"),
|
||||
QObject::tr("SD"), STR_UNIT_EventsPerHour, DEFAULT, QColor("light blue")));
|
||||
|
Loading…
Reference in New Issue
Block a user