Lab Test Range - Details

API URL

{{url}}/admin-service/labtest-result-ranges/details/{id}

Method

GET

Description

Get lab test range details

Sample Input:

{{url}}/admin-service/labtest-result-ranges/details/115

Output

Field Name

Type

Comments

id

Number

Lab test range id

minimumValue

Number

Lab test range minimum value

maximumValue

Number

Lab test range maximum value

unit

String

Lab test range unit

unitId

Number

Lab test range unit id

displayOrder

Number

Range display order

displayName

String

Display name for lab test range added

Sample Output:

{
    "message": "Got labtest result range.",
    "entity": null,
    "status": true,
    "entityList": [
        {
            "id": 135,
            "minimumValue": 4,
            "maximumValue": 5,
            "unit": "mEq/L",
            "unitId": 15,
            "displayOrder": 1,
            "displayName": "(3.5 - 5.0 mEq/L)"
        },
        {
            "id": 234,
            "minimumValue": 3,
            "maximumValue": 5,
            "unit": "mEq/L",
            "unitId": 1,
            "displayOrder": 1,
            "displayName": "(3.5 to 5.0)mEq/L"
        }
    ],
    "responseCode": 200,
    "totalCount": 2
}

@2024 Medtronic LABS