简要描述:

  • 重新查询

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 朱小乾 2022-02-28 -
3.2.5 朱小乾 2022-09-06 增加人员类型
3.5.2 朱小乾 2023-02-09 增加保留位置标记
3.7.8 朱小乾 2023-12-28 增加预登记信息

请求URL:

  • /api/mobileGuide/guideMain/StartQueue

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json

请求参数:

[ 1041 ]

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": [
  5. {
  6. "queueId": "1041",
  7. "queueName": "一般检查队列",
  8. "status": 1,
  9. "departmentType": "0",
  10. "weight": "0",
  11. "departMentId": "1019",
  12. "isHaveDoctor": false,
  13. "gender": "2",
  14. "alternatesNum": "0",
  15. "minNum": "3",
  16. "maxNum": "1000",
  17. "screenShowNum": 20,
  18. "queuePeopleDtos": [
  19. {
  20. "id": 9,
  21. "userName": "吴管富",
  22. "status": 3,
  23. "examNo": "6",
  24. "sortNo": "1",
  25. "isVip": "1",
  26. "recordId": "10003",
  27. "order": null,
  28. "lockNo": 1,
  29. "updateTime": "0001-01-01T00:00:00",
  30. "positionName": null,
  31. "positionId": "",
  32. "positiIdOrder": null,
  33. "gender": "0",
  34. "roomName": null,
  35. "location": null,
  36. "testItems": "身高、体重、血压",
  37. "organization": null
  38. "age": 51,
  39. "memberType": 0,
  40. "partitionMark": "0",
  41. "autoUnLockTime": null
  42. }
  43. ],
  44. "noCheckNum": 8,
  45. "roomName": null
  46. }
  47. ]
  48. }

错误时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": []
  5. }

返回参数说明:

参数名 类型 说明
queueId string 队列Id
queueName string 队列名称
status int 队列状态:0:停止;1:启动
departmentType int 科室类型
weight int 队列权重
departMentId int 科室Id
isHaveDoctor bool 医生端状态
gender string 队列性别: 0:男;1:女;2:不限
alternatesNum int 优先侯检人数
minNum int 最小值
maxNum int 最大值
screenShowNum int 屏幕显示人数
status int 状态: 0:检查中;1:排队;2:过号;3:锁定
noCheckNum int 未检人数
queuePeopleDtos Array —用户信息—-
id int 记录Id
userName string 用户名
status int 状态
examNo string 导检号
sortNo string 序号
isVip string vip
order int 排序
positionName string 诊位名称
gender string 性别
age int 年龄
testItems string 检查项目
organization string 机构
memberType int 0 普通人 1 机器人
partitionMark string 锁定标记 : 1014保留位置
autoUnLockTime datetime 锁定时间
type int 类型:0:普通 1:预登记
timeSlot string 时间段

备注:

-

文档更新时间: 2024-10-17 12:05