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
labTestId
Integer
Labtest ID
labTestName
String
Name of the Labtest
referredBy : firstName
String
First name of referred person
referredBy : lastName
String
Last name of referred person
referredDate
Timestamp without Timestamp
Referred date
resultUpdateBy : firstName
String
First name of result updated person
resultUpdateBy : lasttName
String
Last name of result updated person
isReviewed
Boolean
Is medical reviewed
resultDate
Timestamp without Timezone
Date of the test result
resultComments
String
Comments of the test Result
Sample Output:
Last updated