互联网医院


4.1.4. S1007获取疾病编码字典

<p>[TOC]</p> <h4>S1007获取疾病编码字典</h4> <table> <thead> <tr> <th>服务编码</th> <th>S1007</th> </tr> </thead> <tbody> <tr> <td>服务名称</td> <td>获取疾病编码字典</td> </tr> <tr> <td>功能简述</td> <td>根据多种条件查询HIS疾病编码字典</td> </tr> </tbody> </table> <h4>详细描述(应用场景、数据处理逻辑描述)</h4> <p>1、支持疾病编码、疾病名称等多种方式查询 2、返回疾病目录信息 3、支持全量数据查询,考虑数据可能超长,采用分页模式,缺省每页返回500条记录</p> <h4>入参示例</h4> <pre><code>{     &amp;quot;query_key&amp;quot;: &amp;quot;1&amp;quot;,     &amp;quot;query_content&amp;quot;: &amp;quot;M85.691&amp;quot;,     &amp;quot;page_no&amp;quot;: &amp;quot;&amp;quot; }</code></pre> <table> <thead> <tr> <th>节点</th> <th>父节点</th> <th>类型</th> <th>必填</th> <th>数组</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>query_key</td> <td></td> <td>C</td> <td>1</td> <td></td> <td>查询方式:0-分页查询所有;1-疾病编码;2-疾病名称</td> </tr> <tr> <td>query_content</td> <td></td> <td>C</td> <td></td> <td></td> <td>查询关键值,query_key=0时不传入,否则传入对应查询方式的业务关键值</td> </tr> <tr> <td>page_no</td> <td></td> <td>C</td> <td></td> <td></td> <td>页号缺省为1,每页显示500条记录,不足500则按实际记录数返回</td> </tr> </tbody> </table> <h4>出参示例</h4> <pre><code>{    &amp;quot;code&amp;quot;: 200,     &amp;quot;message&amp;quot;: &amp;quot;成功&amp;quot;,     &amp;quot;success&amp;quot;: true,     &amp;quot;result&amp;quot;: [         {             &amp;quot;seq&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;page_no&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;item_no&amp;quot;: &amp;quot;M85.691&amp;quot;,             &amp;quot;item_name&amp;quot;: &amp;quot;骨囊肿&amp;quot;,             &amp;quot;add_no&amp;quot;: null,             &amp;quot;mark&amp;quot;: null,             &amp;quot;create_date&amp;quot;: &amp;quot;2014-11-18 18:35:36&amp;quot;,             &amp;quot;modify_date&amp;quot;: &amp;quot;2014-11-18 18:35:36&amp;quot;,             &amp;quot;item_id&amp;quot;: &amp;quot;7167&amp;quot;,             &amp;quot;cadn_becode_py&amp;quot;: &amp;quot;GNZ&amp;quot;,             &amp;quot;cadn_becode_wb&amp;quot;: &amp;quot;MGE&amp;quot;,             &amp;quot;sex_restrict&amp;quot;: null,             &amp;quot;icd_code&amp;quot;: &amp;quot;ICD-10疾病编码&amp;quot;,             &amp;quot;dz_type&amp;quot;: &amp;quot;ICD-10疾病编码&amp;quot;         }     ] } </code></pre>

页面列表

ITEM_HTML