简要描述:

  • 批量弃检

接口版本:

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

请求URL:

/api/mobileGuide/record/CancelExamDeparts

请求方式:

  • Get

请求头:

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

请求参数:

参数名 是否必须 类型 说明
outNo Y string 体检号
queueId Y int 队列Id{

“code”: 3,
“message”: “添加失败,该受检者已在此科室体检”,
“data”: null
} |

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": {
  5. "id": 43441,
  6. "createTime": "2023-08-15T11:59:56.847",
  7. "updateTime": "2023-08-15T11:59:56.847",
  8. "examNo": 101,
  9. "outNo": "SG11595669",
  10. "name": "裴铭",
  11. "mobile": "",
  12. "gender": "0",
  13. "idcard": "",
  14. "birthYear": null,
  15. "djTime": "2023-08-15T11:59:56.847",
  16. "examDate": "2023-08-15T11:59:56.837",
  17. "status": null,
  18. "operator": null,
  19. "tag": 1,
  20. "namePinYin": "PM",
  21. "isPre": null,
  22. "age": 0,
  23. "wxPic": null,
  24. "wxUrl": null,
  25. "marriage": null,
  26. "nextQueueId": 25,
  27. "nextQueueName": "团体内科1",
  28. "languages": null,
  29. "regNumber": null,
  30. "isPriority": 0,
  31. "priorityStrategyId": 0,
  32. "organization": null,
  33. "memberType": 0,
  34. "nurseId": -1,
  35. "isDeleted": false,
  36. "isHandModify": false,
  37. "isFocus": false,
  38. "weChatStatus": 0
  39. }
  40. }

错误时返回:

  1. {
  2. "code": 3,
  3. "message": "添加失败,该受检者已在此科室体检",
  4. "data": null
  5. }

返回参数说明:

参数名 类型 说明

备注:

-

文档更新时间: 2024-01-31 10:29