Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearrange tabs in patient dashboard #7320

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added review changes
AnkurPrabhu committed Mar 4, 2024
commit 9558867194fe38c67bb2d7f07e8dd4dd29720716
28 changes: 14 additions & 14 deletions src/Common/constants.tsx
Original file line number Diff line number Diff line change
@@ -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<OptionsType> = [
{ id: 1, text: "UPDATES", desc: "Overview" },
{ id: 13, text: "FEED", desc: "Feed" },
{ id: 2, text: "SUMMARY", desc: "Vitals" },
{ id: 6, text: "ABG", desc: "ABG" },
{ id: 3, text: "MEDICINES", desc: "Medicines" },
{ id: 4, text: "FILES", desc: "Files" },
{ id: 5, text: "INVESTIGATIONS", desc: "Investigations" },
{ id: 8, text: "NEUROLOGICAL_MONITORING", desc: "Neuro" },
{ id: 9, text: "VENTILATOR", desc: "Ventilation" },
{ id: 10, text: "NUTRITION", desc: "Nutrition" },
{ id: 11, text: "PRESSURE_SORE", desc: "Pressure Sore" },
{ id: 7, text: "NURSING", desc: "Nursing" },
{ 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<OptionsType> = [