{
"current": 1,
"size": 10,
"orders": [],
"filter": {
"deptCode": "",
"doctorCode": "",
"startDate": "2022-10-31",
"endDate": "2023-10-30",
"keyword": ""
}
}
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/analysis/drg/miss-page' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10,
"orders": [],
"filter": {
"deptCode": "",
"doctorCode": "",
"startDate": "2022-10-31",
"endDate": "2023-10-30",
"keyword": ""
}
}'
{}