简要描述:
- 获取诊位检区信息
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | 朱小乾 | 2022-03-08 | - |
请求URL:
- /api/mobileGuide/callerMain/GetAreaRoomPosition
请求方式:
- Get
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
macAddress | 是 | string | 终端地址 |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": {
"positionName": "采血诊位",
"roomName": "采血",
"areaName": "体检二部",
"queueId": "1038",
"location": "",
"positionId": "28",
"macAddress": "d637654262229885375",
"areaId": "9",
"callerType": "3",
"examDepartmentId": "1016",
"maxCountInRoom": "0",
"gender": 0,
"maxHandlerCount": 0,
"buttonInterval":0
}
}
错误时返回:
{
"code": 1,
"message": "操作成功",
"data": null
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
positionName | string | 诊位名称 |
roomName | string | 诊室名称 |
areaName | string | 检区名称 |
location | string | 终端地址 |
queueId | string | 队列ID |
positionId | string | 诊位Id |
areaId | string | 检区id |
examDepartmentId | string | 部门id |
callerType | string | 呼叫类型 |
maxCountInRoom | string | 最大数目 |
gender | int | 性别,0男1女2不限制 |
maxHandlerCount | int | 最大手工叫号数量 |
buttonInterval | int | 按钮间隔 |
备注:
-
文档更新时间: 2022-06-09 10:41