{
"method": "advice/nature",
"token": "ea2cbb6f-30dc-4ff4-9487-bfeed2c261901650500654264"
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/executeDoctor' \
--header 'accessToken: aca028fc-0a62-4044-9632-cd3d5322457d' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "advice/nature",
"token": "ea2cbb6f-30dc-4ff4-9487-bfeed2c261901650500654264"
}'
{
"data": {
"list": [
{
"executePropertyId": "0",
"executePropertyName": "正常"
},
{
"executePropertyId": "1",
"executePropertyName": "自备药"
},
{
"executePropertyId": "2",
"executePropertyName": "离院带药"
},
{
"executePropertyId": "5",
"executePropertyName": "外配处方"
}
]
},
"error": "",
"result": "SUCCESS",
"resultCode": 200,
"resultMsg": ""
}