|
@@ -30,282 +30,290 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<table style="margin: 0 auto;margin-top: 40px;width: 90%" >
|
|
|
-<!-- <thead>-->
|
|
|
-<!-- </thead>-->
|
|
|
<tbody>
|
|
|
- <!--客户基本信息(健康顾问)-->
|
|
|
<tr >
|
|
|
<th colspan="6" style="text-align: center;"><h2>客户健康档案登记卡</h2></th>
|
|
|
</tr>
|
|
|
- <tr>
|
|
|
- <th colspan="6"><h3>客户基本信息(健康顾问)</h3></th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>姓名</td>
|
|
|
- <td><strong>小红</strong> </td>
|
|
|
- <td>性别</td>
|
|
|
- <td><strong>女</strong></td>
|
|
|
- <td>年龄</td>
|
|
|
- <td><strong>40岁</strong></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td rowspan='2'>生日</td>
|
|
|
- <td>阳历:八月初八</td>
|
|
|
- <td rowspan='2'>工作单位</td>
|
|
|
- <td rowspan='2'><strong>山东天下畅通</strong></td>
|
|
|
- <td rowspan='2'>联系电话</td>
|
|
|
- <td rowspan='2'><strong>17853102222</strong></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>阴历:10月2日</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>家庭住址</td>
|
|
|
- <td colspan="2"><strong>山东省济南市历城区</strong></td>
|
|
|
- <td>身份证号</td>
|
|
|
- <td colspan="2"><strong>371425198901524545</strong></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>家庭成员</td>
|
|
|
- <td colspan="5"><strong>女儿、儿子、老公</strong></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>紧急联系人</td>
|
|
|
- <td colspan="2"><strong>女儿</strong></td>
|
|
|
- <td>联系人电话</td>
|
|
|
- <td colspan="2"><strong>17853102222</strong></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th colspan="6"><h3>客户身体指标(检测护士)</h3></th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>身高</td>
|
|
|
- <td><strong>165cm</strong> </td>
|
|
|
- <td>体重</td>
|
|
|
- <td><strong>40kg</strong></td>
|
|
|
- <td>BMI值</td>
|
|
|
- <td><strong>19</strong></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>血压</td>
|
|
|
- <td><strong>120/80</strong> </td>
|
|
|
- <td>血糖</td>
|
|
|
- <td><strong>5.5</strong></td>
|
|
|
- <td>血脂</td>
|
|
|
- <td><strong>6.87mmol/L</strong></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>心率</td>
|
|
|
- <td><strong>70</strong> </td>
|
|
|
- <td>视力</td>
|
|
|
- <td><strong>5.1</strong></td>
|
|
|
- <td>骨密度</td>
|
|
|
- <td><strong>40</strong></td>
|
|
|
- </tr>
|
|
|
- <!--客户基本信息(健康顾问)end-->
|
|
|
+ <?php foreach($questions as $question){?>
|
|
|
+ <tr>
|
|
|
+ <th colspan="6"><h3><?= $question['content_title']?></h3></th>
|
|
|
+ </tr>
|
|
|
+ <?php foreach($questions as $question){?>
|
|
|
+ <?php foreach($question['list'] as $key => $questionList){?>
|
|
|
+ <?php if ($key % 3 == 0){?>
|
|
|
+ <tr>
|
|
|
+ <?php }?>
|
|
|
+ <?php if ((count($questionList['fields']) > 1)){?>
|
|
|
+ <td><?= $questionList['fields']['question']?></td><td><strong>小红<?= count($question['list'])+1 ?></strong> </td>
|
|
|
+<!-- <td>性别</td><td><strong>女</strong></td>-->
|
|
|
+<!-- <td>年龄</td><td><strong>40岁</strong></td>-->
|
|
|
+ <?php } else { ?>
|
|
|
+ <td><?= ?></td><td><strong>小红<?= count($question['list'])+1 ?></strong> </td>
|
|
|
+ <?php } ?>
|
|
|
+ <?php if ((count($question['list'])+1) % 3 == 2){?>
|
|
|
+ </tr>
|
|
|
+ <?php } ?>
|
|
|
+ <?php }?>
|
|
|
+ <?php }?>
|
|
|
+ <?php }?>
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td rowspan='2'>生日</td>-->
|
|
|
+<!-- <td>阳历:八月初八</td>-->
|
|
|
+<!-- <td rowspan='2'>工作单位</td>-->
|
|
|
+<!-- <td rowspan='2'><strong>山东天下畅通</strong></td>-->
|
|
|
+<!-- <td rowspan='2'>联系电话</td>-->
|
|
|
+<!-- <td rowspan='2'><strong>17853102222</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>阴历:10月2日</td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>家庭住址</td>-->
|
|
|
+<!-- <td colspan="2"><strong>山东省济南市历城区</strong></td>-->
|
|
|
+<!-- <td>身份证号</td>-->
|
|
|
+<!-- <td colspan="2"><strong>371425198901524545</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>家庭成员</td>-->
|
|
|
+<!-- <td colspan="5"><strong>女儿、儿子、老公</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>紧急联系人</td>-->
|
|
|
+<!-- <td colspan="2"><strong>女儿</strong></td>-->
|
|
|
+<!-- <td>联系人电话</td>-->
|
|
|
+<!-- <td colspan="2"><strong>17853102222</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <th colspan="6"><h3>客户身体指标(检测护士)</h3></th>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>身高</td>-->
|
|
|
+<!-- <td><strong>165cm</strong> </td>-->
|
|
|
+<!-- <td>体重</td>-->
|
|
|
+<!-- <td><strong>40kg</strong></td>-->
|
|
|
+<!-- <td>BMI值</td>-->
|
|
|
+<!-- <td><strong>19</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>血压</td>-->
|
|
|
+<!-- <td><strong>120/80</strong> </td>-->
|
|
|
+<!-- <td>血糖</td>-->
|
|
|
+<!-- <td><strong>5.5</strong></td>-->
|
|
|
+<!-- <td>血脂</td>-->
|
|
|
+<!-- <td><strong>6.87mmol/L</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>心率</td>-->
|
|
|
+<!-- <td><strong>70</strong> </td>-->
|
|
|
+<!-- <td>视力</td>-->
|
|
|
+<!-- <td><strong>5.1</strong></td>-->
|
|
|
+<!-- <td>骨密度</td>-->
|
|
|
+<!-- <td><strong>40</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <!–客户基本信息(健康顾问)end–>-->
|
|
|
|
|
|
- <!--客户健康状况(健康医生)-->
|
|
|
- <tr>
|
|
|
- <th colspan="6"><h3>客户健康状况(健康医生)</h3></th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>药物过敏史</td>
|
|
|
- <td colspan="5"><strong>青霉素</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td rowspan="6">既往史</td>
|
|
|
- <td rowspan="4">疾病</td>
|
|
|
- <td>心脑血管</td>
|
|
|
- <td colspan="3"><strong>心肌梗塞/冠心病/脑梗,心肌梗塞/冠心病/脑梗,心肌梗塞/冠心病/脑梗,心肌梗塞/冠心病/脑梗,</strong><strong>确诊时间:2022-11-11</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>呼吸系统</td>
|
|
|
- <td colspan="3"><strong>冠心病/脑梗,</strong><strong>确诊时间:2022-11-11</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>消化系统</td>
|
|
|
- <td colspan="3"><strong>心肌梗塞/冠心病,</strong><strong>确诊时间:2022-11-11</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>内分泌系统</td>
|
|
|
- <td colspan="3"><strong>心肌梗塞/脑梗,</strong><strong>确诊时间:2022-11-11</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>手术</td>
|
|
|
- <td colspan="4"><strong>无</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>外伤</td>
|
|
|
- <td colspan="4"><strong>有,名称:</strong> </td>
|
|
|
- </tr>
|
|
|
+<!-- <!–客户健康状况(健康医生)–>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <th colspan="6"><h3>客户健康状况(健康医生)</h3></th>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>药物过敏史</td>-->
|
|
|
+<!-- <td colspan="5"><strong>青霉素</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td rowspan="6">既往史</td>-->
|
|
|
+<!-- <td rowspan="4">疾病</td>-->
|
|
|
+<!-- <td>心脑血管</td>-->
|
|
|
+<!-- <td colspan="3"><strong>心肌梗塞/冠心病/脑梗,心肌梗塞/冠心病/脑梗,心肌梗塞/冠心病/脑梗,心肌梗塞/冠心病/脑梗,</strong><strong>确诊时间:2022-11-11</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>呼吸系统</td>-->
|
|
|
+<!-- <td colspan="3"><strong>冠心病/脑梗,</strong><strong>确诊时间:2022-11-11</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>消化系统</td>-->
|
|
|
+<!-- <td colspan="3"><strong>心肌梗塞/冠心病,</strong><strong>确诊时间:2022-11-11</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>内分泌系统</td>-->
|
|
|
+<!-- <td colspan="3"><strong>心肌梗塞/脑梗,</strong><strong>确诊时间:2022-11-11</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>手术</td>-->
|
|
|
+<!-- <td colspan="4"><strong>无</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>外伤</td>-->
|
|
|
+<!-- <td colspan="4"><strong>有,名称:</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
|
|
|
- <tr>
|
|
|
- <td>家族史</td>
|
|
|
- <td colspan="5"><strong>青霉素</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>遗传病史</td>
|
|
|
- <td colspan="5"><strong>青霉素</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>残疾情况</td>
|
|
|
- <td colspan="5"><strong>青霉素</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>职业病</td>
|
|
|
- <td colspan="5"><strong>无</strong> </td>
|
|
|
- </tr>
|
|
|
- <!--客户健康状况(健康医生)end-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>家族史</td>-->
|
|
|
+<!-- <td colspan="5"><strong>青霉素</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>遗传病史</td>-->
|
|
|
+<!-- <td colspan="5"><strong>青霉素</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>残疾情况</td>-->
|
|
|
+<!-- <td colspan="5"><strong>青霉素</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>职业病</td>-->
|
|
|
+<!-- <td colspan="5"><strong>无</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <!–客户健康状况(健康医生)end–>-->
|
|
|
|
|
|
- <!--客户生活方式(健康顾问)-->
|
|
|
- <tr>
|
|
|
- <th colspan="6"><h3>客户生活方式(健康顾问)</h3></th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>兴趣爱好</td>
|
|
|
- <td colspan="5"><strong>一日游、长途游、唱歌、广场舞</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>饮食情况</td>
|
|
|
- <td colspan="5"><strong>荤素均衡、嗜糖</strong> </td>
|
|
|
- </tr>
|
|
|
+<!-- <!–客户生活方式(健康顾问)–>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <th colspan="6"><h3>客户生活方式(健康顾问)</h3></th>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>兴趣爱好</td>-->
|
|
|
+<!-- <td colspan="5"><strong>一日游、长途游、唱歌、广场舞</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>饮食情况</td>-->
|
|
|
+<!-- <td colspan="5"><strong>荤素均衡、嗜糖</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
|
|
|
- <tr>
|
|
|
- <td rowspan="3">运动情况</td>
|
|
|
- <td>运动频率</td>
|
|
|
- <td colspan="4"><strong>每天</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>每次锻炼时间</td>
|
|
|
- <td><strong>2</strong></td>
|
|
|
- <td>坚持锻炼时间</td>
|
|
|
- <td colspan="2"><strong>2</strong></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>运动类型</td>
|
|
|
- <td colspan="4"><strong>每天</strong> </td>
|
|
|
- </tr>
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td rowspan="3">运动情况</td>-->
|
|
|
+<!-- <td>运动频率</td>-->
|
|
|
+<!-- <td colspan="4"><strong>每天</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>每次锻炼时间</td>-->
|
|
|
+<!-- <td><strong>2</strong></td>-->
|
|
|
+<!-- <td>坚持锻炼时间</td>-->
|
|
|
+<!-- <td colspan="2"><strong>2</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>运动类型</td>-->
|
|
|
+<!-- <td colspan="4"><strong>每天</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
|
|
|
- <tr>
|
|
|
- <td rowspan="4">睡眠情况</td>
|
|
|
- <td rowspan="2">睡眠时间</td>
|
|
|
- <td colspan="4"><strong>4小时以下</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>睡觉时间</td>
|
|
|
- <td><strong>21:00</strong></td>
|
|
|
- <td>起床时间</td>
|
|
|
- <td><strong>7:00</strong></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td rowspan="2">睡眠质量</td>
|
|
|
- <td colspan="4"><strong>40分钟内可以入睡</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="4"><strong>夜间从不醒来</strong> </td>
|
|
|
- </tr>
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td rowspan="4">睡眠情况</td>-->
|
|
|
+<!-- <td rowspan="2">睡眠时间</td>-->
|
|
|
+<!-- <td colspan="4"><strong>4小时以下</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>睡觉时间</td>-->
|
|
|
+<!-- <td><strong>21:00</strong></td>-->
|
|
|
+<!-- <td>起床时间</td>-->
|
|
|
+<!-- <td><strong>7:00</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td rowspan="2">睡眠质量</td>-->
|
|
|
+<!-- <td colspan="4"><strong>40分钟内可以入睡</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td colspan="4"><strong>夜间从不醒来</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
|
|
|
- <tr>
|
|
|
- <td rowspan="3">吸烟情况</td>
|
|
|
- <td>吸烟状况</td>
|
|
|
- <td colspan="4"><strong>从不吸烟</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>日吸烟量</td>
|
|
|
- <td colspan="4"><strong>平均5支/天</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>开始吸烟年龄</td>
|
|
|
- <td><strong>20岁</strong></td>
|
|
|
- <td>戒烟年龄</td>
|
|
|
- <td colspan="2"><strong>4年</strong></td>
|
|
|
- </tr>
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td rowspan="3">吸烟情况</td>-->
|
|
|
+<!-- <td>吸烟状况</td>-->
|
|
|
+<!-- <td colspan="4"><strong>从不吸烟</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>日吸烟量</td>-->
|
|
|
+<!-- <td colspan="4"><strong>平均5支/天</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>开始吸烟年龄</td>-->
|
|
|
+<!-- <td><strong>20岁</strong></td>-->
|
|
|
+<!-- <td>戒烟年龄</td>-->
|
|
|
+<!-- <td colspan="2"><strong>4年</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
|
|
|
- <tr>
|
|
|
- <td rowspan="4">饮酒情况</td>
|
|
|
- <td>饮酒频率</td>
|
|
|
- <td colspan="4"><strong>从不</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>日饮酒量</td>
|
|
|
- <td colspan="4"><strong>平均2两/天</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>饮酒种类</td>
|
|
|
- <td colspan="4"><strong>白酒</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>开始饮酒年龄</td>
|
|
|
- <td><strong>18岁</strong></td>
|
|
|
- <td>近一年是否醉酒</td>
|
|
|
- <td colspan="2"><strong>否</strong> </td>
|
|
|
- </tr>
|
|
|
- <!--客户生活方式(健康顾问)end-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td rowspan="4">饮酒情况</td>-->
|
|
|
+<!-- <td>饮酒频率</td>-->
|
|
|
+<!-- <td colspan="4"><strong>从不</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>日饮酒量</td>-->
|
|
|
+<!-- <td colspan="4"><strong>平均2两/天</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>饮酒种类</td>-->
|
|
|
+<!-- <td colspan="4"><strong>白酒</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>开始饮酒年龄</td>-->
|
|
|
+<!-- <td><strong>18岁</strong></td>-->
|
|
|
+<!-- <td>近一年是否醉酒</td>-->
|
|
|
+<!-- <td colspan="2"><strong>否</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <!–客户生活方式(健康顾问)end–>-->
|
|
|
|
|
|
- <!--健康管理计划(健康医生)-->
|
|
|
- <tr>
|
|
|
- <th colspan="6"><h3>健康管理计划(健康医生)</h3></th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>短期目标</td>
|
|
|
- <td colspan="5"><strong>白酒</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>长期目标</td>
|
|
|
- <td colspan="5"><strong>白酒</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td rowspan="4">管理措施</td>
|
|
|
- <td>饮食建议</td>
|
|
|
- <td colspan="4"><strong>白酒</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>运动方案</td>
|
|
|
- <td colspan="4"><strong>白酒</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>心里疏导</td>
|
|
|
- <td colspan="4"><strong>白酒</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>复查安排</td>
|
|
|
- <td colspan="4"><strong>白酒</strong> </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>健康医生</td>
|
|
|
- <td colspan="5"><strong>姓名:肖晓</strong> <strong>时间:2024-11-12</strong></td>
|
|
|
- </tr>
|
|
|
- <!--健康管理计划(健康医生)end-->
|
|
|
+<!-- <!–健康管理计划(健康医生)–>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <th colspan="6"><h3>健康管理计划(健康医生)</h3></th>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>短期目标</td>-->
|
|
|
+<!-- <td colspan="5"><strong>白酒</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>长期目标</td>-->
|
|
|
+<!-- <td colspan="5"><strong>白酒</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td rowspan="4">管理措施</td>-->
|
|
|
+<!-- <td>饮食建议</td>-->
|
|
|
+<!-- <td colspan="4"><strong>白酒</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>运动方案</td>-->
|
|
|
+<!-- <td colspan="4"><strong>白酒</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>心里疏导</td>-->
|
|
|
+<!-- <td colspan="4"><strong>白酒</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>复查安排</td>-->
|
|
|
+<!-- <td colspan="4"><strong>白酒</strong> </td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>健康医生</td>-->
|
|
|
+<!-- <td colspan="5"><strong>姓名:肖晓</strong> <strong>时间:2024-11-12</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <!–健康管理计划(健康医生)end–>-->
|
|
|
|
|
|
- <!--随访记录(客服)-->
|
|
|
- <tr>
|
|
|
- <th colspan="6"><h3>随访记录(客服)</h3></th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>随访时间1</td>
|
|
|
- <td><strong>2024-11-11</strong></td>
|
|
|
- <td>内容及健康变化</td>
|
|
|
- <td><strong>1</strong></td>
|
|
|
- <td>随访人员姓名</td>
|
|
|
- <td><strong>小红</strong></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>随访时间2</td>
|
|
|
- <td><strong>2024-11-11</strong></td>
|
|
|
- <td>内容及健康变化</td>
|
|
|
- <td><strong>1</strong></td>
|
|
|
- <td>随访人员姓名</td>
|
|
|
- <td><strong>小红</strong></td>
|
|
|
- </tr>
|
|
|
+<!-- <!–随访记录(客服)–>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <th colspan="6"><h3>随访记录(客服)</h3></th>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>随访时间1</td>-->
|
|
|
+<!-- <td><strong>2024-11-11</strong></td>-->
|
|
|
+<!-- <td>内容及健康变化</td>-->
|
|
|
+<!-- <td><strong>1</strong></td>-->
|
|
|
+<!-- <td>随访人员姓名</td>-->
|
|
|
+<!-- <td><strong>小红</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>随访时间2</td>-->
|
|
|
+<!-- <td><strong>2024-11-11</strong></td>-->
|
|
|
+<!-- <td>内容及健康变化</td>-->
|
|
|
+<!-- <td><strong>1</strong></td>-->
|
|
|
+<!-- <td>随访人员姓名</td>-->
|
|
|
+<!-- <td><strong>小红</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
|
|
|
- <tr>
|
|
|
- <td>随访时间3</td>
|
|
|
- <td><strong>2024-11-11</strong></td>
|
|
|
- <td>内容及健康变化</td>
|
|
|
- <td><strong>1</strong></td>
|
|
|
- <td>随访人员姓名</td>
|
|
|
- <td><strong>小红</strong></td>
|
|
|
- </tr>
|
|
|
+<!-- <tr>-->
|
|
|
+<!-- <td>随访时间3</td>-->
|
|
|
+<!-- <td><strong>2024-11-11</strong></td>-->
|
|
|
+<!-- <td>内容及健康变化</td>-->
|
|
|
+<!-- <td><strong>1</strong></td>-->
|
|
|
+<!-- <td>随访人员姓名</td>-->
|
|
|
+<!-- <td><strong>小红</strong></td>-->
|
|
|
+<!-- </tr>-->
|
|
|
<!--随访记录(客服)end-->
|
|
|
|
|
|
|