简要描述:
- 获取医生端诊位列表
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | 朱小乾 | 2022-04-07 |
请求URL:
- /api/CallerSetting/GetGuidePosition
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 设备Id |
返回示例:
正确时返回:
{
"code": 1,
"message": "",
"data": [
{
"id": 1249,
"name": "",
"macAddress": "ds637852693403457338",
"remarks": "",
"status": 1,
"positionName": null,
"examPositionId": "11",
"maxCountInRoom": 0,
"parentId": 78,
"order": 0,
"ip": null,
"isOnline": false,
"buttonInterval": 0,
"gender": 0,
"maxHandlerCount": 0,
"version": null,
"shellVersion": null
}
]
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 主键Id |
name | string | 名称 |
macAddress | string | 地址 |
remarks | string | 备注 |
status | bool | 诊位状态 |
examPositionId | string | 诊位id |
positionName | string | 诊位信息 |
maxCountInRoom | int | 最多检查人数 |
order | int | 序号 |
gender | int | 性别,0男1女2不限制 |
maxHandlerCount | int | 最大手工叫号数量 |
buttonInterval | int | 按钮间隔 |
version | string | 版本 |
shellVersion | string | 外壳版本 |
备注:
-
文档更新时间: 2022-06-23 09:39