Skip to content

Commit

Permalink
Add more symptoms and move OTHERS to bottom (#6958)
Browse files Browse the repository at this point in the history
* Add more symptoms and move OTHERS to bottom

* Use AutoCompleteMultiSelectFormField for Symptom selrction

* Revert "Use AutoCompleteMultiSelectFormField for Symptom selrction"

This reverts commit e88771d.

* Split new lost of taste/smell into two symptoms
  • Loading branch information
Omkar76 committed Jan 23, 2024
1 parent 154f818 commit b9544b5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/Common/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,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 @@ -295,6 +294,17 @@ 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" },
{ id: 34, text: "NEW LOSS OF SMELL" },
{ id: 9, text: "OTHERS" },
];

export const DISCHARGE_REASONS = [
Expand Down

0 comments on commit b9544b5

Please sign in to comment.