-
Notifications
You must be signed in to change notification settings - Fork 435
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
Add MEWS Component #6760
Add MEWS Component #6760
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
@AshrafMd-1 what is the update on the fix for the bug pointed out? |
@nihal467 , So in the previous EOD call, there were some changes
So I was just finishing the last task |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AshrafMd-1 fix the issue ASAP, we need to get it merged by tomorrow EOD |
LGTM |
WHAT
🤖[deprecated] Generated by Copilot at 011d9f1
This pull request adds a new feature to display the Modified Early Warning Score (MEWS) of a patient on a ventilator in the
PatientInfoCard.tsx
component. MEWS is a tool that helps to identify patients who are at risk of deterioration and need urgent attention. The pull request introduces a new componentMews.tsx
that calculates and displays the MEWS score based on the latest daily round data, which includes a new propertyconsciousness_level
. The pull request also updates theDailyRoundsModel
interface to include theconsciousness_level
property.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖[deprecated] Generated by Copilot at 011d9f1
Mews
that calculates and displays the Modified Early Warning Score (MEWS) for a patient based on their latest daily round data (link)Mews
component in thePatientInfoCard
component, passing the consultation ID as a prop (link, link)consciousness_level
property to theDailyRoundsModel
interface, which defines the shape of the daily round data (link)