简要描述:

  • 导检记录

接口版本:

版本号 制定人 制定日期 修订日期
3.1.0 朱小乾 2022-06-23 -
3.8.5 朱小乾 2023-08-15 -

请求URL:

  • /api/mobileGuide/recordLogger/GetDepartRecord

请求方式:

  • Get

请求头:

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

请求参数:

参数名 是否必须 类型 说明
start string 开始
end string 结束

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": [
  5. {
  6. "departName": "内科",
  7. "total": 207,
  8. "rejectionCount": 0,
  9. "complateCount": 2,
  10. "avgTime": 0
  11. }
  12. ]
  13. }

错误时返回:

  1. {
  2. "code": 12,
  3. "message": " ",
  4. "data": null
  5. }

返回参数说明:

参数名 类型 说明
departName string 科室名称
total int 登记总数
rejectionCount int 拒检数
complateCount int 完成数
avgTime doubble 平均时间
noCheckCount int 未检人数
noCheckItemCount int 未检项目数

备注:

-

文档更新时间: 2023-08-15 16:39