获取患者消息通知列表
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8888/patientMessage/getPatientNotifyList</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;searchKey&quot;: &quot;&quot;,
&quot;surgeryCode&quot;: &quot;00.0102&quot;,
&quot;outpatientDeptCode&quot;: &quot;&quot;,
&quot;inpatientHosAreaCode&quot;: &quot;01&quot;,
&quot;inpatientWardCode&quot;: &quot;&quot;,
&quot;surgerySurgeonCode&quot;: &quot;&quot;,
&quot;surgeryStartTime&quot;: &quot;&quot;,
&quot;surgeryEndTime&quot;: &quot;&quot;,
&quot;patientEndStatusDicts&quot;: &quot;&quot;,
&quot;pageSize&quot;: 20,
&quot;pageNum&quot;: 1,
&quot;orderList&quot;: [
&quot;patientStatusDict desc&quot;,
&quot;daySurgeryId asc&quot;
],
&quot;globalDataPermissions&quot;: &quot;&quot;,
&quot;messageGroupParentCode&quot;: &quot;AnesthesiaEvaluation&quot;,
&quot;recordNotifyStatus&quot;: &quot;not_notified&quot;
}
</code></pre>