{
"visitId": "string",
"type": "string",
"ctrlTypeId": 0,
"emrIdList": [
"string"
]
}
curl --location --request POST '/emrQualityControlRecord/annotation/by-visit/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"visitId": "string",
"type": "string",
"ctrlTypeId": 0,
"emrIdList": [
"string"
]
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": [
{
"emrName": "",
"annotationContent": "",
"type": ""
}
]
}