{
"filter": {
"doctorId": "yuezhao7",
"keyword": "1704976704201"
},
"current": 1,
"size": 10,
"orders": []
}
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/patient/clientQueryPage' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"doctorId": "yuezhao7",
"keyword": "1704976704201"
},
"current": 1,
"size": 10,
"orders": []
}'
{
"code": "200",
"msg": "success",
"error": "success",
"data": {
"records": [
{
"admsnNo": "1704976704201",
"caseNo": null,
"patientId": "73214987214",
"patientName": "李家骥",
"patientAge": "30",
"patientSex": "1",
"controlResultDetailVoList": [
{
"id": "1745424975114252290",
"listName": "入院记录",
"listCode": "1",
"score": "2",
"grade": 3,
"ruleCode": "AA.0202.001",
"ruleName": "入院记录 记录时间缺失",
"result": "入院记录中记录时间缺失"
}
],
"qcCustomResultList": [
{
"id": "1745400500940476499",
"admsnNo": "1704976704201",
"patientId": "73214987214",
"diagCode": "",
"diagName": "",
"listCode": "2",
"listName": "日常病程记录",
"elecId": "day0",
"principleDescription": null,
"basis": null,
"createTime": "2024-01-11 19:01:22",
"updateTime": "2024-01-11 19:01:22",
"type": 15,
"ruleCode": "CZ.00003.001",
"prompt": "紫杉醇注射液药产生了腹膜炎不良反应,判断有医嘱,并存在包含临床用药不良反应的检查检验异常指标的日常病程记录",
"unionCode": "2cc867c21886f74bff59206ef833c22d",
"deleteStatus": 0,
"isAsync": 1
},
{
"id": "1745400500927893598",
"admsnNo": "1704976704201",
"patientId": "73214987214",
"diagCode": "",
"diagName": "",
"listCode": "2",
"listName": "日常病程记录",
"elecId": "day0",
"principleDescription": null,
"basis": null,
"createTime": "2024-01-11 19:01:22",
"updateTime": "2024-01-11 19:01:22",
"type": 15,
"ruleCode": "CZ.00003.001",
"prompt": "肝素钠注射液药产生了脑卒中不良反应,判断有医嘱,并存在包含临床用药不良反应的检查检验异常指标的日常病程记录",
"unionCode": "6c14ce69d5df45abf785907da4735465",
"deleteStatus": 0,
"isAsync": 1
}
]
}
],
"total": 1,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
},
"message": "success"
}