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).