pez-globo / pufferfish-software

All software for the Pufferfish ventilator.
Apache License 2.0
0 stars 1 forks source link

Alarms for parameters have stopped working #448

Open rohanpurohit opened 2 years ago

rohanpurohit commented 2 years ago

Alarms are no longer registered for events like "SpO2 too low", too high, HR too low or high (at least in the backend simulator) basically all the parameters related alarms, I did some digging and found the commit-hash from where the bug seems to have found its way in. It could be somewhere in the backend that no longer such alarms are pushed to activeLogEvents array, which I think displays all the active alarms.

The PR from which I think the bug started is #435.