From ae58e878b0affb48cb1282bd6ed61423406f55bc Mon Sep 17 00:00:00 2001 From: Ankur Prabhu <85862184+AnkurPrabhu@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:10:03 +0530 Subject: [PATCH] Rearrange tabs in patient dashboard (#7320) * Re-arranged tabs in patient dashboard * Re-arranged tabs in patient dashboard * added review changes --- src/Common/constants.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/Common/constants.tsx b/src/Common/constants.tsx index 60530cb0634..0427613d5d5 100644 --- a/src/Common/constants.tsx +++ b/src/Common/constants.tsx @@ -689,20 +689,20 @@ export const MOTOR_RESPONSE_SCALE = [ { value: 2, text: "Abnormal Extension(decerebrate)" }, { value: 1, text: "No Response" }, ]; -export const CONSULTATION_TABS: Array = [ - { id: 1, text: "UPDATES", desc: "Updates" }, - { id: 13, text: "FEED", desc: "Feed" }, - { id: 2, text: "SUMMARY", desc: "Summary" }, - { id: 3, text: "MEDICINES", desc: "Medicines" }, - { id: 4, text: "FILES", desc: "Files" }, - { id: 5, text: "INVESTIGATIONS", desc: "Investigations" }, - { id: 6, text: "ABG", desc: "ABG" }, - { id: 7, text: "NURSING", desc: "Nursing" }, - { id: 8, text: "NEUROLOGICAL_MONITORING", desc: "Neurological Monitoring" }, - { id: 9, text: "VENTILATOR", desc: "Respiratory Support" }, - { id: 10, text: "NUTRITION", desc: "Nutrition" }, - { id: 11, text: "PRESSURE_SORE", desc: "Pressure Sore" }, - { id: 12, text: "DIALYSIS", desc: "Dialysis" }, +export const CONSULTATION_TABS = [ + { text: "UPDATES", desc: "Overview" }, + { text: "FEED", desc: "Feed" }, + { text: "SUMMARY", desc: "Vitals" }, + { text: "ABG", desc: "ABG" }, + { text: "MEDICINES", desc: "Medicines" }, + { text: "FILES", desc: "Files" }, + { text: "INVESTIGATIONS", desc: "Investigations" }, + { text: "NEUROLOGICAL_MONITORING", desc: "Neuro" }, + { text: "VENTILATOR", desc: "Ventilation" }, + { text: "NUTRITION", desc: "Nutrition" }, + { text: "PRESSURE_SORE", desc: "Pressure Sore" }, + { text: "NURSING", desc: "Nursing" }, + { text: "DIALYSIS", desc: "Dialysis" }, ]; export const RHYTHM_CHOICES: Array = [