Ignore:
Timestamp:
05/29/26 20:18:54 (4 months ago)
Author:
MBK <marija.karapandzova@…>
Branches:
master
Children:
b63d7b5
Parents:
f18b11b
Message:

Add endpoint for lab technitians to view submitted tests and implement filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/services/labService.js

    rf18b11b r6c00695  
    4747  },
    4848
    49   // Get pending lab tests (for lab technicians)
     49  // Get pending lab tests for lab technicians
    5050  getPendingLabTests: () => {
    5151    return api.get('/lab-tests/requests/pending');
     52  },
     53
     54  // Get all submitted lab results for lab technicians
     55  getAllSubmittedLabResults: () => {
     56    return api.get('/lab-tests/results');
    5257  },
    5358};
Note: See TracChangeset for help on using the changeset viewer.