生存状态:{{followInfo.isLive==1?'生存':'死亡'}}
随访状态:{{
followInfo.status == 1 ? '接收随访' :
followInfo.status == 2 ? '拒访' :
followInfo.status == 3 ? '不详' :
followInfo.status == 4 ? '失访' :
followInfo.status == 5 ? '非本辖区—退回再根据现住址下推' :
''
}}
慢阻肺首次诊断时间:{{followInfo.firstVisitTime}}
慢阻肺首次诊断地区:{{followInfo.firstVisitArea}}
慢阻肺首次诊断机构级别:{{
followInfo.firstVisitOrgLevel == 1 ? '三级医院' :
followInfo.firstVisitOrgLevel == 2 ? '二级医院' :
followInfo.firstVisitOrgLevel == 3 ? '村卫生室' :
followInfo.firstVisitOrgLevel == 4 ? '乡镇卫生院/社区卫生服务机构' :
followInfo.firstVisitOrgLevel == 5 ? '其他医疗卫生机构' :
''
}}
是否抽烟:{{followInfo.hasSmoke==1?'是':followInfo.hasSmoke==0?'':'已戒'}}
是否饮酒:{{followInfo.hasDrink==1?'是':followInfo.hasDrink==0?'':'已戒'}}