S7004病例详情查询
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取患者病历列表信息</li>
</ul>
<h5>功能描述</h5>
<ul>
<li>
</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://127.0.0.1/api/v/S7004</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">节点</th>
<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;">emrId</td>
<td style="text-align: left;"></td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>病历id</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code> {
&quot;emrId&quot;: &quot;病历id&quot;
}
</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">节点</th>
<th style="text-align: left;">父节点</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">必填</th>
<th style="text-align: left;">数组</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;成功&quot;,
&quot;success&quot;: true,
&quot;result&quot;: {
&quot;patName&quot;: &quot;xxx杰&quot;,
&quot;doctName&quot;: &quot;黄xx刚&quot;,
&quot;deptName&quot;: &quot;治未病科门诊&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: &quot;32岁&quot;,
&quot;mzh&quot;: &quot; 000000xxxxx&quot;,
&quot;hisPatId&quot;: &quot; 000000xxxxx&quot;,
&quot;sections&quot;: [
{
&quot;desc&quot;: &quot;主诉&quot;,
&quot;cont&quot;: &quot;体检&quot;
},
{
&quot;desc&quot;: &quot;现病史&quot;,
&quot;cont&quot;: &quot;患者前来体检。舌红苔薄白脉弦&quot;
},
{
&quot;desc&quot;: &quot;既往史&quot;,
&quot;cont&quot;: &quot;未到过疫区、否认流行病学史&quot;
},
{
&quot;desc&quot;: &quot;过敏史&quot;,
&quot;cont&quot;: &quot;否认&quot;
},
{
&quot;desc&quot;: &quot;体格检查&quot;,
&quot;cont&quot;: &quot;体温正常,双肺呼吸音清,全身皮肤粘膜无黄染、出血,双肺呼吸音清,心脏各瓣膜区未闻及杂音,脊柱四肢无畸形,神经系统生理反射存在,病理反射未引出&quot;
},
{
&quot;desc&quot;: &quot;初步诊断&quot;,
&quot;cont&quot;: &quot;中医诊断“1.眩晕+气血不足证&quot;
},
{
&quot;desc&quot;: &quot;西医诊断&quot;,
&quot;cont&quot;: &quot;1、碘源性甲状腺功能亢进&quot;
},
{
&quot;desc&quot;: &quot;处理&quot;,
&quot;cont&quot;: &quot;查体&quot;
}
]
}
}</code></pre>
<h5>备注</h5>
<ul>
<li>暂无</li>
</ul>