查询单个code
<p><strong>简要描述:</strong></p>
<ul>
<li>查询单个code列表接口</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>/chronic/dict/list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</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;">code</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>code名</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th style="text-align: left;">code名</th>
<th>中文</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">patient_record_blood_rh</td>
<td>健康档案-血型</td>
</tr>
<tr>
<td style="text-align: left;">patient_record_blood_type</td>
<td>健康档案-血型</td>
</tr>
<tr>
<td style="text-align: left;">patient_record_deformity</td>
<td>健康档案-残疾情况</td>
</tr>
<tr>
<td style="text-align: left;">patient_record_disease</td>
<td>疾病名称</td>
</tr>
<tr>
<td style="text-align: left;">patient_record_economy</td>
<td>健康档案-经济状况</td>
</tr>
<tr>
<td style="text-align: left;">patient_record_education</td>
<td>健康档案-文化程度</td>
</tr>
<tr>
<td style="text-align: left;">patient_record_house_hold</td>
<td>健康档案-户籍状态</td>
</tr>
<tr>
<td style="text-align: left;">patient_record_profession</td>
<td>健康档案-职业</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"error_code": 0,
"data": [
{
"dictid": 162,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_bm",
"value": "便秘",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 163,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_hpwy",
"value": "HP感染性胃炎",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 164,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_tnb",
"value": "糖尿病",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 165,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_sstx",
"value": "肾衰透析",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 166,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_ngs",
"value": "脑梗死",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 167,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_xc",
"value": "哮喘",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 168,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_mzf",
"value": "慢阻肺",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 169,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_tnbsjb",
"value": "糖尿病神经病",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 170,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_mxsxqsy",
"value": "慢性肾小球肾炎",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 171,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_gxb",
"value": "冠心病",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 172,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_gxy",
"value": "高血压",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 173,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_fp",
"value": "肥胖",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 174,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_tqz",
"value": "吞气症",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 175,
"dictname": "疾病名称",
"code": "patient_record_disease",
"keyid": "disease_jk",
"value": "甲亢",
"status": "1",
"sort": 0,
"codeArray": null
}
]
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>