Some graph links from Events tab, and other boring stuff

This commit is contained in:
Mark Watkins 2011-07-01 15:11:33 +10:00
parent 81936d63ad
commit 80e82ee821
3 changed files with 11 additions and 4 deletions

View File

@ -123,12 +123,12 @@ void InitMapsWithoutAwesomeInitializerLists()
DefaultMCShortNames[CPAP_ClearAirway]=_("CA");
DefaultMCShortNames[CPAP_CSR]=_("CSR/PB");
DefaultMCShortNames[CPAP_VSnore]=_("VS");
DefaultMCShortNames[PRS1_VSnore2]=_("VS2");
DefaultMCShortNames[CPAP_FlowLimit]=_("FL");
DefaultMCShortNames[CPAP_Pressure]=_("P");
DefaultMCShortNames[CPAP_Leak]=_("LR");
DefaultMCShortNames[CPAP_EAP]=_("EPAP");
DefaultMCShortNames[CPAP_IAP]=_("IPAP");
DefaultMCShortNames[CPAP_Snore]=_("VS2");
DefaultMCShortNames[PRS1_PressurePulse]=_("PP");
DefaultMCLongNames[CPAP_Obstructive]=_("Obstructive Apnea");
@ -136,13 +136,14 @@ void InitMapsWithoutAwesomeInitializerLists()
DefaultMCLongNames[CPAP_RERA]=_("RERA");
DefaultMCLongNames[CPAP_ClearAirway]=_("Clear Airway Apnea");
DefaultMCLongNames[CPAP_CSR]=_("Periodic Breathing");
DefaultMCLongNames[CPAP_VSnore]=_("Vibratory Snore");
DefaultMCLongNames[CPAP_VSnore]=_("Vibratory Snore"); // flags type
DefaultMCLongNames[CPAP_FlowLimit]=_("Flow Limitation");
DefaultMCLongNames[CPAP_Pressure]=_("Pressure");
DefaultMCLongNames[CPAP_Leak]=_("Leak Rate");
DefaultMCLongNames[CPAP_EAP]=_("BIPAP EPAP");
DefaultMCLongNames[CPAP_IAP]=_("BIPAP IPAP");
DefaultMCLongNames[CPAP_Snore]=_("Vibratory Snore 2");
DefaultMCLongNames[CPAP_Snore]=_("Vibratory Snore"); // Graph data
DefaultMCLongNames[PRS1_VSnore2]=_("Vibratory Snore (Graph)");
DefaultMCLongNames[PRS1_PressurePulse]=_("Pressure Pulse");
DefaultMCLongNames[PRS1_Unknown0E]=_("Unknown 0E");
DefaultMCLongNames[PRS1_Unknown00]=_("Unknown 00");

View File

@ -909,6 +909,11 @@ void Daily::on_treeWidget_itemSelectionChanged()
PRD->SetXBounds(st,et);
LEAK->SetXBounds(st,et);
SNORE->SetXBounds(st,et);
MV->SetXBounds(st,et);
TV->SetXBounds(st,et);
RR->SetXBounds(st,et);
FLG->SetXBounds(st,et);
}
}

View File

@ -13,7 +13,8 @@ p,a,td,body { font-size: 14px }
&nbsp;<br>
<p>This software is designed to assist you in reviewing data for your CPAP Machine, Oximeter, and Sleep Stage monitors, as well as help you track general issues related to sleep health.</p>
<p>Currenly supports the following machines:</p>
<li>Philips Respironics System One</li>
<li>Philips Respironics System One (BIPAP and lower)</li>
<li>ResMed S9 models (AutoSet and lower)</li>
<li>Contec CMS50 Oximeters</li>
<p><b>Project Website:</b> <a href='http://sleepyhead.sourceforge.net'>http://sleepyhead.sourceforge.net</a><br>
<b>About Sleep Apnea:</b> <a href='http://en.wikipedia.org/wiki/Sleep_apnea'>http://en.wikipedia.org/wiki/Sleep_apnea</a><br>