日间系统开发

ECO日间手术系统重构


获取患者随访列表

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:8888/patientFollowUpRecord/getPatientFollowUpRecordList</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>{ &amp;quot;searchKey&amp;quot;: &amp;quot;查询患者&amp;quot;, &amp;quot;surgeryCode&amp;quot;: &amp;quot;手术名称编码&amp;quot;, &amp;quot;surgeryStartTime&amp;quot;: &amp;quot;手术日期开始时间&amp;quot;, &amp;quot;surgeryEndTime&amp;quot;: &amp;quot;手术日期结束时间&amp;quot;, &amp;quot;inpatientDeptCode&amp;quot;: &amp;quot;入院科室编码 &amp;quot;, &amp;quot;inpatientHosAreaCode&amp;quot;: &amp;quot;院区编码 登录选的那个01&amp;quot;, &amp;quot;inpatientWardCode&amp;quot;: &amp;quot;入院病区编码&amp;quot;, &amp;quot;surgerySurgeonCode&amp;quot;: &amp;quot;主刀医生编码&amp;quot;, &amp;quot;recordStatus&amp;quot;: &amp;quot;随访记录状态 RecordStatusDictEnum枚举:waitFollowedUp 待随访,followedUpIng 随访中,complete已完成, expired已过期&amp;quot;, &amp;quot;planFollowUpStartTime&amp;quot;: &amp;quot;随访开始日期&amp;quot;, &amp;quot;planFollowUpEndTime&amp;quot;: &amp;quot;随访结束日期&amp;quot;, &amp;quot;orderList&amp;quot;: [ &amp;quot;daySurgeryId asc&amp;quot; ], &amp;quot;globalDataPermissions&amp;quot;: &amp;quot;全局数据权限设置枚举【GlobalDataPermissionsDictEnum】,右上角那个&amp;quot; } </code></pre>

页面列表

ITEM_HTML