Skip to content

Fix Edit Option During Patient Registration

Rushika Sritha Maddula requested to merge edit-new-patient-others into develop

ssue

The Edit option was not working during patient registration. Users could edit patient details only after completing registration and reopening the record.

Fix

Updated the PatientRegistrationPage to enable real-time editing during patient registration. This improves usability and reduces workflow delays.

Changes Made

  • Fixed edit state handling in PatientRegistrationPage.tsx
  • Improved form state update logic
  • Ensured edit functionality works before final registration submission### ssue

The Edit option was not working during patient registration. Users could edit patient details only after completing registration and reopening the record.

Fix

Updated the PatientRegistrationPage to enable real-time editing during patient registration. This improves usability and reduces workflow delays.

Changes Made

  • Fixed edit state handling in PatientRegistrationPage.tsx
  • Improved form state update logic
  • Ensured edit functionality works before final registration submission
Edited by Rushika Sritha Maddula

Merge request reports

Loading