Skip to content

Commit

Permalink
Add more symptoms and move OTHERS to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Omkar76 committed Jan 1, 2024
1 parent f066a36 commit 9f6c733
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/Common/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ export const SYMPTOM_CHOICES = [
{ id: 6, text: "MYALGIA" },
{ id: 7, text: "ABDOMINAL DISCOMFORT" },
{ id: 8, text: "VOMITING" },
{ id: 9, text: "OTHERS" },
{ id: 11, text: "SPUTUM" },
{ id: 12, text: "NAUSEA" },
{ id: 13, text: "CHEST PAIN" },
Expand All @@ -291,6 +290,16 @@ export const SYMPTOM_CHOICES = [
{ id: 22, text: "HEAD ACHE" },
{ id: 23, text: "BLEEDING" },
{ id: 24, text: "DIZZINESS" },
{ id: 25, text: "CHILLS" },
{ id: 26, text: "GENERAL WEAKNESS" },
{ id: 27, text: "IRRITABILITY" },
{ id: 28, text: "CONFUSION" },
{ id: 29, text: "ABDOMINAL PAIN" },
{ id: 30, text: "JOINT PAIN" },
{ id: 31, text: "REDNESS OF EYES" },
{ id: 32, text: "ANOREXIA" },
{ id: 33, text: "NEW LOSS OF TASTE/SMELL" },
{ id: 9, text: "OTHERS" },
];

export const DISCHARGE_REASONS = [
Expand Down

0 comments on commit 9f6c733

Please sign in to comment.