feat: #3545, #3552 Add RowIndex property to RW1BloodTestRegistryList and update data display in BloodTestRegistry component.
implementing in-memory pagination on the server side because the stored procedures return all data. This reduces the data sent to the client but does not optimize database performance (all rows are still fetched from DB).
feat: #3545-Add stored procedures rpt_ep_Ep1List and rpt_ep_Ep3List, update related services and models for pagination support
feat: #3545-Enhance RW3 Disease Investigation Report with StatusText and TotalCount properties, update related services and UI
feat: #3545 - Add MedicalRecord01StatusDto for status text calculation and implement GetMedicalRecord01StatusByEp1Ids method for status data retrieval