Skip to content

Commit

Permalink
Merge pull request #461 from coronasafe/develop
Browse files Browse the repository at this point in the history
changes for new patient type
  • Loading branch information
dauntlessnomad authored Jul 20, 2020
2 parents e3e79b7 + 52d0c1b commit 99d7049
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 @@ -140,6 +140,7 @@ export const ADMITTED_TO = [
];

export const PATIENT_CATEGORY = [
{ id: "ASYMPTOMATIC", text: "ASYM (ASYMPTOMATIC) "},
{ id: "Category-A", text: "Mild (Category A)" },
{ id: "Category-B", text: "Moderate (Category B)" },
{ id: "Category-C", text: "Severe (Category C)" }
Expand Down

0 comments on commit 99d7049

Please sign in to comment.