保存单次患者随访记录
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8888/patientFollowUpRecord/savePatientFollowUpRecord</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;recordId&quot;: &quot;202307172326360004&quot;,
&quot;followUpStatus&quot;: &quot;随访状态 字典 下拉ASMC_DICT_FOLLOW_UP_STATUS&quot;,
&quot;patientId&quot;: &quot;患者patientId&quot;,
&quot;daySurgeryId&quot;: &quot;日间主表编码&quot;,
&quot;followUpTemplateCode&quot;: &quot;随访模板编码&quot;,
&quot;followUpTemplateName&quot;: &quot;随访模板名称&quot;,
&quot;followUpPlanCode&quot;: &quot;随访计划编码&quot;,
&quot;followUpPlanName&quot;: &quot;随访计划名称&quot;,
&quot;templateContent&quot;: &quot;模板内容&quot;,
&quot;memo&quot;: &quot;备注&quot;
}
</code></pre>