简要描述:

  • 根据队列获取未检记录

接口版本:

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

请求URL:

/api/MyTiJianGuideView/GetNoCkeckRecord

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
queueId int 队列id

返回示例:

正确时返回:

  1. {
  2. "code": "1",
  3. "message": "",
  4. "data": [
  5. {
  6. "examNo": 101,
  7. "userName": "裴铭",
  8. "gender": "0",
  9. "tag": 1,
  10. "recordId": 43441,
  11. "age": 0,
  12. "mobile": "",
  13. "outNo": "SG11595669",
  14. "organization": null,
  15. "examDepartments": [
  16. {
  17. "id": 1,
  18. "name": "一般检查",
  19. "orders": 0,
  20. "itemNames": "体检身高 体重 血压;血压 身高 体重",
  21. "examRecordId": 43441
  22. }
  23. ]
  24. }
  25. ],
  26. "type": null
  27. }

返回参数说明:

参数名 类型 说明
examNo int 导检号
userName string 名字
gender string 性别
tag int 类型
age int 年龄
mobile string 手机号
outNo string 体检号
organization string 机构
examDepartments object 科室
examDepartments-id int 科室id
examDepartments-name string 科室名称
examDepartments-orders int 科室排序
examDepartments-itemNames string 科室项目

备注:

-

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