Fix Edit Option During Patient Registration
Issue
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
File Updated
Edited by Rushika Sritha Maddula
