Patient Forms and Assignment Flows#390
Conversation
Rnk56
left a comment
There was a problem hiding this comment.
The new version supports alternate field names from the API (user.kt file). The Assign Nurse screen; loads a list of nurses, lets user pick one and sends API request to assign that nurse to a patient (AssignNurseActivity.kt). Further more as described in the description, can confirm that the assign nurse functionality, edit patient functionality and its UI has been added. Correctly implements the Edit Patient flow with validation, age calculation, and update API handling. Overall, the code logic is good. Testing needed locally.
KudratAroraa
left a comment
There was a problem hiding this comment.
Approved.
I reviewed the PR and also resolved the final merge-readiness issues from the reviewer side so the branch could be brought into a stable state. The core work in this PR remains the contributor’s feature work around patient forms and assignment flows, and from the scope side it is a meaningful contribution. From my review side, I addressed the remaining cleanup and integration issues needed to make the branch merge-ready, including conflict resolution and final build-related fixes.
At this stage, the intended add patient, edit patient, assign nurse, and patient details improvements are in place, and the branch is now in a much better state for integration. Approving from the reviewer side after validating the latest resolved version.
Description
Todos
How to test
Run the app locally and log in with a user account that has access to patient and caretaker flows.
Test Add Patient:
Test Edit Patient:
Test Age calculation:
Test Assign Nurse:
Test Patient Details page:
Associated MS Planner Tasks
Patient Forms and Assignment Flows (https://teams.microsoft.com/l/entity/com.microsoft.teamspace.tab.planner/planner.v1.1c7aff73-bd5d-4eaf-844f-a0f0914d35b0_p_obnY9eRGNEGXqjBUOhDWKcgAFWt1?tenantId=d02378ec-1688-46d5-8540-1c28b5f470f6&webUrl=https%3A%2F%2Ftasks.teams.microsoft.com%2Fteamsui%2FpersonalApp%2Falltasklists&context=%7B%22subEntityId%22%3A%22%2Fv1%2Fplan%2FobnY9eRGNEGXqjBUOhDWKcgAFWt1%2Fview%2Fboard%2Ftask%2F8luVWErlNkuuvY932ClKscgANKiu%22%2C%22channelId%22%3A%2219%3A02e7479536e247c5a85093cf6dcaca4c%40thread.tacv2%22%7D)
Known Issues