{
"filter": {
"grade": "",
"keyword": "",
"controlResultType": "",
"isVeto": 0,
"deptNames": [],
"deptCode": [],
"beginTime": "2023-07-31 00:00:00",
"endTime": "2023-08-31 23:59:59",
"times": [
"2023-07-31",
"2023-08-31"
],
"timeType": "1"
},
"current": 1,
"size": 10,
"orders": []
}
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/medical/patientList' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"grade": "",
"keyword": "",
"controlResultType": "",
"isVeto": 0,
"deptNames": [],
"deptCode": [],
"beginTime": "2023-07-31 00:00:00",
"endTime": "2023-08-31 23:59:59",
"times": [
"2023-07-31",
"2023-08-31"
],
"timeType": "1"
},
"current": 1,
"size": 10,
"orders": []
}'
{}