Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dauntlessnomad opened this issue Nov 7, 2020 · 2 comments
Assignees

Comments

@dauntlessnomad
Copy link
Member

No description provided.

@dauntlessnomad
Copy link
Member Author

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

@bodhish
Copy link
Member

bodhish commented Nov 7, 2020

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants