爱康云医接口文档

爱康云医API文档


疾病标签下拉框列表查询

<p><strong>迭代版本:</strong>2.8.28(新增) <strong>迭代版本:</strong>2.9.21(修改)</p> <p><strong>简要描述:</strong></p> <ul> <li>疾病标签下拉框列表查询 顺序:本科室-本人自定义-其它科室 2.9.21:增加其他科室疾病,根据标准科室进行映射;排序本科室-本人自定义 <strong>请求URL:</strong></li> <li><code>/chronic/diseaseTag/myLibs</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> <li>application/x-www-form-urlencoded</li> </ul> <p><strong>参数:</strong></p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">doctorId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>医生id,默认从jwt取</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "retcode": "0000", "errMsg": "操作成功", "body": [ { "id": 11, "department": "消化内科", "diseaseName": "吞气症", "sortNum": 10, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 13, "department": "消化内科", "diseaseName": "便秘", "sortNum": 12, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 14, "department": "消化内科", "diseaseName": "HP感染性胃炎", "sortNum": 13, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 47, "department": "", "diseaseName": "bbb", "sortNum": null, "tagType": 1, "doctorId": 2, "hot": 3, "createTime": "2019-10-22 14:00:01", "state": 1 }, { "id": 48, "department": "", "diseaseName": "ccc", "sortNum": null, "tagType": 1, "doctorId": 2, "hot": 2, "createTime": "2019-10-22 14:00:01", "state": 1 }, { "id": 46, "department": null, "diseaseName": "aaaa", "sortNum": null, "tagType": 1, "doctorId": 2, "hot": 0, "createTime": "2019-10-22 14:00:01", "state": 1 }, { "id": 1, "department": "心血管内科", "diseaseName": "高血压", "sortNum": 0, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 2, "department": "内分泌科", "diseaseName": "糖尿病", "sortNum": 1, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 3, "department": "心血管内科", "diseaseName": "冠心病", "sortNum": 2, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 4, "department": "内分泌科", "diseaseName": "糖尿病神经病", "sortNum": 3, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 5, "department": "肾病内科", "diseaseName": "肾衰透析", "sortNum": 4, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 6, "department": "呼吸内科", "diseaseName": "哮喘", "sortNum": 5, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 7, "department": "呼吸内科", "diseaseName": "慢阻肺", "sortNum": 6, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 8, "department": "神经内科", "diseaseName": "脑梗死", "sortNum": 7, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 9, "department": "肾病内科", "diseaseName": "慢性肾小球炎", "sortNum": 8, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 10, "department": "营养科", "diseaseName": "肥胖", "sortNum": 9, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 }, { "id": 12, "department": "内分泌科", "diseaseName": "甲亢", "sortNum": 11, "tagType": 0, "doctorId": 0, "hot": 0, "createTime": "2019-10-21 18:34:30", "state": 1 } ] }</code></pre> <p><strong>返回参数说明</strong></p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">department</td> <td style="text-align: left;">string</td> <td>科室</td> </tr> <tr> <td style="text-align: left;">diseaseName</td> <td style="text-align: left;">string</td> <td>疾病名</td> </tr> <tr> <td style="text-align: left;">tagType</td> <td style="text-align: left;">int</td> <td>类型,0-公共;1-自定义</td> </tr> <tr> <td style="text-align: left;">hot</td> <td style="text-align: left;">int</td> <td>热度</td> </tr> </tbody> </table> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML