-
Notifications
You must be signed in to change notification settings - Fork 515
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
fix: add action and recommend discharge data on patient consultation page #5347
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. |
👋 Hi, @cp-coder, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
👋 Hi, @cp-coder, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@cp-coder clear the merge conflict |
👋 Hi, @cp-coder, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
👋 Hi, @cp-coder, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
361dcda
to
560119e
Compare
|
Functionality LGTM @rithviknishad @khavinshankar can you review it |
…page (#5347) * fix(daily_round): added recommend_discharge as action * fix: rebased the branch
…page (#5347) * fix(daily_round): added recommend_discharge as action * fix: rebased the branch
…page (#5347) * fix(daily_round): added recommend_discharge as action * fix: rebased the branch
Bug Fix
WHAT
🤖 Generated by Copilot at ebd64a0
This pull request implements the telemedicine action feature for patients, which allows doctors to recommend discharging a patient from the facility. It removes the recommend discharge option from the daily rounds form, adds the action property to the patient model, and displays the action in the patient info card. It also improves the UI of the patient info card.
Proposed Changes
action
andrecommend discharge
tagAssociated Issue
Screenshot
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at ebd64a0
PatientInfoCard
component, using theTELEMEDICINE_ACTIONS
constant (link, link)TELEMEDICINE_ACTIONS
constant with an id of 90 and a text and desc of "DISCHARGE_RECOMMENDED" (link)