Labtest Result Details
API URL
{{url}}/spice-service/patient-labtest/result/details
Method
POST
Description
Labtest result details
Input:
Field Name
Type
Mandatory
Example
Authorization(Header)
String
Yes
Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI
Sample Input:
{ "patientLabTestId": 9, "tenantId": 4 }
Output:
Field Name
Type
Comments
comment
String
Labtest result
resultDate
Timestamp without Timestamp
Labtest result date
id
Bigint
Labtest result id
resultName
String
Labtest name
displayName
String
Labtest display name
resultValue
Integer
Result value
unit
String
Labtest
resultStatus
String
Status of the result
labTestResultId
Bigint
Labtest result ID
patientLabTestId
Bigint
Labtest ID
Sample Output:
Last updated