{
"current": 1,
"size": 10,
"orders": [
{
"column": "timeoutTotal",
"asc": true
}
],
"filter": {
"deptCode": "193",
"doctorCode": "",
"startDate": "2023-01-25",
"endDate": "2024-02-22",
"keyword": "",
"isTimeout": 0
}
}
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/analysis/person/queryMedicalQualitityList' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10,
"orders": [
{
"column": "timeoutTotal",
"asc": true
}
],
"filter": {
"deptCode": "193",
"doctorCode": "",
"startDate": "2023-01-25",
"endDate": "2024-02-22",
"keyword": "",
"isTimeout": 0
}
}'
{}