Investigation List
API URL | {{url}}/spice-service/patient-labtest/list |
Method | POST |
Description | Investigation list |
Input:
Field Name | Type | Mandatory | Example |
Authorization(Header) | String | Yes | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |
Input:
Sample Input 1: For Lab Technician
{ "isLatestRequired": false, "tenantId": 4, "roleName": "LAB_TECHNICIAN", "patientTrackId": 1 }
Sample Input 2 : For loading labtest history list in CMR:
{ "latestRequired": false, "patientTrackId": 1, "patientVisitId": 1, "tenantId": 4 }
Sample Input 3 :
{ "tenantId": 4, "patientTrackId": 25 }
Output:
Field Name | Type | Comments |
| Integer | Labtest ID |
| String | Name of the Labtest |
| String | First name of referred person |
| String | Last name of referred person |
| Timestamp without Timestamp | Referred date |
| String | First name of result updated person |
| String | Last name of result updated person |
| Boolean | Is medical reviewed |
| Timestamp without Timezone | Date of the test result |
| String | Comments of the test Result |