简要描述:
- 获取已登记列表
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | 朱小乾 | 2022-05-26 | - |
请求URL:
- /api/MyTiJianGuideView/GetRecordFromName
请求方式:
- Get
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
patName | 否 | string | 姓名信息 |
返回示例:
正确时返回:
{
"code": "1",
"message": "",
"data": [
{
"id": 11221,
"createTime": "2022-06-06T10:51:51.337",
"updateTime": "2022-06-06T10:51:51.337",
"examNo": "24",
"outNo": "T20000200097",
"name": "王少芳",
"pinyin": null,
"mobile": "",
"gender": "1",
"idcard": "",
"birthYear": null,
"djTime": "2022-06-06T10:51:51.333",
"examDate": "2021-01-18T00:00:00",
"status": null,
"operator": null,
"tag": 1,
"age": 0,
"wxPic": null,
"wxUrl": null,
"recordStatus": null,
"departStatus": null,
"marriage": null,
"nextQueueName": "CT"
}
],
"type": null
}
错误时返回:
{
"code": 12,
"message": "",
"data": null
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 记录Id |
examNo | string | 导检号 |
outNo | string | 体检号 |
name | string | 姓名 |
备注:
-
文档更新时间: 2024-01-31 10:29