{
"id": null,
"visitId": null,
"emrId": null,
"emrName": null,
"qualityCtrlRecordId": null,
"annotationContent": null,
"annotationStatus": null,
"annotationType": null,
"elementId": null,
"emrAnnotationPositionId": null,
"annotationPosition": null,
"annotationCreateUserId": null,
"annotationCreateUser": null,
"annotationTime": null,
"annotationAssociationScore": null,
"remark": null,
"createUserId": null,
"createUserName": null,
"createTime": null,
"modifyUserId": null,
"modifyUserName": null,
"modifyTime": null,
"version": null,
"deleted": null,
"ctrlTypeId": null
}
curl --location --request POST '/emrQualityControlRecord/annotation/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"visitId": null,
"emrId": null,
"emrName": null,
"qualityCtrlRecordId": null,
"annotationContent": null,
"annotationStatus": null,
"annotationType": null,
"elementId": null,
"emrAnnotationPositionId": null,
"annotationPosition": null,
"annotationCreateUserId": null,
"annotationCreateUser": null,
"annotationTime": null,
"annotationAssociationScore": null,
"remark": null,
"createUserId": null,
"createUserName": null,
"createTime": null,
"modifyUserId": null,
"modifyUserName": null,
"modifyTime": null,
"version": null,
"deleted": null,
"ctrlTypeId": null
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": {}
}