心康测评报告(含患者)
<p><strong>迭代版本:</strong>2.9.27(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>心康获取主管+协管患者列表;(患者当日需要有测评报告)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>/chronic/friendEcgResult/getPatientListWithEcgAndRecipe</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
<li>Content-Type: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;">doctorId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>医生id,默认从jwt中取</td>
</tr>
<tr>
<td style="text-align: left;">recipeFlag</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>是否开方 0未开 1已开</td>
</tr>
</tbody>
</table>
<p>recipeFlag
<strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": [
{
"patientName": "谢患者",
"patientSex": "M",
"birthdate": "1988-02-05",
"patientId": 10000014,
"hospName": "巢湖宋庆龄爱心医院",
"headImage": "http://thirdwx.qlogo.cn/mmopen/eWiagGkVW27PWXz7QOnkovoNvDibEXrOtq7jEPD0t4gS6jRiasTqDvUQj0pQAzjFMlzQZ6poibkOqBmh8DOSL7tj3V0RscZOQS4ic/132",
"recipeNum": 0,
"mobile": "18271410061",
"weight": "60",
"totalEcgNum": 2,
"height": "170"
}
]
}</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;">totalEcgNum</td>
<td style="text-align: left;">int</td>
<td>报告数量,可根据 <a href="https://www.showdoc.cc/aikangcloud?page_id=3948620571250005">https://www.showdoc.cc/aikangcloud?page_id=3948620571250005</a> 接口查询具体内容</td>
</tr>
<tr>
<td style="text-align: left;">headImage</td>
<td style="text-align: left;">string</td>
<td>头像</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>