简要描述:
- 重新查询
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
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
]
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": [
{
"queueId": "1041",
"queueName": "一般检查队列",
"status": 1,
"departmentType": "0",
"weight": "0",
"departMentId": "1019",
"isHaveDoctor": false,
"gender": "2",
"alternatesNum": "0",
"minNum": "3",
"maxNum": "1000",
"screenShowNum": 20,
"queuePeopleDtos": [
{
"id": 9,
"userName": "吴管富",
"status": 3,
"examNo": "6",
"sortNo": "1",
"isVip": "1",
"recordId": "10003",
"order": null,
"lockNo": 1,
"updateTime": "0001-01-01T00:00:00",
"positionName": null,
"positionId": "",
"positiIdOrder": null,
"gender": "0",
"roomName": null,
"location": null,
"testItems": "身高、体重、血压",
"organization": null
"age": 51,
"memberType": 0,
"partitionMark": "0",
"autoUnLockTime": null
}
],
"noCheckNum": 8,
"roomName": null
}
]
}
错误时返回:
{
"code": 1,
"message": "操作成功",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
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