简要描述:

  • 获取未检测项目

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 朱小乾 2022-05-26 -

请求URL:

  • /api/MyTiJianGuideView/AddExamitem

请求方式:

  • Get

请求头:

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

请求参数:

参数名 是否必须 类型 说明
recordID Y string 登记记录Id
outNo Y string 登记记录Id
examItemID Y string 登记记录Id
departID Y string 科室Id
examareaId N string 检区Id

返回示例:

正确时返回:

  1. {"code":"1","message":"","data":null}

错误时返回:

  1. {
  2. "code": 12,
  3. "message": "",
  4. "data": null
  5. }

返回参数说明:

参数名 类型 说明

备注:

-

文档更新时间: 2024-01-31 10:29