{
"patientId": "44",
"method": "patient/diagnose",
"token": "eu",
"patientRegistryId": "68"
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/executeDoctor' \
--header 'accessToken: b8dfa9b1-3665-4781-866a-78a34b5151cb' \
--header 'Content-Type: application/json' \
--data-raw '{
"patientId": "44",
"method": "patient/diagnose",
"token": "eu",
"patientRegistryId": "68"
}'
{
"data": {
"list": [
{
"icdNo": "string",
"IcdName": "string"
}
]
},
"error": "string",
"result": "SUCCESS",
"resultCode": 200,
"resultMsg": "msg"
}