简要描述:

  • 获取未完成数据列表

接口版本:

版本号 制定人 制定日期 修订日期
4.1.1 朱小乾 2026-03-10

请求URL:

  • /GetPeoPle

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
departId int 科室ID
queueId int 队列ID

返回示例:

正确时返回:

  1. {
  2. "code": "1",
  3. "message": "",
  4. "data": [
  5. {
  6. "examNo": "3",
  7. "userName": "3222",
  8. "gender": "0",
  9. "isVip": "1",
  10. "recordId": "14950",
  11. "age": 0,
  12. "mobile": "10086",
  13. "outNo": "SG11010119",
  14. "organization": null,
  15. "testItems": "血压 身高 体重;过敏原皮试吸入物组套1\n\n;体检身高 体重 血压",
  16. "memberType": 0,
  17. "nextQueueId": 82,
  18. "nextQueueName": "V区普通血压监测"
  19. }
  20. ],
  21. "type": null
  22. }

错误时返回:

返回参数说明:

参数名 类型 说明
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