简要描述:
- 获取队列列表
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 3.5.2 | 朱小乾 | 2022-12-29 | - |
| 3.9.0 | 朱小乾 | 2023-10-19 |
请求URL:
- /api/ExamQueueSetting/GetQueueInfor
请求方式:
- Get
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| DepartMentName | 否 | string | |
| Servicediagnosis | 否 | string | |
| TagName | 否 | string |
返回示例:
正确时返回:
{"code": 1,"message": "操作成功","data": [{"id": 1105,"name": "一般检查","examDepartmentName": "一般检查","examDepartmentId": "1044","adaptSexName": "不限性别","adaptSexId": "2","tagName": [],"tagId": [],"weight": 0,"tiJianZhongMax": 0,"ddJianChaMax": 20,"paiDuiMax": 2000,"aveTime": 50,"moveDownCountWhenPass": 0,"lockCountWhenPass": 0,"order": 0,"status": 1,"servicediagnosis": ["1楼→一般检查→一般检查1"],"servicediagnosisId": ["52"],"subofId": 0,"subofName": null,"lockTimes": 0,"screenShowNum": 20,"alternatesNum": 6,"minNum": 0,"maxNum": 0,"absoluteUpperLimit": 6,"excludeItems": [],"delayMinutesAfterParentQueue": 0,"reminderMinutes": 0,"startMeanWhile": false,"isVacancyQueue": false,"vacancyIntervalNum": 0,"isParallelPriorityGuide": true,"parallelPriorityGuideNum": 10,"isIndependentNo": true,"disenabled": false}]}
错误时返回:
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| disenabled | bool | 是否停用 |
| IsNoDoctorGuideWight | int | 是否医生暂停指引权重 |
| NoDoctorGuideWight | int | 医生暂停指引权重 |
备注:
-
文档更新时间: 2023-10-19 15:07