Actions
Activity #4381
closedModule #3538: Development
Feature #4383: Patient and Case Record Management
Complete the functionality of the Edit and Delete buttons in the Patient Worklist module.
Start date:
11/04/2025
Due date:
11/06/2025
% Done:
100%
Estimated time:
Planned Due Date:
Description
1. Delete Functionality:
When the delete button is clicked, the data should not be physically deleted from the database.
Instead, update the is_active field to 'N' for the corresponding record.
2. Edit Functionality:
When the edit button is clicked, open a popup window displaying the patient's details.
Allow the user to modify and save the patient details.
On submission, update the modified data in the database.
Both buttons should be fully functional with proper validations and confirmation messages before update or delete operations.
Actions