[C4GT] Redesign Doctor Notes #6180
Bhavik-ag
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goal of the Project
CARE has a feature called Doctor Notes that enables keeping patient-specific notes. This project aims to remodel Doctor Notes in order to enhance both its visual appeal and use.
Features Implemented
react-infinite-scroll-component
package.PATIENT_NOTE_ADDED
has been added. After that, we can generate notifications by usingNotificationGenerator
class in theperform_create
method on the creation of a patient note.send_webpush
function.useMessageListener
hook we need to continuously listen to the notes push notification. On receiving a notification, we will reload the component to fetch new notes.User Docs
How to use doctor notes?
To use it, go to the Patient tab, select the patient, and on the patient consultation page, click on 'Doctor note' located in the top right corner. A popup will appear at the bottom right corner of the screen. You can expand the popup by clicking on arrow button. You can then post your message or note.
To access the dedicated page, click on the window icon on the top bor on the patient note popup you will be redirected to the dedicate page.
Frontend PRs
Backend PRs
Beta Was this translation helpful? Give feedback.
All reactions