ohcnetwork / dashboard

A data visualisation dashboard with capacity map, plots and charts
https://dashboard.coronasafe.network/
MIT License
16 stars 24 forks source link

Admision status should reflect in the number of occupied beds in dashboard. #59

Open dauntlessnomad opened 3 years ago

dauntlessnomad commented 3 years ago

if(isolation) { ordinary bed count + 1; } if(icu) { icu count + 1; } if( icu with invasive and non invasive ventilator ) { ventilator bed count + 1; }

bodhish commented 3 years ago

@vigneshhari looks like you will need to add this in exports.

(don't implement the logic just summarise the numbers)