日间系统开发

ECO日间手术系统重构


确认患者检查检验项目核对信息(批量)

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:8888/patientCheck/confirmPatientCheckSurveying</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;daySurgeryId&amp;quot;: &amp;quot;202306071659080000&amp;quot;, &amp;quot;dtoList&amp;quot;: [ { &amp;quot;patientCheckSurveyingId&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;patientId&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;daySurgeryId&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;surveyingItemCode&amp;quot;: &amp;quot;检查检验项目代码 &amp;quot;, &amp;quot;surveyingItemName&amp;quot;: &amp;quot;检查检验项目名称&amp;quot;, &amp;quot;surveyingTypeCode&amp;quot;: &amp;quot;项目类型编码&amp;quot;, &amp;quot;surveyingTypeName&amp;quot;: &amp;quot;项目类型名称&amp;quot;, &amp;quot;surveyingReportStatusDict&amp;quot;: &amp;quot;发布状态&amp;quot;, &amp;quot;surveyingCheckStatusDict&amp;quot;: &amp;quot;核对状态 枚举AssessStatusDictEnum ,checked 已核对,temporary 临时创建 &amp;quot;, &amp;quot;surveyingEndTime&amp;quot;: &amp;quot;完成时间&amp;quot;, &amp;quot;surveyingReportTime&amp;quot;: &amp;quot;报告发布时间&amp;quot; } ] } </code></pre>

页面列表

ITEM_HTML