Skip to content

Commit

Permalink
Added None option in admitted_to bed filters so that we can filter fo…
Browse files Browse the repository at this point in the history
…r patient who are admitted but no bed assigned (#5550)

* added None option in admitted_to bed filters

* changed the id from 8 to None

* make text user friendly

---------

Co-authored-by: Rithvik Nishad <[email protected]>
  • Loading branch information
yaswanthsaivendra and rithviknishad authored Sep 12, 2023
1 parent 3fdf1d5 commit 8a704af
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 8a704af

Please sign in to comment.