{
"patientId": "691324263705223168",
"method": "advice/common",
"token": "faf4a22c-5daa-46ea-9689-c4f035929bb91650433871817",
"employeeId": 702,
"employeeName": "侯盼盼",
"executeDept": 37,
"patientDept": 44
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/executeDoctor' \
--header 'accessToken: b575163f-734d-43af-8399-cedda525f0af' \
--header 'Content-Type: application/json' \
--data-raw '{
"patientId": "691324263705223168",
"method": "advice/common",
"token": "faf4a22c-5daa-46ea-9689-c4f035929bb91650433871817",
"employeeId": 702,
"employeeName": "侯盼盼",
"executeDept": 37,
"patientDept": 44
}'
{
"data": {
"list": [
{
"advice": "string",
"doseDept": "string",
"projectCatalogId": "string",
"projectTypeCode": "string",
"singleDose": "string",
"chargeItemId": "string",
"price": "string",
"dose": "string",
"specification": "string",
"skinTest": "string"
}
]
},
"error": "string",
"result": "string",
"resultCode": 0,
"resultMsg": "string"
}