简要描述:
- 批量弃检
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
3.8.5 | 朱小乾 | 2023-08-15 | - |
请求URL:
/api/mobileGuide/record/CancelExamDeparts
请求方式:
- Get
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
outNo | Y | string | 体检号 |
queueId | Y | int | 队列Id{ |
“code”: 3,
“message”: “添加失败,该受检者已在此科室体检”,
“data”: null
} |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": {
"id": 43441,
"createTime": "2023-08-15T11:59:56.847",
"updateTime": "2023-08-15T11:59:56.847",
"examNo": 101,
"outNo": "SG11595669",
"name": "裴铭",
"mobile": "",
"gender": "0",
"idcard": "",
"birthYear": null,
"djTime": "2023-08-15T11:59:56.847",
"examDate": "2023-08-15T11:59:56.837",
"status": null,
"operator": null,
"tag": 1,
"namePinYin": "PM",
"isPre": null,
"age": 0,
"wxPic": null,
"wxUrl": null,
"marriage": null,
"nextQueueId": 25,
"nextQueueName": "团体内科1",
"languages": null,
"regNumber": null,
"isPriority": 0,
"priorityStrategyId": 0,
"organization": null,
"memberType": 0,
"nurseId": -1,
"isDeleted": false,
"isHandModify": false,
"isFocus": false,
"weChatStatus": 0
}
}
错误时返回:
{
"code": 3,
"message": "添加失败,该受检者已在此科室体检",
"data": null
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
备注:
-
文档更新时间: 2024-01-31 10:29