<view class='top_title'>
<view style='width:100%'>产前检查记录</view>
<view style='display: inline-block;font-size: 14px;color: #888888;'>产检日期:{{checkData.checkTime}}</view>
<view>产检医生:{{checkData.prodDoctorStr}}</view>
</view>
<view style='font-size: 14px;color: #888888;background:white;padding-left:15px;'>高危因素:{{risk}}</view>
<view class='notice'>提示:该信息只展示产检报告中的部分信息,只用于提醒和检查结果参考,不作为产检诊断依据。最终和完整结果以纸质检查报告结果为准。</view>
<view class='divider_grey_10'></view>
<view class='section'>
<view class="report-info-bg">
<view class="report-info-box">
<block wx:for="{{baseCheck}}">
<view class="report-info-item">
<text class="report-info-text-title">{{item.title}}:</text>
<text>{{item.value}}</text>
</view>
</block>
</view>
</view>
</view>
<view class='section'>
<view class='health_exam'>
<view class='health_exam_detail'>{{checkData.bp || '-'}}</view>
<view class='health_exam_item'>孕前血压(mmHg)</view>
</view>
<view class='health_exam'>
<view class='health_exam_detail'>{{checkData.yqWeight || '-'}}</view>
<view class='health_exam_item'>孕前体重(kg)</view>
</view>
<view class='health_exam'>
<view class='health_exam_detail'>{{checkData.tzzs || '-'}}</view>
<view class='health_exam_item'>孕前BMI(kg/m)</view>
</view>
</view>
<view class='section'>
<!-- <view class='medical_history'>
<text class='medical_history_title'>确诊方法:</text>
<text class='medical_history_content'>{{checkData}}</text>
<text class='medical_history_last'>符合月份</text>
</view> -->
<view class='medical_history'>
<view class='medical_history_title'>家族史:</view>
<view class='medical_history_content'>
<text>{{checkData.familyHistory}}</text>
</view>
</view>
<view class='medical_history'>
<view class='medical_history_title'>孕产史:</view>
<view class='medical_history_content'>
<text>{{checkData.hisGestation}}</text>
</view>
</view>
<view class='medical_history'>
<view class='medical_history_title'>流产史:</view>
<view class='medical_history_content'>
<text>{{checkData.abortion}}</text>
</view>
</view>
</view>
<!-- <view class='section'>
<view class='report-info-box'>
<view class="report-info-item">
<text class="report-info-text-title">分娩时间:</text>
<text>{{checkData}}</text>
</view>
<view class="report-info-item">
<text class="report-info-text-title">分娩方式:</text>
<text>{{checkData}}</text>
</view>
<view class="report-info-item">
<text class="report-info-text-title">新生儿体重:</text>
<text>{{checkData}}</text>
</view>
<view class="report-info-item">
<text class="report-info-text-title">健康状况:</text>
<text>{{checkData}}</text>
</view>
<view class="report-info-item">
<text class="report-info-text-title">备注:</text>
<text>{{checkData}}</text>
</view>
</view>
</view> -->
<view class='section'>
<view class='previous_history'>
<view class='previous_history_title'>既往史:</view>
<text>{{checkData.pastHistory}}</text>
</view>
<view class='previous_history'>
<view class='previous_history_title'>孕期情况:</view>
<text>{{checkData.cestationInfo}}</text>
</view>
<!-- <view class='previous_history'>
<view class='previous_history_title'>目前不适:</view>
<text>{{checkData}}</text>
</view> -->
</view>
<view class='section'>
<view class='section_title'>
<view></view>
<text>全身疾病</text>
</view>
<view class="report-info-bg">
<view class="report-info-box">
<block wx:for="{{bodyCheck}}">
<view class="report-info-item">
<text class="report-info-text-title">{{item.title}}:</text>
<text>{{item.value || ''}}</text>
</view>
</block>
</view>
</view>
</view>
<view class='section'>
<view class='section_title'>
<view></view>
<text>妇科检查</text>
</view>
<view class="report-info-bg">
<view class="report-info-box">
<block wx:for="{{womenCheck}}">
<view class="report-info-item">
<text class="report-info-text-title">{{item.title}}:</text>
<text>{{item.value || ''}}</text>
</view>
</block>
</view>
</view>
</view>
<view class='section'>
<view class='section_title'>
<view></view>
<text>产科检查</text>
</view>
<view class="report-info-bg">
<view class="report-info-box">
<block wx:for="{{obstetricsCheck}}">
<view class="report-info-item">
<text class="report-info-text-title">{{item.title}}:</text>
<text>{{item.value || ''}}</text>
</view>
</block>
</view>
</view>
</view>
<view class='section'>
<view class='section_title'>
<view></view>
<text>辅助检查</text>
</view>
<view class="report-info-bg">
<view class="report-info-box">
<block wx:for="{{assistantCheck}}">
<view class='report-item-title'>
<view class='report-item-title-dot'></view>
<text class='report-info-text-title'>{{item.top_title}}</text>
</view>
<block wx:for="{{item.content}}" wx:for-item="newItem">
<view class="report-info-item">
<text class="report-info-text-title">{{newItem.title}}:</text>
<text>{{newItem.value || ''}}</text>
</view>
</block>
</block>
</view>
<view class="report-info-bg">
<view class="report-info-box">
<view class="report-info-item">
<text class="report-info-text-title">HIV:</text>
<text>{{checkData.hivkt || ''}}</text>
</view>
<view class="report-info-item">
<text class="report-info-text-title">彩超:</text>
<text>{{checkData.bChao || ''}}</text>
</view>
</view>
</view>
</view>
</view>
<view class='section'>
<view class='section_title'>
<view></view>
<text>诊断</text>
</view>
<view class='suggestion'>
{{checkData.diagnosis + ', ' + (checkData.diagnosisOther ? checkData.diagnosisOther : '')}}
</view>
</view>
<view class='section'>
<view class='section_title'>
<view></view>
<text>处理意见</text>
</view>
<view class='suggestion'>
{{checkData.treatOpinion}}
</view>
</view>