mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
Better UA definition
This commit is contained in:
parent
62b4b421f6
commit
251491674a
@ -206,7 +206,7 @@ void init()
|
||||
|
||||
schema::channel.add(GRP_CPAP, new Channel(CPAP_Apnea = 0x1004, FLAG, MT_CPAP, SESSION, "Apnea",
|
||||
QObject::tr("Unclassified Apnea"),
|
||||
QObject::tr("An apnea that could not fit into a category"),
|
||||
QObject::tr("an apnea that couldn't be determined as Central or Obstructive, due to excessive leakage interfering with the classification process."),
|
||||
QObject::tr("UA"), STR_UNIT_EventsPerHour, DEFAULT, QColor("dark green")));
|
||||
|
||||
schema::channel.add(GRP_CPAP, new Channel(CPAP_FlowLimit = 0x1005, FLAG, MT_CPAP, SESSION,
|
||||
|
Loading…
Reference in New Issue
Block a user