简要描述:

  • 查询已登记记录

接口版本:

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

请求URL:

  • /api/MyTiJianGuideView/GetTJInfo

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
idCard string 查询信息:身份证号/体检号
type string 查询类型:0:自动;1:体检编号;2:身份证号;3:导检号;4:姓名

返回示例:

正确时返回:

  1. {
  2. "code": "1",
  3. "message": "",
  4. "data": {
  5. "healthExameeId": "600080006",
  6. "idCard": "330802198501085022",
  7. "mobile": "15306701956",
  8. "patName": "钱雪婧",
  9. "gender": 1,
  10. "age": 36,
  11. "tag": 1,
  12. "exameeTags": 1,
  13. "marriage": null,
  14. "languages": "EN",
  15. "examDate": "2022-05-26T00:00:00",
  16. "dataDepart": [
  17. {
  18. "healthExameeId": "600080006",
  19. "healthExamDepartmentId": 1046
  20. }
  21. ],
  22. "dataItem": [
  23. {
  24. "healthExameeId": "600080006",
  25. "healthExamDepartmentId": 1046,
  26. "healthExamItemId": 113,
  27. "healthExamItemName": "乳腺彩超",
  28. "status": 0,
  29. "examItemType": 0,
  30. "sameSign": "0036"
  31. }
  32. ],
  33. "dataDepartItems": [
  34. {
  35. "departID": "1046;",
  36. "departName": "彩超;",
  37. "itemNames": "乳腺彩超",
  38. "orders": 0,
  39. "examQueue": "1103"
  40. }
  41. ]
  42. }
  43. }

错误时返回:

  1. {
  2. "code": 12,
  3. "message": "未查询到用户",
  4. "data": null

返回参数说明:

参数名 类型 说明

备注:

-

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