分页获取患者列表数据
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8888/patient/getPatientListWithPage</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">header</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">X-Token</td>
<td style="text-align: left;">是</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td style="text-align: left;">Content-Type</td>
<td style="text-align: left;">是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
&quot;patientStatusDict&quot;: &quot;患者状态&quot;,
&quot;outpatientDeptCode&quot;: &quot;就诊科室编码&quot;,
&quot;inpatientWardCode&quot;: &quot;入院病区编码&quot;,
&quot;searchKey&quot;: &quot;患者查询的条件&quot;,
&quot;surgerySurgeonCode&quot;: &quot;主刀医生编码&quot;,
&quot;surgeryStartTime&quot;: &quot;2022-01-01 00:00:00&quot;,
&quot;surgeryEndTime&quot;: &quot;2022-11-12 23:59:59&quot;,
&quot;patientEndStatusDicts&quot;: &quot;已完成状态查询&quot;,
&quot;orderList&quot;: [
&quot;patientName DESC&quot;,
&quot;inpatientDeptCode ASC&quot;,
&quot;surgerySurgeonCode ASC&quot;
]
}
</code></pre>