{
"filter": {
"grade": "",
"keyword": "",
"controlResultType": "",
"isVeto": 0,
"deptNames": [],
"deptCode": [],
"beginTime": "2023-06-25 00:00:00",
"endTime": "2023-07-25 23:59:59",
"times": [
"2023-06-25",
"2023-07-25"
],
"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-06-25 00:00:00",
"endTime": "2023-07-25 23:59:59",
"times": [
"2023-06-25",
"2023-07-25"
],
"timeType": "1"
},
"current": 1,
"size": 10,
"orders": []
}'
{
"filter": {
"grade": "string",
"keyword": "string",
"controlResultType": "string",
"isVeto": 0,
"deptNames": [
"string"
],
"deptCode": [
"string"
],
"beginTime": "string",
"endTime": "string",
"times": [
"string"
],
"timeType": "string"
},
"current": 0,
"size": 0,
"orders": [
"string"
]
}