{
"patientRegistryId": "531863218927312896",
"token": "376b3a7b-cce4-4bce-abd2-f1d1eb3c03e11652169592692",
"method":"nursingBookList"
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/execute' \
--header 'accessToken: 52763161-0ce8-4180-a829-a2656e9c64ef' \
--header 'Content-Type: application/json' \
--data-raw '{
"patientRegistryId": "531863218927312896",
"token": "376b3a7b-cce4-4bce-abd2-f1d1eb3c03e11652169592692",
"method":"nursingBookList"
}'
{
"data": {
"total": 0,
"pages": 0,
"pageSize": 0,
"list": [
{
"projectTypeCode": "string",
"dirId": "string",
"medicalRecordName": 0,
"modelEssayId": "string",
"medicalRecordId": "string",
"templateId": "string",
"templateName": "string",
"templateTypeId": "string",
"templateTypeName": "string"
}
]
},
"error": "string",
"result": "string",
"resultCode": 0,
"resultMsg": "string"
}