- 住院病历质控
- 病案首页质控
- 病案问题全量分析
- 病案列表
- 病历质量分析
- 漏诊检测分析
- 人工质控追踪
- 病历规则配置
- 数据总览POST
- 病案首页患者列表POST
- 门诊病历质控
- 客户端
- 任务管理
- 对外接口
- 人工质控追踪
- 客户端消息示例GET
HR二级页面-负责病历最少top5
开发中
POST
http://172.30.11.16/gateway/qc-medical-manager/v1/pt/hrQuota/statistic/leastTop5
最后修改时间:2023-07-20 05:23:54
责任人:未设置
请求参数
Header 参数
X-Appcode
string
必需
默认值:
qc
Cookie
string
必需
默认值:
SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0
X-Token
string
必需
默认值:
13f1d97929514552ab659c5ab78c7464
Body 参数application/json
quotaId
integer
必需
workDate
string
必需
示例
{
"quotaId": 25,
"workDate": "2022-11"
}
示例代码
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/hrQuota/statistic/leastTop5' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"quotaId": 25,
"workDate": "2022-11"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": "200",
"msg": "success",
"error": "success",
"data": [
{
"startDate": "2022-08-01",
"accordCount": 0,
"totalCount": 6,
"accordPercent": "0%"
},
{
"startDate": "2022-08-02",
"accordCount": 0,
"totalCount": 7,
"accordPercent": "0%"
},
{
"startDate": "2022-08-03",
"accordCount": 0,
"totalCount": 5,
"accordPercent": "0%"
},
{
"startDate": "2022-08-04",
"accordCount": 0,
"totalCount": 7,
"accordPercent": "0%"
},
{
"startDate": "2022-08-05",
"accordCount": 0,
"totalCount": 30,
"accordPercent": "0%"
},
{
"startDate": "2022-08-06",
"accordCount": 0,
"totalCount": 0,
"accordPercent": "0"
},
{
"startDate": "2022-08-07",
"accordCount": 0,
"totalCount": 4,
"accordPercent": "0%"
},
{
"startDate": "2022-08-08",
"accordCount": 0,
"totalCount": 6,
"accordPercent": "0%"
},
{
"startDate": "2022-08-09",
"accordCount": 0,
"totalCount": 13,
"accordPercent": "0%"
},
{
"startDate": "2022-08-10",
"accordCount": 0,
"totalCount": 14,
"accordPercent": "0%"
},
{
"startDate": "2022-08-11",
"accordCount": 0,
"totalCount": 13,
"accordPercent": "0%"
},
{
"startDate": "2022-08-12",
"accordCount": 0,
"totalCount": 2,
"accordPercent": "0%"
},
{
"startDate": "2022-08-13",
"accordCount": 0,
"totalCount": 2,
"accordPercent": "0%"
},
{
"startDate": "2022-08-14",
"accordCount": 0,
"totalCount": 0,
"accordPercent": "0"
},
{
"startDate": "2022-08-15",
"accordCount": 0,
"totalCount": 14,
"accordPercent": "0%"
},
{
"startDate": "2022-08-16",
"accordCount": 0,
"totalCount": 21,
"accordPercent": "0%"
},
{
"startDate": "2022-08-17",
"accordCount": 1,
"totalCount": 20,
"accordPercent": "5%"
},
{
"startDate": "2022-08-18",
"accordCount": 1,
"totalCount": 23,
"accordPercent": "4%"
},
{
"startDate": "2022-08-19",
"accordCount": 18,
"totalCount": 53,
"accordPercent": "33%"
},
{
"startDate": "2022-08-20",
"accordCount": 2,
"totalCount": 2,
"accordPercent": "100%"
},
{
"startDate": "2022-08-21",
"accordCount": 3,
"totalCount": 3,
"accordPercent": "100%"
},
{
"startDate": "2022-08-22",
"accordCount": 6,
"totalCount": 6,
"accordPercent": "100%"
},
{
"startDate": "2022-08-23",
"accordCount": 0,
"totalCount": 4,
"accordPercent": "0%"
},
{
"startDate": "2022-08-24",
"accordCount": 0,
"totalCount": 4,
"accordPercent": "0%"
},
{
"startDate": "2022-08-25",
"accordCount": 1,
"totalCount": 10,
"accordPercent": "10%"
},
{
"startDate": "2022-08-26",
"accordCount": 0,
"totalCount": 5,
"accordPercent": "0%"
},
{
"startDate": "2022-08-27",
"accordCount": 0,
"totalCount": 0,
"accordPercent": "0"
},
{
"startDate": "2022-08-28",
"accordCount": 0,
"totalCount": 0,
"accordPercent": "0"
},
{
"startDate": "2022-08-29",
"accordCount": 0,
"totalCount": 2,
"accordPercent": "0%"
},
{
"startDate": "2022-08-30",
"accordCount": 0,
"totalCount": 1,
"accordPercent": "0%"
}
],
"message": "success"
}
修改于 2023-07-20 05:23:54