- 住院病历质控
- 病案首页质控
- 病案问题全量分 析
- 病案列表
- 病历质量分析
- 漏诊检测分析
- 人工质控追踪
- 病历规则配置
- 数据总览POST
- 病案首页患者列表POST
- 门诊病历质控
- 客户端
- 任务管理
- 对外接口
- 人工质控追踪
- 客户端消息示例GET
患者列表查询
开发中
POST
http://172.30.11.16/gateway/qc-medical-manager/v1/pt/patient/queryPage
最后修改时间:2024-03-18 02:03:31
责任人:未设置
请求参数
Header 参数
X-Appcode
string
必需
默认值:
qc
Cookie
string
必需
默认值:
SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0
X-Token
string
必需
默认值:
13f1d97929514552ab659c5ab78c7464
Body 参数application/json
filter
object
过滤条件
archive
string
是否已归档
keyWord
string
搜索关键词
deptNames
array[string]
科室名称集合
deptCode
array[string]
科室编码集合
beginTime
string
入院开始时间
endTime
string
入院结束时间
grade
string
病历等级[1:甲级病历,2:乙级病历,3:丙级病历,4:其他]
ruleCode
string
质控规则编码
filterStatus
integer
筛选条件
dischargeBeginTime
string
出院开始时间
dischargeEndTime
string
出院结束时间
current
integer
当前页
size
integer
每页数量
orders
array [object {2}]
排序集合
column
string
排序字段
asc
boolean
是否为正序
示例
{
"filter": {
"archive": "1",
"pageNum": 1,
"pageSize": 10,
"keyWord": "",
"filterStatus": 1,
"grade": "",
"ruleCode": "",
"timeType": null,
"deptNames": [],
"deptCode": [],
"beginTime": "2023-10-25 00:00:00",
"endTime": "2024-01-26 23:59:59",
"dischargeBeginTime": "",
"dischargeEndTime": ""
},
"current": 1,
"size": 10,
"orders": [
{
"column": "attendingPhys",
"asc": true
}
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/patient/queryPage' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"archive": "1",
"pageNum": 1,
"pageSize": 10,
"keyWord": "",
"filterStatus": 1,
"grade": "",
"ruleCode": "",
"timeType": null,
"deptNames": [],
"deptCode": [],
"beginTime": "2023-10-25 00:00:00",
"endTime": "2024-01-26 23:59:59",
"dischargeBeginTime": "",
"dischargeEndTime": ""
},
"current": 1,
"size": 10,
"orders": [
{
"column": "attendingPhys",
"asc": true
}
]
}'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
error
string
必需
data
object
必需
records
array [object {27}]
必需
total
integer
总数
size
integer
每页数量
current
integer
当前页
orders
array [object {2}]
必需
optimizeCountSql
boolean
必需
hitCount
boolean
必需
countId
null
必需
maxLimit
null
必需
searchCount
boolean
必需
pages
integer
必需
message
string
必需
示例
{
"code": "200",
"msg": "success",
"error": "success",
"data": {
"records": [
{
"admsnNo": "1710295036553",
"caseNo": null,
"patientId": "73214987214",
"patientName": "张三",
"grade": "甲",
"totalScore": 95.5,
"defectNum": 25,
"existDefectNum": 2,
"fixedNum": 23,
"homePageDefectNum": 0,
"deptCode": "193",
"deptName": "消化内科",
"residentPhys": "胡青牛",
"attendingPhys": "杨婉莹",
"deptDirector": "胡青牛",
"admitDate": "2024-03-13 10:02:32",
"dischargeDate": null,
"latestCommitListName": "病案首页",
"latestCommitTime": "2024-03-13 10:00:38",
"admitDeptCode": null,
"admitDeptName": null,
"hospitalStay": 2,
"adssDiag": "脑梗死",
"dscgDiag": "胸腺恶性肿瘤(胸腺癌伴转移 IV期)",
"medicalStatus": 2,
"createTime": "2024-03-13 09:57:26",
"age": 89
},
{
"admsnNo": "1709887696219",
"caseNo": null,
"patientId": "73214987214",
"patientName": "张三",
"grade": "丙",
"totalScore": 37,
"defectNum": 32,
"existDefectNum": 31,
"fixedNum": 1,
"homePageDefectNum": 20,
"deptCode": "193",
"deptName": "消化内科",
"residentPhys": "胡青牛",
"attendingPhys": "杨婉莹",
"deptDirector": "胡青牛",
"admitDate": "2024-03-08 16:51:42",
"dischargeDate": null,
"latestCommitListName": "病案首页",
"latestCommitTime": "2024-03-08 16:53:08",
"admitDeptCode": null,
"admitDeptName": null,
"hospitalStay": 7,
"adssDiag": "脑梗死",
"dscgDiag": "胸腺恶性肿瘤(胸腺癌伴转移 IV期)",
"medicalStatus": 2,
"createTime": "2024-03-08 16:48:20",
"age": 89
},
{
"admsnNo": "1709879761526",
"caseNo": null,
"patientId": "73214987214",
"patientName": "张三",
"grade": null,
"totalScore": null,
"defectNum": 12,
"existDefectNum": 12,
"fixedNum": 0,
"homePageDefectNum": 0,
"deptCode": "193",
"deptName": "消化内科",
"residentPhys": null,
"attendingPhys": "杨婉莹",
"deptDirector": null,
"admitDate": "2024-03-08 14:36:12",
"dischargeDate": null,
"latestCommitListName": "入院记录",
"latestCommitTime": "2024-03-08 14:36:12",
"admitDeptCode": null,
"admitDeptName": null,
"hospitalStay": 7,
"adssDiag": "脑梗死",
"dscgDiag": null,
"medicalStatus": 1,
"createTime": "2024-03-08 14:36:12",
"age": 89
},
{
"admsnNo": "1709863833937",
"caseNo": null,
"patientId": "745912848",
"patientName": "李家骥",
"grade": null,
"totalScore": null,
"defectNum": 8,
"existDefectNum": 8,
"fixedNum": 0,
"homePageDefectNum": 0,
"deptCode": "193",
"deptName": "消化内科",
"residentPhys": null,
"attendingPhys": "zy125/",
"deptDirector": null,
"admitDate": "2024-03-08 14:33:19",
"dischargeDate": null,
"latestCommitListName": "入院记录",
"latestCommitTime": "2024-03-08 10:28:55",
"admitDeptCode": null,
"admitDeptName": null,
"hospitalStay": 7,
"adssDiag": "脑梗死",
"dscgDiag": null,
"medicalStatus": 1,
"createTime": "2024-03-08 10:10:39",
"age": 31
},
{
"admsnNo": "1709714051089",
"caseNo": null,
"patientId": "745912848",
"patientName": "李家骥",
"grade": null,
"totalScore": null,
"defectNum": 12,
"existDefectNum": 12,
"fixedNum": 0,
"homePageDefectNum": 0,
"deptCode": "193",
"deptName": "消化内科",
"residentPhys": null,
"attendingPhys": "zy125/",
"deptDirector": null,
"admitDate": "2024-03-06 16:35:43",
"dischargeDate": null,
"latestCommitListName": "首次病程记录",
"latestCommitTime": "2024-03-06 16:42:44",
"admitDeptCode": null,
"admitDeptName": null,
"hospitalStay": 9,
"adssDiag": null,
"dscgDiag": null,
"medicalStatus": 1,
"createTime": "2024-03-06 16:35:44",
"age": 31
}
],
"total": 5,
"size": 10,
"current": 1,
"orders": [
{
"column": "admitDate",
"asc": false
}
],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
},
"message": "success"
}
修改于 2024-03-18 02:03:31