Updated descriptions and channel names

This commit is contained in:
axt 2023-05-06 11:46:40 +02:00
parent 0f097c26e1
commit 908912e898

View File

@ -793,7 +793,7 @@ void PrismaLoader::initChannels()
channel.add(GRP_CPAP, chan = new Channel(Prisma_Mode=0xe400, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_Mode=0xe400, SETTING, MT_CPAP, SESSION,
"PrismaMode", QObject::tr("Mode"), "PrismaMode", QObject::tr("Mode"),
QObject::tr("PAP Mode"), QObject::tr("PAP Mode"),
QObject::tr("PAP Mode"), QObject::tr("Mode"),
"", LOOKUP, Qt::green)); "", LOOKUP, Qt::green));
chan->addOption(PRISMA_COMBINED_MODE_UNKNOWN, QObject::tr("UNKNOWN")); chan->addOption(PRISMA_COMBINED_MODE_UNKNOWN, QObject::tr("UNKNOWN"));
chan->addOption(PRISMA_COMBINED_MODE_CPAP, QObject::tr("CPAP")); chan->addOption(PRISMA_COMBINED_MODE_CPAP, QObject::tr("CPAP"));
@ -806,7 +806,7 @@ void PrismaLoader::initChannels()
channel.add(GRP_CPAP, chan = new Channel(Prisma_SoftPAP=0xe401, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_SoftPAP=0xe401, SETTING, MT_CPAP, SESSION,
"Prisma_SoftPAP", "Prisma_SoftPAP",
QObject::tr("SoftPAP Mode"), QObject::tr("SoftPAP Mode"),
QObject::tr("SoftPAP Mode"), QObject::tr("Pressure relief during exhalation"),
QObject::tr("SoftPAP Mode"), QObject::tr("SoftPAP Mode"),
"", LOOKUP, Qt::green)); "", LOOKUP, Qt::green));
chan->addOption(Prisma_SoftPAP_OFF, QObject::tr("Off")); chan->addOption(Prisma_SoftPAP_OFF, QObject::tr("Off"));
@ -814,75 +814,87 @@ void PrismaLoader::initChannels()
chan->addOption(Prisma_SoftPAP_STANDARD, QObject::tr("Standard")); chan->addOption(Prisma_SoftPAP_STANDARD, QObject::tr("Standard"));
channel.add(GRP_CPAP, new Channel(Prisma_PSoft=0xe402, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_PSoft=0xe402, SETTING, MT_CPAP, SESSION,
"Prisma_PSoft", QObject::tr("PSoft"), "Prisma_PSoft",
QObject::tr("PSoft"), QObject::tr("Softstart pressure"),
QObject::tr("Pressure during soft start period"),
QObject::tr("PSoft"), QObject::tr("PSoft"),
STR_UNIT_CMH2O, DEFAULT, Qt::green)); STR_UNIT_CMH2O, DEFAULT, Qt::green));
channel.add(GRP_CPAP, new Channel(Prisma_PSoft_Min=0xe403, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_PSoft_Min=0xe403, SETTING, MT_CPAP, SESSION,
"Prisma_PSoft_Min", QObject::tr("PSoftMin"), "Prisma_PSoft_Min",
QObject::tr("PSoftMin"), QObject::tr("Softstart minimum pressure"),
QObject::tr("Minimum pressure during soft start period"),
QObject::tr("PSoftMin"), QObject::tr("PSoftMin"),
STR_UNIT_CMH2O, DEFAULT, Qt::green)); STR_UNIT_CMH2O, DEFAULT, Qt::green));
channel.add(GRP_CPAP, chan = new Channel(Prisma_AutoStart=0xe404, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_AutoStart=0xe404, SETTING, MT_CPAP, SESSION,
"Prisma_AutoStart", QObject::tr("AutoStart"), "Prisma_AutoStart",
QObject::tr("AutoStart"), QObject::tr("Auto start"),
QObject::tr("AutoStart"), QObject::tr("Automatically turn on the device by breathing"),
QObject::tr("Auto start"),
"", LOOKUP, Qt::green)); "", LOOKUP, Qt::green));
chan->addOption(0, STR_TR_Off); chan->addOption(0, STR_TR_Off);
chan->addOption(1, STR_TR_On); chan->addOption(1, STR_TR_On);
channel.add(GRP_CPAP, new Channel(Prisma_Softstart_Time=0xe405, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_Softstart_Time=0xe405, SETTING, MT_CPAP, SESSION,
"Prisma_Softstart_Time", QObject::tr("Softstart_Time"), "Prisma_Softstart_Time",
QObject::tr("Softstart_Time"), QObject::tr("Softstart time"),
QObject::tr("Softstart_Time"), QObject::tr("Lenght of soft start period"),
QObject::tr("Softstart time"),
STR_UNIT_Minutes, LOOKUP, Qt::green)); STR_UNIT_Minutes, LOOKUP, Qt::green));
channel.add(GRP_CPAP, new Channel(Prisma_Softstart_TimeMax=0xe406, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_Softstart_TimeMax=0xe406, SETTING, MT_CPAP, SESSION,
"Prisma_Softstart_TimeMax", QObject::tr("Softstart_TimeMax"), "Prisma_Softstart_TimeMax",
QObject::tr("Softstart_TimeMax"), QObject::tr("Soft start maximum time"),
QObject::tr("Softstart_TimeMax"), QObject::tr("Maximum lenght of soft start period"),
QObject::tr("Soft start max. time"),
STR_UNIT_Minutes, LOOKUP, Qt::green)); STR_UNIT_Minutes, LOOKUP, Qt::green));
channel.add(GRP_CPAP, new Channel(Prisma_Softstart_Pressure=0xe407, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_Softstart_Pressure=0xe407, SETTING, MT_CPAP, SESSION,
"Prisma_Softstart_Pressure", QObject::tr("Softstart_Pressure"), "Prisma_Softstart_Pressure",
QObject::tr("Softstart_Pressure"), QObject::tr("Soft start pressure"),
QObject::tr("Softstart_Pressure"), QObject::tr("Pressure during soft start period"),
QObject::tr("Soft start pressure"),
STR_UNIT_CMH2O, DEFAULT, Qt::green)); STR_UNIT_CMH2O, DEFAULT, Qt::green));
channel.add(GRP_CPAP, new Channel(Prisma_PMaxOA=0xe408, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_PMaxOA=0xe408, SETTING, MT_CPAP, SESSION,
"Prisma_PMaxOA", QObject::tr("PMaxOA"), "Prisma_PMaxOA",
QObject::tr("PMaxOA"),
QObject::tr("PMaxOA"), QObject::tr("PMaxOA"),
QObject::tr("PMaxOA"), QObject::tr("PMaxOA"),
STR_UNIT_CMH2O, DEFAULT, Qt::green)); STR_UNIT_CMH2O, DEFAULT, Qt::green));
channel.add(GRP_CPAP, new Channel(CPAP_EEPAPLo=0xe409, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(CPAP_EEPAPLo=0xe409, SETTING, MT_CPAP, SESSION,
"CPAP_EEPAPLo", QObject::tr("EEPAPMin"), "CPAP_EEPAPLo",
QObject::tr("EEPAPMin"), QObject::tr("EEPAPMin"),
QObject::tr("Lower End Expiratory Pressure"),
QObject::tr("EEPAPMin"), QObject::tr("EEPAPMin"),
STR_UNIT_CMH2O, DEFAULT, Qt::green)); STR_UNIT_CMH2O, DEFAULT, Qt::green));
channel.add(GRP_CPAP, new Channel(CPAP_EEPAPHi=0xe40a, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(CPAP_EEPAPHi=0xe40a, SETTING, MT_CPAP, SESSION,
"CPAP_EEPAPHi", QObject::tr("EEPAPMax"), "CPAP_EEPAPHi",
QObject::tr("EEPAPMax"), QObject::tr("EEPAPMax"),
QObject::tr("Higher End Expiratory Pressure"),
QObject::tr("EEPAPMax"), QObject::tr("EEPAPMax"),
STR_UNIT_CMH2O, DEFAULT, Qt::green)); STR_UNIT_CMH2O, DEFAULT, Qt::green));
channel.add(GRP_CPAP, new Channel(Prisma_HumidifierLevel=0xe40b, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_HumidifierLevel=0xe40b, SETTING, MT_CPAP, SESSION,
"Prisma_HumidLevel", QObject::tr("HumidifierLevel"), "Prisma_HumidLevel",
QObject::tr("HumidifierLevel"), QObject::tr("Humidifier level"),
QObject::tr("HumidifierLevel"), QObject::tr("Humidifier level"),
QObject::tr("Humidifier level"),
"", DEFAULT, Qt::green)); "", DEFAULT, Qt::green));
channel.add(GRP_CPAP, new Channel(Prisma_TubeType=0xe40c, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_TubeType=0xe40c, SETTING, MT_CPAP, SESSION,
"Prisma_TubeType", QObject::tr("TubeType"), "Prisma_TubeType",
QObject::tr("TubeType"), QObject::tr("Tube type"),
QObject::tr("TubeType"), QObject::tr("Tube type"),
QObject::tr("Tube type"),
STR_UNIT_CM, DEFAULT, Qt::green)); STR_UNIT_CM, DEFAULT, Qt::green));
channel.add(GRP_CPAP, chan = new Channel(Prisma_Warning=0xe40d, SETTING, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_Warning=0xe40d, SETTING, MT_CPAP, SESSION,
"Prisma_Warning", QObject::tr("Warning"), "Prisma_Warning",
QObject::tr("Warning"),
QObject::tr("Warning"), QObject::tr("Warning"),
QObject::tr("Warning"), QObject::tr("Warning"),
"", LOOKUP, Qt::green)); "", LOOKUP, Qt::green));
@ -892,20 +904,18 @@ void PrismaLoader::initChannels()
channel.add(GRP_CPAP, chan = new Channel(Prisma_ObstructLevel=0xe440, WAVEFORM, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_ObstructLevel=0xe440, WAVEFORM, MT_CPAP, SESSION,
"Prisma_ObstructLevel", "Prisma_ObstructLevel",
QObject::tr("ObstructLevel"), QObject::tr("Obstruction level"),
// TODO AXT add desc QObject::tr("Obstruction level in percentage"),
QObject::tr("Obstruction Level"), QObject::tr("Obstruction level"),
QObject::tr("ObstructLevel"),
STR_UNIT_Percentage, DEFAULT, QColor("light purple"))); STR_UNIT_Percentage, DEFAULT, QColor("light purple")));
chan->setUpperThreshold(100); chan->setUpperThreshold(100);
chan->setLowerThreshold(0); chan->setLowerThreshold(0);
channel.add(GRP_CPAP, chan = new Channel(Prisma_rMVFluctuation=0xe441, WAVEFORM, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_rMVFluctuation=0xe441, WAVEFORM, MT_CPAP, SESSION,
"Prisma_rMVFluctuation", "Prisma_rMVFluctuation",
QObject::tr("rMVFluctuation"), QObject::tr("rRMVFluctuation"),
// TODO AXT add desc QObject::tr("Relative respiratory minute volume fluctuation"),
QObject::tr("rMVFluctuation"), QObject::tr("rRMVFluctuation"),
QObject::tr("rMVFluctuation"),
STR_UNIT_Unknown, DEFAULT, QColor("light purple"))); STR_UNIT_Unknown, DEFAULT, QColor("light purple")));
chan->setUpperThreshold(16); chan->setUpperThreshold(16);
chan->setLowerThreshold(0); chan->setLowerThreshold(0);
@ -913,31 +923,27 @@ void PrismaLoader::initChannels()
channel.add(GRP_CPAP, new Channel(Prisma_rRMV=0xe442, WAVEFORM, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_rRMV=0xe442, WAVEFORM, MT_CPAP, SESSION,
"Prisma_rRMV", "Prisma_rRMV",
QObject::tr("rRMV"), QObject::tr("rRMV"),
// TODO AXT add desc QObject::tr("Relative respiratory minute volume"),
QObject::tr("rRMV"),
QObject::tr("rRMV"), QObject::tr("rRMV"),
STR_UNIT_Unknown, DEFAULT, QColor("light purple"))); STR_UNIT_Unknown, DEFAULT, QColor("light purple")));
channel.add(GRP_CPAP, new Channel(Prisma_PressureMeasured=0xe443, WAVEFORM, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_PressureMeasured=0xe443, WAVEFORM, MT_CPAP, SESSION,
"Prisma_PressureMeasured", "Prisma_PressureMeasured",
QObject::tr("PressureMeasured"), QObject::tr("Measured pressure"),
// TODO AXT add desc QObject::tr("Measured pressure"),
QObject::tr("PressureMeasured"), QObject::tr("Measured pressure"),
QObject::tr("PressureMeasured"),
STR_UNIT_CMH2O, DEFAULT, QColor("black"))); STR_UNIT_CMH2O, DEFAULT, QColor("black")));
channel.add(GRP_CPAP, new Channel(Prisma_FlowFull=0xe444, WAVEFORM, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_FlowFull=0xe444, WAVEFORM, MT_CPAP, SESSION,
"Prisma_FlowFull", "Prisma_FlowFull",
QObject::tr("FlowFull"), QObject::tr("Full flow"),
// TODO AXT add desc QObject::tr("Full flow"),
QObject::tr("FlowFull"), QObject::tr("Full flow"),
QObject::tr("FlowFull"),
STR_UNIT_Unknown, DEFAULT, QColor("black"))); STR_UNIT_Unknown, DEFAULT, QColor("black")));
channel.add(GRP_CPAP, new Channel(Prisma_SPRStatus=0xe445, WAVEFORM, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_SPRStatus=0xe445, WAVEFORM, MT_CPAP, SESSION,
"Prisma_SPRStatus", "Prisma_SPRStatus",
QObject::tr("SPRStatus"), QObject::tr("SPRStatus"),
// TODO AXT add desc
QObject::tr("SPRStatus"), QObject::tr("SPRStatus"),
QObject::tr("SPRStatus"), QObject::tr("SPRStatus"),
STR_UNIT_Unknown, DEFAULT, QColor("black"))); STR_UNIT_Unknown, DEFAULT, QColor("black")));
@ -945,43 +951,38 @@ void PrismaLoader::initChannels()
channel.add(GRP_CPAP, new Channel(Prisma_Artifact=0xe446, SPAN, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_Artifact=0xe446, SPAN, MT_CPAP, SESSION,
"Prisma_Artifact", "Prisma_Artifact",
QObject::tr("Artifact"), QObject::tr("Artefact"),
// TODO AXT add desc QObject::tr("Irregularity in measured data, that doesn't represents a breathing event (e.g swallowing, coughing, or speaking)"),
QObject::tr("Artifact"),
QObject::tr("ART"), QObject::tr("ART"),
STR_UNIT_Percentage, DEFAULT, QColor("salmon"))); STR_UNIT_Percentage, DEFAULT, QColor("salmon")));
channel.add(GRP_CPAP, new Channel(Prisma_CriticalLeak = 0xe447, SPAN, MT_CPAP, SESSION, channel.add(GRP_CPAP, new Channel(Prisma_CriticalLeak = 0xe447, SPAN, MT_CPAP, SESSION,
"Prisma_CriticalLeak", "Prisma_CriticalLeak",
QObject::tr("CriticalLeak"), QObject::tr("CriticalLeak"),
// TODO AXT add desc QObject::tr("Mask leakage is above a critical treshold"),
QObject::tr("CriticalLeak"),
QObject::tr("CL"), QObject::tr("CL"),
STR_UNIT_EventsPerHour, DEFAULT, QColor("orchid"))); STR_UNIT_EventsPerHour, DEFAULT, QColor("orchid")));
channel.add(GRP_CPAP, chan = new Channel(Prisma_eMO = 0xe448, SPAN, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_eMO = 0xe448, SPAN, MT_CPAP, SESSION,
"Prisma_eMO", "Prisma_eMO",
QObject::tr("eMO"), QObject::tr("eMO"),
// TODO AXT add desc QObject::tr("Epoch (2 mins) with Mild Obstruction"),
QObject::tr("eMO"), QObject::tr("eMO"),
QObject::tr("eMO"), STR_UNIT_Percentage, DEFAULT, QColor("orange")));
STR_UNIT_Percentage, DEFAULT, QColor("red")));
chan->setEnabled(false); chan->setEnabled(false);
channel.add(GRP_CPAP, chan = new Channel(Prisma_eSO = 0xe449, SPAN, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_eSO = 0xe449, SPAN, MT_CPAP, SESSION,
"Prisma_eSO", "Prisma_eSO",
QObject::tr("eSO"), QObject::tr("eSO"),
// TODO AXT add desc QObject::tr("Epoch (2 mins) with Severe Obstruction"),
QObject::tr("eSO"), QObject::tr("eSO"),
QObject::tr("eSO"), STR_UNIT_Percentage, DEFAULT, QColor("red")));
STR_UNIT_Percentage, DEFAULT, QColor("orange")));
chan->setEnabled(false); chan->setEnabled(false);
channel.add(GRP_CPAP, chan = new Channel(Prisma_eS = 0xe44a, SPAN, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_eS = 0xe44a, SPAN, MT_CPAP, SESSION,
"Prisma_eS", "Prisma_eS",
QObject::tr("eS"), QObject::tr("eS"),
// TODO AXT add desc QObject::tr("Epoch (2 mins) with Snoring"),
QObject::tr("eS"),
QObject::tr("eS"), QObject::tr("eS"),
STR_UNIT_Percentage, DEFAULT, QColor("light green"))); STR_UNIT_Percentage, DEFAULT, QColor("light green")));
chan->setEnabled(false); chan->setEnabled(false);
@ -989,17 +990,15 @@ void PrismaLoader::initChannels()
channel.add(GRP_CPAP, chan = new Channel(Prisma_eF = 0xe44b, SPAN, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_eF = 0xe44b, SPAN, MT_CPAP, SESSION,
"Prisma_eFL", "Prisma_eFL",
QObject::tr("eFL"), QObject::tr("eFL"),
// TODO AXT add desc QObject::tr("Epoch (2 mins) with Flow Limitation"),
QObject::tr("eFL"),
QObject::tr("eFL"), QObject::tr("eFL"),
STR_UNIT_Percentage, DEFAULT, QColor("yellow"))); STR_UNIT_Percentage, DEFAULT, QColor("yellow")));
chan->setEnabled(false); chan->setEnabled(false);
channel.add(GRP_CPAP, chan = new Channel(Prisma_DeepSleep = 0xe44c, SPAN, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_DeepSleep = 0xe44c, SPAN, MT_CPAP, SESSION,
"Prisma_DS", "Prisma_DS",
QObject::tr("DeepSleep"), QObject::tr("Deep Sleep"),
// TODO AXT add desc QObject::tr("Deep sleep, stable respiration"),
QObject::tr("DeepSleep"),
QObject::tr("DS"), QObject::tr("DS"),
STR_UNIT_Percentage, DEFAULT, QColor("light blue"))); STR_UNIT_Percentage, DEFAULT, QColor("light blue")));
chan->setEnabled(false); chan->setEnabled(false);
@ -1007,9 +1006,8 @@ void PrismaLoader::initChannels()
channel.add(GRP_CPAP, chan = new Channel(Prisma_TimedBreath = 0xe44d, FLAG, MT_CPAP, SESSION, channel.add(GRP_CPAP, chan = new Channel(Prisma_TimedBreath = 0xe44d, FLAG, MT_CPAP, SESSION,
"Prisma_TB", "Prisma_TB",
QObject::tr("TimedBreath"), QObject::tr("Timed breath"),
// TODO AXT add desc QObject::tr("Machine Initiated Breath"),
QObject::tr("TimedBreath"),
QObject::tr("TB"), QObject::tr("TB"),
STR_UNIT_Percentage, DEFAULT, QColor("purple"))); STR_UNIT_Percentage, DEFAULT, QColor("purple")));