Skip to content

Commit

Permalink
changes for new patient type
Browse files Browse the repository at this point in the history
  • Loading branch information
dauntlessnomad committed Jul 20, 2020
1 parent 38ba91d commit 52d0c1b
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 52d0c1b

Please sign in to comment.