简要描述:
- 获取未完成数据列表
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 4.1.1 | 朱小乾 | 2026-03-10 |
请求URL:
- /GetPeoPle
请求方式:
- GET
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| departId | 是 | int | 科室ID |
| queueId | 是 | int | 队列ID |
返回示例:
正确时返回:
{"code": "1","message": "","data": [{"examNo": "3","userName": "3222","gender": "0","isVip": "1","recordId": "14950","age": 0,"mobile": "10086","outNo": "SG11010119","organization": null,"testItems": "血压 身高 体重;过敏原皮试吸入物组套1\n\n;体检身高 体重 血压","memberType": 0,"nextQueueId": 82,"nextQueueName": "V区普通血压监测"}],"type": null}
错误时返回:
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| examNo | string | 导检号 |
| userName | string | 姓名 |
| gender | string | 性别 |
| isVip | string | 是否vip |
| recordId | string | 记录ID |
| age | int | 年龄 |
| mobile | string | 手机号 |
| outNo | string | 体检号 |
| organization | string | 机构 |
| testItems | string | 体检项目 |
| memberType | int | 人员类型 |
| nextQueueId | int | 下个队列ID |
| nextQueueName | int | 下一队列名称 |
备注:
-
文档更新时间: 2026-03-10 13:45