{
"patientName": "",
"method": "patient/critical",
"patientId": "",
"inspectionId":"",
"servlet": "queryCriticalList",
"deptId": "53",
"startTime": "",
"endTime": "",
"checkId":"",
"result":"",
"token": "dac03e49bcd449789520888f26cae5f3"
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/executeDoctor' \
--header 'accessToken: 52763161-0ce8-4180-a829-a2656e9c64ef' \
--header 'Content-Type: application/json' \
--data-raw '{
"patientName": "",
"method": "patient/critical",
"patientId": "",
"inspectionId":"",
"servlet": "queryCriticalList",
"deptId": "53",
"startTime": "",
"endTime": "",
"checkId":"",
"result":"",
"token": "dac03e49bcd449789520888f26cae5f3"
}'
{
"data": {
"list": [
{
"genderName": "0",
"patientId": "1650776055953588225",
"bedNo": "10",
"patientName": "测试1",
"careLevelName": "",
"deptName": "内科病区",
"patientRegistryId": "1650776056054173698",
"patientRegistryNo": "0013114",
"disgnosis": "疝",
"patientAge": "1"
}
],
"type": "critical"
},
"error": "",
"result": "SUCCESS",
"resultCode": 200,
"resultMsg": ""
}