-
Notifications
You must be signed in to change notification settings - Fork 477
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
change the NIBP display from last 30 mins to current bed assignment date #6479
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.
Changes in middleware is also required right?
hey @rithviknishad |
src/Components/Facility/ConsultationDetails/ConsultationUpdatesTab.tsx
Outdated
Show resolved
Hide resolved
src/Components/Facility/ConsultationDetails/ConsultationUpdatesTab.tsx
Outdated
Show resolved
Hide resolved
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.
This behaviour should be present for central nursing station too
👋 Hi, @sriharsh05, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@nihal467 |
@rithviknishad |
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.
Nice! Very clean!
@sriharsh05 the issue also mentions changes to be made to the middleware too. Are you working on it? |
LGTM |
@rithviknishad I have not yet started working on it. |
WHAT
🤖 Generated by Copilot at 8c5f324
This pull request adds the feature to show the blood pressure data from the HL7 vitals monitor for a consultation, based on the bed assignment history. It modifies the
HL7PatientVitalsMonitor
component, theapi
andmodels
files, and theConsultationUpdatesTab
component. It also updates theChannelOptions
interface to include theconsultationId
property.Changed the NIPB display in vitals monitor. It was showing only if the NIBP was measured 30 mins from current time. Now Changed it to display the measured NIBP from the current bed assignment date.
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at 8c5f324
models.tsx
file (link)