简要描述:
- 获取排队队列
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 1.0.0 | 朱小乾 | 2022-02-28 | - |
请求URL:
- /api/mobileGuide/callerMain/DoctorQueueInfo
请求方式:
- POST
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
{
“listQueueId”: [
0
],
“positionId”: [
0
]
}
返回示例:
正确时返回:
{"code": 1,"message": "操作成功","data": [{"queueId": "1038","queueName": "采血队列(普通)","status": 1,"departmentType": "0","weight": "0","departMentId": "1016","isHaveDoctor": true,"gender": "2","alternatesNum": "0","minNum": "5","maxNum": "1000","screenShowNum": 5,"queuePeopleDtos": [{"id": 75,"userName": "王爱珍","status": 0,"examNo": "23","sortNo": "","isVip": "1","recordId": "10001","order": null,"lockNo": null,"updateTime": "0001-01-01T00:00:00","positionName": null,"positionId": "42","positiIdOrder": null,"gender": "1","roomName": "采血(采血诊位2)","location": null,"age": 58,"memberType": 0}],"noCheckNum": 5,"roomName": null}]}
错误时返回:
{"code": 1,"message": "操作成功","data": []}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| gender | string | 队列性别: 0:男;1:女;2:不限 |
| status | int | 状态: 0:检查中;1:排队;2:过号;3:锁定 |
| memberType | int | 0 普通人 1 机器人 |
备注:
-
文档更新时间: 2022-09-06 15:54