简要描述:

  • 获取诊位检区信息

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 朱小乾 2022-03-08 -

请求URL:

  • /api/mobileGuide/callerMain/GetAreaRoomPosition

请求方式:

  • Get

请求头:

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

请求参数:

参数名 是否必须 类型 说明
macAddress string 终端地址

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": {
  5. "positionName": "采血诊位",
  6. "roomName": "采血",
  7. "areaName": "体检二部",
  8. "queueId": "1038",
  9. "location": "",
  10. "positionId": "28",
  11. "macAddress": "d637654262229885375",
  12. "areaId": "9",
  13. "callerType": "3",
  14. "examDepartmentId": "1016",
  15. "maxCountInRoom": "0",
  16. "gender": 0,
  17. "maxHandlerCount": 0,
  18. "buttonInterval":0
  19. }
  20. }

错误时返回:

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

返回参数说明:

参数名 类型 说明
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