新增随访计划
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8888/configFollowUpPlan/insert</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;followUpPlanCode&quot;: &quot;计划编码 新增为空&quot;,
&quot;followUpPlanName&quot;: &quot;计划名称&quot;,
&quot;associationRules&quot;: &quot;关联的规则编码集合 多个用逗号隔开 &quot;,
&quot;patientPlanExtractFields&quot;: &quot;患者抽取的字段 枚举PlanExtractFieldsDictEnum&quot;,
&quot;extractFieldsDays&quot;: &quot;患者抽取的天数&quot;,
&quot;generatePlanMethod&quot;: &quot;生成方式,自动还是手动 枚举GeneratePlanMethodDictEnum,可不传,默认自动&quot;,
&quot;effectiveDays&quot;: &quot;有效天数&quot;,
&quot;statusDict&quot;: &quot;1&quot;,
&quot;memo&quot;: &quot;备注&quot;
}
</code></pre>