简要描述:

  • 授权许可

接口版本:

版本号 制定人 制定日期 修订日期
3.5.2 朱小乾 2022-12-29 -

请求URL:

  • /api/RegistrationCode/GetRegistrationInfo

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
nurseId int 护士Id
keyWord string 关键字
start datetime 起始时间
end datetime 结束时间

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": {
  5. "callerCount": 20,
  6. "guideCount": 20,
  7. "monitorCount": 20,
  8. "isValid": false,
  9. "start": "2022-12-09T00:00:00",
  10. "end": "2023-01-09T00:00:00",
  11. "macCode": null,
  12. "authorizationCode": null
  13. }
  14. }

错误时返回:

返回参数说明:

参数名 类型 说明
callerCount int 医生端数量
guideCount int 导检台数量
monitorCount int 显示器数量
isValid bool 是否可用
start datetime 起始时间
end datetime 结束时间
macCode string 机器码
authorizationCode string 授权码

备注:

-

文档更新时间: 2022-12-29 17:07