- 住院病历质控
- 病案首页质控
- 病案问题全量分析
- 病案列表
- 病历质量分析
- 漏诊检测分析
- 人工质控追踪
- 病历规则配置
- 数 据总览POST
- 病案首页患者列表POST
- 门诊病历质控
- 客户端
- 任务管理
- 对外接口
- 人工质控追踪
- 客户端消息示例GET
病案首页患者列表
开发中
POST
http://172.30.11.16/gateway/qc-medical-manager/v1/pt/medical/patientList
最后修改时间:2023-08-31 08:36:02
责任人:未设置
请求参数
Header 参数
X-Appcode
string
必需
默认值:
qc
Cookie
string
必需
默认值:
SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0
X-Token
string
必需
默认值:
13f1d97929514552ab659c5ab78c7464
Body 参数application/json
filter
object
必需
grade
string
必需
keyword
string
必需
controlResultType
string
必需
isVeto
integer
必需
deptNames
array[string]
必需
deptCode
array[string]
必需
beginTime
string
必需
endTime
string
必需
times
array[string]
必需
timeType
string
必需
current
integer
必需
size
integer
必需
orders
array[string]
必需
示例
{
"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": []
}
示例代码
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/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": []
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2023-08-31 08:36:02