{
"method":"critical/list",
"patientRegistryId":"1726408117519126529",
"patientId":"1725327897735213057",
"token":"8bce1c3835cf47869ebd0d3f80adc9c7",
"employeeId":"6009924",
"pageNum":1,
"pageSize":1
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/executeDoctor' \
--header 'accessToken: 19055a81-44c0-467e-ba55-18fc3ded8055' \
--header 'Content-Type: application/json' \
--data-raw '{
"method":"critical/list",
"patientRegistryId":"1726408117519126529",
"patientId":"1725327897735213057",
"token":"8bce1c3835cf47869ebd0d3f80adc9c7",
"employeeId":"6009924",
"pageNum":1,
"pageSize":1
}'
{
"result": "SUCCESS",
"resultCode": "200",
"resultMsg": "成功",
"data": {
"total": 1,
"pageNum": 1,
"pageSize": 1,
"list": [
{
"inspectionResult": "5",
"inspectionMax": "6.2",
"businessId": "1732688614822027266",
"receiveName": "待接收",
"criticalStatus": 3,
"isReceive": 0,
"inspectionName": "钾(干式)",
"criticalId": "1732688614775889921",
"inspectionTime": "2023-12-07 15:29:10",
"criticalSign": "H",
"inspectionMin": "2.8",
"inspectionId": 19527
}
]
}
}