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

Added None option in admitted_to bed filters so that we can filter for patient who are admitted but no bed assigned #5550

Merged
merged 7 commits into from
Sep 12, 2023
1 change: 1 addition & 0 deletions src/Common/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ export const ADMITTED_TO = [
{ id: "2", text: "ICU" },
{ id: "6", text: "Bed with oxygen support" },
{ id: "7", text: "Regular" },
{ id: "None", text: "No bed assigned" },
];

export const RESPIRATORY_SUPPORT = [
Expand Down
Loading