高血压高血脂问卷、合同修改5.1时间修改
This commit is contained in:
@ -77,7 +77,7 @@
|
||||
<div class="line-rule">3、甲方按与乙方约定事项及服务内容,通过定制营养减脂饮食方案为乙方提供减脂服务,服务中不使用任何仪器、针药、不使用医疗类药物等。</div>
|
||||
<div class="line-rule">4、甲方为乙方提供专业营养指导咨询服务。</div>
|
||||
<div class="line-rule">5、服务标准</div>
|
||||
<div style="margin-left: 24px">5.1、甲方为乙方每周提供一对一有效咨询时间6日,每日咨询服务时间为早10:00—晚20:30。每日服务10.5小时(法定节假日除外)</div>
|
||||
<div style="margin-left: 24px">5.1、甲方为乙方每周提供一对一有效咨询时间6日,每日咨询服务时间为早10:00—晚19:00。每日服务9小时(法定节假日除外)</div>
|
||||
<div style="margin-left: 24px">5.2、乙方可享受营养学基础知识学习,肥胖与生活习惯知识学习,享受营养师亲自培训初级自我体重管理知识。</div>
|
||||
<div style="margin-left: 24px">5.3、甲方为乙方定制营养减脂饮食方案,7天为一期,每期结束前1—2天,更新发送下一期饮食减脂方案。</div>
|
||||
<div style="margin-left: 24px">5.4、甲方对乙方所做出的承诺不得超出力所能及的范围,不得夸大、吹嘘、作假服务效果,双方明确,甲方只提供咨询服务,不含任何医疗行为。</div>
|
||||
@ -86,7 +86,7 @@
|
||||
<div style="margin-left: 24px">5.7、乙方不能在家佐餐,需要进行外食指导,甲方有责任及义务为乙方提供对应的指导。</div>
|
||||
<div style="margin-left: 24px">5.8、乙方自订购服务日起,享有单一营养师的指导及咨询服务,如需中途更换指导老师,需在当期方案执行结束至少3日内告知,以便于更换指导。</div>
|
||||
<div style="margin-left: 24px">5.9、甲方每日会敦促乙方进行服务效果反馈,一日三餐需进行打卡。</div>
|
||||
<div style="margin-left: 24px">5.10、甲方在接收到乙方发送咨询需求3.5小时内需及时为乙方解答(周日及法定节假日除外)。</div>
|
||||
<!--<div style="margin-left: 24px">5.10、甲方在接收到乙方发送咨询需求3.5小时内需及时为乙方解答(周日及法定节假日除外)。</div>-->
|
||||
</p>
|
||||
|
||||
<p>第二条 合作内容及费用
|
||||
|
@ -210,6 +210,11 @@ export default {
|
||||
eatFruitsMessage:[],
|
||||
//长期服用药物JSON数组, [{'type': 1, 'drug':[{'name':'降压药1','num':'每天三粒','time':'早中晚'}]}]
|
||||
longEatDrugMessage:[],
|
||||
//服药依从性
|
||||
medicationCompliance: "1",
|
||||
//药物不良反应
|
||||
adverseReactionsFlag: 0,
|
||||
adverseReactions: null,
|
||||
//高血糖评估
|
||||
bloodSugarMessage: {
|
||||
beforeMealBloodSugar: null,
|
||||
@ -356,6 +361,47 @@ export default {
|
||||
productionNum: null,
|
||||
//流产次数
|
||||
abortionNum: null
|
||||
},
|
||||
//高血压(第二版)
|
||||
hypertensionMessage:{
|
||||
//现病史
|
||||
historyOfPresentIllness: null,
|
||||
maxHighPressure: null,
|
||||
maxLowPressure: null,
|
||||
recentTime: null,
|
||||
recentHighPressure: null,
|
||||
recentLowPressure: null,
|
||||
//静息心率
|
||||
restingHeartRate: null,
|
||||
measureBloodPressure: "1",
|
||||
|
||||
totalCholesterol: null,
|
||||
//高密度脂蛋白胆固醇
|
||||
highLipoproteinCholesterol: null,
|
||||
//低密度脂蛋白胆固醇
|
||||
lowLipoproteinCholesterol: null,
|
||||
//甘油三酯
|
||||
triglyceride: null,
|
||||
//血糖
|
||||
bloodSugar: null,
|
||||
//尿常规
|
||||
urinalysis: null,
|
||||
//月经史
|
||||
menstrualHistory: null,
|
||||
//妊娠史
|
||||
historyOfPregnancy: null
|
||||
},
|
||||
//高血脂
|
||||
hyperlipidemiaMessage:{
|
||||
totalCholesterol: null,
|
||||
//高密度脂蛋白胆固醇
|
||||
highLipoproteinCholesterol: null,
|
||||
//低密度脂蛋白胆固醇
|
||||
lowLipoproteinCholesterol: null,
|
||||
//甘油三酯
|
||||
triglyceride: null,
|
||||
//肝功能
|
||||
liverFunction: null
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user