{
"createUserId": "string",
"createUserName": "string",
"createTime": "string",
"modifyUserId": "string",
"modifyUserName": "string",
"modifyTime": "string",
"version": 0,
"deleted": 0,
"sortFlagList": [
{
"sortField": "string",
"sortFlag": "string",
"index": 0
}
],
"currentPage": 1,
"pageSize": 20,
"id": "string",
"patientId": "string",
"visitId": "string",
"ctrlLevel": 0,
"ctrlTypeId": 0,
"ctrlTypeName": "string",
"finalScore": 0,
"scoreLevel": "string",
"status": 0,
"docId": "string"
}
curl --location --request POST '/emrQualityControlRecord/sendAnnotationMsg' \
--header 'Content-Type: application/json' \
--data-raw '{
"createUserId": "string",
"createUserName": "string",
"createTime": "string",
"modifyUserId": "string",
"modifyUserName": "string",
"modifyTime": "string",
"version": 0,
"deleted": 0,
"sortFlagList": [
{
"sortField": "string",
"sortFlag": "string",
"index": 0
}
],
"currentPage": 1,
"pageSize": 20,
"id": "string",
"patientId": "string",
"visitId": "string",
"ctrlLevel": 0,
"ctrlTypeId": 0,
"ctrlTypeName": "string",
"finalScore": 0,
"scoreLevel": "string",
"status": 0,
"docId": "string"
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": {}
}