确认患者检查检验项目核对信息(批量)
<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>{
&quot;daySurgeryId&quot;: &quot;202306071659080000&quot;,
&quot;dtoList&quot;: [
{
&quot;patientCheckSurveyingId&quot;: &quot;&quot;,
&quot;patientId&quot;: &quot;&quot;,
&quot;daySurgeryId&quot;: &quot;&quot;,
&quot;surveyingItemCode&quot;: &quot;检查检验项目代码 &quot;,
&quot;surveyingItemName&quot;: &quot;检查检验项目名称&quot;,
&quot;surveyingTypeCode&quot;: &quot;项目类型编码&quot;,
&quot;surveyingTypeName&quot;: &quot;项目类型名称&quot;,
&quot;surveyingReportStatusDict&quot;: &quot;发布状态&quot;,
&quot;surveyingCheckStatusDict&quot;: &quot;核对状态 枚举AssessStatusDictEnum ,checked 已核对,temporary 临时创建 &quot;,
&quot;surveyingEndTime&quot;: &quot;完成时间&quot;,
&quot;surveyingReportTime&quot;: &quot;报告发布时间&quot;
}
]
}
</code></pre>