-
Notifications
You must be signed in to change notification settings - Fork 501
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
Support for tracking consultation readmissions #6239
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. |
LGTM |
@rithviknishad We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
WHAT
🤖 Generated by Copilot at dcd1e0b
Added a feature to show readmission status of consultations in the patient and facility views. Modified
ConsultationModel
,ConsultationCard
,PatientInfoCard
, andPatientManager
components to use theis_readmission
property and theChip
component.Required Backends:
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at dcd1e0b
is_readmission
property toConsultationModel
interface to store readmission status of consultations (link)Chip
component from../../CAREUI/display/Chip
to use it inConsultationCard
andPatientManager
components (link, link)Chip
component with repeat icon and custom style inConsultationCard
andPatientManager
components if consultation is a readmission (link, link)CareIcon
component with repeat icon and custom style toPatientInfoCard
component if consultation is a readmission (link)PatientInfoCard
component by changinggap-1
class togap-2
(link)