简要描述:

  • 获取队列列表

接口版本:

版本号 制定人 制定日期 修订日期
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

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": [
  5. {
  6. "id": 1105,
  7. "name": "一般检查",
  8. "examDepartmentName": "一般检查",
  9. "examDepartmentId": "1044",
  10. "adaptSexName": "不限性别",
  11. "adaptSexId": "2",
  12. "tagName": [],
  13. "tagId": [],
  14. "weight": 0,
  15. "tiJianZhongMax": 0,
  16. "ddJianChaMax": 20,
  17. "paiDuiMax": 2000,
  18. "aveTime": 50,
  19. "moveDownCountWhenPass": 0,
  20. "lockCountWhenPass": 0,
  21. "order": 0,
  22. "status": 1,
  23. "servicediagnosis": [
  24. "1楼→一般检查→一般检查1"
  25. ],
  26. "servicediagnosisId": [
  27. "52"
  28. ],
  29. "subofId": 0,
  30. "subofName": null,
  31. "lockTimes": 0,
  32. "screenShowNum": 20,
  33. "alternatesNum": 6,
  34. "minNum": 0,
  35. "maxNum": 0,
  36. "absoluteUpperLimit": 6,
  37. "excludeItems": [],
  38. "delayMinutesAfterParentQueue": 0,
  39. "reminderMinutes": 0,
  40. "startMeanWhile": false,
  41. "isVacancyQueue": false,
  42. "vacancyIntervalNum": 0,
  43. "isParallelPriorityGuide": true,
  44. "parallelPriorityGuideNum": 10,
  45. "isIndependentNo": true,
  46. "disenabled": false
  47. }
  48. ]
  49. }

错误时返回:

返回参数说明:

参数名 类型 说明
disenabled bool 是否停用
IsNoDoctorGuideWight int 是否医生暂停指引权重
NoDoctorGuideWight int 医生暂停指引权重

备注:

-

文档更新时间: 2023-10-19 15:07