根据code数组查询多个code对象
<p><strong>简要描述:</strong></p>
<ul>
<li>根据code数组查询多个code对象</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>/chronic/dict/listByCodes</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
<li>application/json</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;">无</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">List<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>{
"retcode": "0000",
"errMsg": "操作成功",
"body": {
"patient_record_blood_rh": [
{
"dictid": 160,
"dictname": "健康档案-血型",
"code": "patient_record_blood_rh",
"keyid": "blood_type_RH_Y",
"value": "阳性",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 161,
"dictname": "健康档案-血型",
"code": "patient_record_blood_rh",
"keyid": "blood_type_RH_N",
"value": "阴性",
"status": "1",
"sort": 0,
"codeArray": null
}
],
"patient_record_blood_type": [
{
"dictid": 127,
"dictname": "健康档案-血型",
"code": "patient_record_blood_type",
"keyid": "blood_type_A",
"value": "A",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 128,
"dictname": "健康档案-血型",
"code": "patient_record_blood_type",
"keyid": "blood_type_B",
"value": "B",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 129,
"dictname": "健康档案-血型",
"code": "patient_record_blood_type",
"keyid": "blood_type_AB",
"value": "AB",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 130,
"dictname": "健康档案-血型",
"code": "patient_record_blood_type",
"keyid": "blood_type_O",
"value": "O",
"status": "1",
"sort": 0,
"codeArray": null
}
],
"patient_record_education": [
{
"dictid": 133,
"dictname": "健康档案-文化程度",
"code": "patient_record_education",
"keyid": "education0",
"value": "文盲或半文盲",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 134,
"dictname": "健康档案-文化程度",
"code": "patient_record_education",
"keyid": "education1",
"value": "小学",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 135,
"dictname": "健康档案-文化程度",
"code": "patient_record_education",
"keyid": "education2",
"value": "初中",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 136,
"dictname": "健康档案-文化程度",
"code": "patient_record_education",
"keyid": "education3",
"value": "高中",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 137,
"dictname": "健康档案-文化程度",
"code": "patient_record_education",
"keyid": "education4",
"value": "技工学校",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 138,
"dictname": "健康档案-文化程度",
"code": "patient_record_education",
"keyid": "education5",
"value": "中等专业学校",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 139,
"dictname": "健康档案-文化程度",
"code": "patient_record_education",
"keyid": "education6",
"value": "大学专科和专科学校",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 140,
"dictname": "健康档案-文化程度",
"code": "patient_record_education",
"keyid": "education7",
"value": "大学本科",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 141,
"dictname": "健康档案-文化程度",
"code": "patient_record_education",
"keyid": "education8",
"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;">dictname</td>
<td style="text-align: left;">string</td>
<td>名</td>
</tr>
<tr>
<td style="text-align: left;">value</td>
<td style="text-align: left;">string</td>
<td>zh值</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong></p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>