report_first.wxml 6.43 KB
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
<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>