简要描述:
- 根据队列获取未检记录
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
3.8.5 | 朱小乾 | 2023-08-15 | - |
请求URL:
/api/MyTiJianGuideView/GetNoCkeckRecord
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
queueId | 否 | int | 队列id |
返回示例:
正确时返回:
{
"code": "1",
"message": "",
"data": [
{
"examNo": 101,
"userName": "裴铭",
"gender": "0",
"tag": 1,
"recordId": 43441,
"age": 0,
"mobile": "",
"outNo": "SG11595669",
"organization": null,
"examDepartments": [
{
"id": 1,
"name": "一般检查",
"orders": 0,
"itemNames": "体检身高 体重 血压;血压 身高 体重",
"examRecordId": 43441
}
]
}
],
"type": null
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
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