You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug ohcnetwork/care@1ce8fdc added support for doctor notes to be consultation-specific. However, the front-end still shows notes from all consultations.
Add doctor notes route to be consultation specific. Currently, it is of: /facility/id/patient/id/notes. It should be /facility/id/patient/id/consultation/id/notes
Doctor notes from that route should show doctor notes only for that consultation.
However, Patient Notes opened from Patient Details page should show all notes, this can retain the current route itself instead. (Maybe we could indicate which consultation the note belongs to in this view, maybe as a chip showing the consultation admission date + facility name or something similar which when clicked would take you to the consultation details)
The text was updated successfully, but these errors were encountered:
Describe the bug
ohcnetwork/care@1ce8fdc added support for doctor notes to be consultation-specific. However, the front-end still shows notes from all consultations.
To Reproduce
Steps to reproduce the behavior:
Tasks
/facility/id/patient/id/notes
. It should be/facility/id/patient/id/consultation/id/notes
The text was updated successfully, but these errors were encountered: