mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Add DS2 icon and model number.
This commit is contained in:
parent
9b6cc46942
commit
1f3f33c45a
@ -48,6 +48,7 @@
|
||||
<file>icons/eye.png</file>
|
||||
<file>icons/prs1_60s.png</file>
|
||||
<file>icons/dreamstation.png</file>
|
||||
<file>icons/prds2.png</file>
|
||||
<file>icons/airsense10.png</file>
|
||||
<file>icons/aircurve.png</file>
|
||||
<file>icons/prs1_960.png</file>
|
||||
|
@ -127,6 +127,8 @@ static const PRS1TestedModel s_PRS1TestedModels[] = {
|
||||
{ "700X130", 0, 6, "DreamStation Auto BiPAP" },
|
||||
{ "700X150", 0, 6, "DreamStation Auto BiPAP" },
|
||||
|
||||
{ "520X110C", 0, 6, "DreamStation 2 Auto CPAP Advanced" }, // based on bottom label
|
||||
|
||||
{ "950P", 5, 0, "BiPAP AutoSV Advanced System One" },
|
||||
{ "951P", 5, 0, "BiPAP AutoSV Advanced System One" },
|
||||
{ "960P", 5, 1, "BiPAP autoSV Advanced (System One 60 Series)" },
|
||||
@ -481,6 +483,7 @@ QMap<const char*,const char*> s_PRS1Series = {
|
||||
{ "System One 60 Series", ":/icons/prs1_60s.png" }, // needs to come before following substring
|
||||
{ "System One", ":/icons/prs1.png" },
|
||||
{ "C Series", ":/icons/prs1vent.png" },
|
||||
{ "DreamStation 2", ":/icons/prds2.png" }, // needs to come before following substring
|
||||
{ "DreamStation", ":/icons/dreamstation.png" },
|
||||
};
|
||||
|
||||
|
BIN
oscar/icons/prds2.png
Normal file
BIN
oscar/icons/prds2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Loading…
Reference in New Issue
Block a user