|
|
|
|
98
|
<tr>
|
98
|
<tr>
|
99
|
<td style="text-align:left;" colspan="3">
|
99
|
<td style="text-align:left;" colspan="3">
|
100
|
<span style="display:inline-block;margin-left:15px;">治疗方式:</span>
|
100
|
<span style="display:inline-block;margin-left:15px;">治疗方式:</span>
|
101
|
- <label-box :isChecked="record.prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>
|
|
|
102
|
- <label-box :isChecked="record.prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>
|
|
|
103
|
- <label-box :isChecked="record.prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>
|
|
|
104
|
- <label-box :isChecked="record.prescription.mode_id == 7 ? true : false" showValue="IUF"></label-box>
|
|
|
105
|
- <label-box :isChecked="record.prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>
|
|
|
|
|
101
|
+ <label-box :isChecked="record.prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>
|
|
|
102
|
+ <label-box :isChecked="record.prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>
|
|
|
103
|
+ <label-box :isChecked="record.prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>
|
|
|
104
|
+ <label-box :isChecked="record.prescription.mode_id == 7 ? true : false" showValue="IUF"></label-box>
|
|
|
105
|
+ <label-box :isChecked="record.prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>
|
|
|
106
|
+ <label-box :isChecked="record.prescription.mode_id == 3 ? true : false" showValue="HD+HP"></label-box>
|
106
|
</td>
|
107
|
</td>
|
107
|
<td style="text-align:left;" colspan="4">
|
108
|
<td style="text-align:left;" colspan="4">
|
108
|
<span style="display:inline-block;margin-left:15px;">诊断: {{ record.patient.diagnose }}</span>
|
109
|
<span style="display:inline-block;margin-left:15px;">诊断: {{ record.patient.diagnose }}</span>
|
|
|
|
|
181
|
</span>
|
182
|
</span>
|
182
|
</td>
|
183
|
</td>
|
183
|
<td style="text-align:left;padding-left:15px;" colspan="6">
|
184
|
<td style="text-align:left;padding-left:15px;" colspan="6">
|
184
|
-
|
|
|
|
|
185
|
+
|
185
|
<span style="display:inline-block;">
|
186
|
<span style="display:inline-block;">
|
186
|
<label-box :isChecked="record.prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
|
187
|
<label-box :isChecked="record.prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
|
187
|
<!-- <label-box :isChecked="record.prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>: -->
|
188
|
<!-- <label-box :isChecked="record.prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>: -->
|
|
|
|
|
998
|
</span>
|
999
|
</span>
|
999
|
</td>
|
1000
|
</td>
|
1000
|
<td style="text-align:left;" colspan="3">
|
1001
|
<td style="text-align:left;" colspan="3">
|
1001
|
- <span style="display:flex;align-items:center;height:36px;margin-left:15px;">下机护士:
|
|
|
|
|
1002
|
+ <span style="display:flex;align-items:center;height:36px;margin-left:15px;">下机护士:
|
1002
|
<span v-if="setAdminUserES(record.dialysis_order, 'finish_nurse') == ''">{{getAdminUser(record.dialysis_order, 'finish_nurse')}}</span>
|
1003
|
<span v-if="setAdminUserES(record.dialysis_order, 'finish_nurse') == ''">{{getAdminUser(record.dialysis_order, 'finish_nurse')}}</span>
|
1003
|
<img class="es-img" :src="setAdminUserES(record.dialysis_order, 'finish_nurse')" alt=""
|
1004
|
<img class="es-img" :src="setAdminUserES(record.dialysis_order, 'finish_nurse')" alt=""
|
1004
|
srcset="" v-else style="height: 30px;">
|
1005
|
srcset="" v-else style="height: 30px;">
|
|
|
|
|
1206
|
}
|
1207
|
}
|
1207
|
console.log(this.bloodAccessParOpera)
|
1208
|
console.log(this.bloodAccessParOpera)
|
1208
|
|
1209
|
|
1209
|
-
|
|
|
|
|
1210
|
+
|
1210
|
var arr = [];
|
1211
|
var arr = [];
|
1211
|
var arrtwo = [];
|
1212
|
var arrtwo = [];
|
1212
|
for (let i = 0; i < bloodAccessParOpera.length; i++) {
|
1213
|
for (let i = 0; i < bloodAccessParOpera.length; i++) {
|
|
|
|
|
1234
|
this.arr = arr;
|
1235
|
this.arr = arr;
|
1235
|
this.arrtwo = arrtwo;
|
1236
|
this.arrtwo = arrtwo;
|
1236
|
|
1237
|
|
1237
|
-
|
|
|
|
|
1238
|
+
|
1238
|
this.blood_access_part = getDataConfig('hemodialysis', 'vascular_access')
|
1239
|
this.blood_access_part = getDataConfig('hemodialysis', 'vascular_access')
|
1239
|
|
1240
|
|
1240
|
var dialysateFormulationOptions = getDataConfig(
|
1241
|
var dialysateFormulationOptions = getDataConfig(
|