{
"createUserId": "string",
"createUserName": "string",
"createTime": "string",
"modifyUserId": "string",
"modifyUserName": "string",
"modifyTime": "string",
"version": 0,
"deleted": 0,
"sortFlagList": [
{
"sortField": "string",
"sortFlag": "string",
"index": 0
}
],
"id": "string",
"visitId": "string",
"emrId": "string",
"itemId": "string",
"itemName": "string",
"deductPointsScore": 0,
"ctrlDoctorId": "string",
"ctrlDoctorName": "string",
"responsibilityDoctorName": "string",
"responsibilityDoctorId": "string",
"ctrlTypeId": "string",
"remark": "string",
"questionLevelId": "string"
}
curl --location --request POST '/emrQualityControlRecord/getScoreRecordList' \
--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
}
],
"id": "string",
"visitId": "string",
"emrId": "string",
"itemId": "string",
"itemName": "string",
"deductPointsScore": 0,
"ctrlDoctorId": "string",
"ctrlDoctorName": "string",
"responsibilityDoctorName": "string",
"responsibilityDoctorId": "string",
"ctrlTypeId": "string",
"remark": "string",
"questionLevelId": "string"
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": {}
}