简要描述:
- 查询已登记记录
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 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:姓名 |
返回示例:
正确时返回:
{"code": "1","message": "","data": {"healthExameeId": "600080006","idCard": "330802198501085022","mobile": "15306701956","patName": "钱雪婧","gender": 1,"age": 36,"tag": 1,"exameeTags": 1,"marriage": null,"languages": "EN","examDate": "2022-05-26T00:00:00","dataDepart": [{"healthExameeId": "600080006","healthExamDepartmentId": 1046}],"dataItem": [{"healthExameeId": "600080006","healthExamDepartmentId": 1046,"healthExamItemId": 113,"healthExamItemName": "乳腺彩超","status": 0,"examItemType": 0,"sameSign": "0036"}],"dataDepartItems": [{"departID": "1046;","departName": "彩超;","itemNames": "乳腺彩超","orders": 0,"examQueue": "1103"}]}}
错误时返回:
{"code": 12,"message": "未查询到用户","data": null
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
备注:
-
文档更新时间: 2024-01-31 10:29