{
"current": 1,
"size": 10,
"orders": [
{
"column": "grade",
"asc": true
}
],
"filter": {
"startDate": "2024-02-13",
"endDate": "2024-03-13",
"deptCode": "",
"grade":"",
"keyword": ""
}
}
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/analysis/full/queryMedicalQualityPage' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10,
"orders": [
{
"column": "grade",
"asc": true
}
],
"filter": {
"startDate": "2024-02-13",
"endDate": "2024-03-13",
"deptCode": "",
"grade":"",
"keyword": ""
}
}'
{
"code": "200",
"msg": "success",
"error": "success",
"data": {
"records": [
{
"rowNum": 1,
"deptCode": "193",
"deptName": "消化内科",
"surgeonCode": "zy125",
"surgeonName": "125医生",
"patientId": "73214987214",
"patientName": "李家骥",
"caseNo": null,
"admsnNo": "1695102431134",
"grade": "丙",
"totalScore": "31"
},
{
"rowNum": 2,
"deptCode": "193",
"deptName": "消化内科",
"surgeonCode": "zy125",
"surgeonName": "125医生",
"patientId": "73214987214",
"patientName": "李家骥",
"caseNo": null,
"admsnNo": "1695003354014",
"grade": "丙",
"totalScore": "19"
},
{
"rowNum": 3,
"deptCode": "193",
"deptName": "消化内科",
"surgeonCode": "yuezhao7",
"surgeonName": "赵月",
"patientId": "18855555552",
"patientName": "李一",
"caseNo": null,
"admsnNo": "1694743692284",
"grade": "丙",
"totalScore": "0"
},
{
"rowNum": 4,
"deptCode": "193",
"deptName": "消化内科",
"surgeonCode": "yuezhao7",
"surgeonName": "赵月",
"patientId": "18855555552",
"patientName": "李一",
"caseNo": null,
"admsnNo": "1694482479422",
"grade": "丙",
"totalScore": "19"
},
{
"rowNum": 5,
"deptCode": "193",
"deptName": "消化内科",
"surgeonCode": "yhhu7",
"surgeonName": "胡寅虎",
"patientId": "73214987214",
"patientName": "李家骥",
"caseNo": null,
"admsnNo": "1692930573778",
"grade": "丙",
"totalScore": "30.5"
},
{
"rowNum": 6,
"deptCode": "193",
"deptName": "消化内科",
"surgeonCode": "zy125",
"surgeonName": "125医生",
"patientId": "18855555552",
"patientName": "李一",
"caseNo": null,
"admsnNo": "1691398140842",
"grade": "丙",
"totalScore": "43"
},
{
"rowNum": 7,
"deptCode": "193",
"deptName": "消化内科",
"surgeonCode": "zy125",
"surgeonName": "125医生",
"patientId": "0009502093",
"patientName": "梅**",
"caseNo": null,
"admsnNo": "1690786326386",
"grade": "丙",
"totalScore": "40"
},
{
"rowNum": 8,
"deptCode": "193",
"deptName": "消化内科",
"surgeonCode": "zy125",
"surgeonName": "125医生",
"patientId": "0009502093",
"patientName": "梅**",
"caseNo": null,
"admsnNo": "1689909471065",
"grade": "丙",
"totalScore": "40"
},
{
"rowNum": 9,
"deptCode": "193",
"deptName": "消化内科",
"surgeonCode": "yhhu7",
"surgeonName": "胡寅虎",
"patientId": "73214987214",
"patientName": "李家骥",
"caseNo": null,
"admsnNo": "1688465917206",
"grade": "丙",
"totalScore": "42"
},
{
"rowNum": 10,
"deptCode": "193",
"deptName": "消化内科",
"surgeonCode": "undefined",
"surgeonName": "xx",
"patientId": "0009502093",
"patientName": "梅**",
"caseNo": null,
"admsnNo": "1688463099290",
"grade": "丙",
"totalScore": "40"
}
],
"total": 11,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 2
},
"message": "success"
}