mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
inhibit Duplicate Overview Graphs When Ahi Pressure Enabled In Preference sDayOnIssue
This commit is contained in:
parent
27abdf7fcd
commit
66f50cda66
@ -310,6 +310,11 @@ void Overview::CreateAllGraphs() {
|
|||||||
G->AddLayer(sc);
|
G->AddLayer(sc);
|
||||||
chartsToBeMonitored.insert(sc,G);
|
chartsToBeMonitored.insert(sc,G);
|
||||||
} else if (chan->type() == schema::WAVEFORM) {
|
} else if (chan->type() == schema::WAVEFORM) {
|
||||||
|
if ((code==CPAP_AHI)||(code==CPAP_Pressure) ) {
|
||||||
|
DEBUGF O("SKIPPING") NAME(code) Q(code);
|
||||||
|
//skip if channel is for AHI.
|
||||||
|
continue;
|
||||||
|
}
|
||||||
sc= new gSummaryChart(code, chan->machtype());
|
sc= new gSummaryChart(code, chan->machtype());
|
||||||
G->AddLayer(sc);
|
G->AddLayer(sc);
|
||||||
chartsToBeMonitored.insert(sc,G);
|
chartsToBeMonitored.insert(sc,G);
|
||||||
|
Loading…
Reference in New Issue
Block a user