|
@@ -92,7 +92,7 @@
|
92
|
92
|
style="width: 70px; text-align: left"
|
93
|
93
|
v-else
|
94
|
94
|
>
|
95
|
|
- /
|
|
95
|
+
|
96
|
96
|
</div>
|
97
|
97
|
</div>
|
98
|
98
|
</div>
|
|
@@ -142,7 +142,7 @@
|
142
|
142
|
record.patient.user_sys_before_count
|
143
|
143
|
? record.Count +
|
144
|
144
|
record.patient.user_sys_before_count
|
145
|
|
- : "/"
|
|
145
|
+ : ""
|
146
|
146
|
}}
|
147
|
147
|
</div>次
|
148
|
148
|
</div>
|
|
@@ -174,7 +174,7 @@
|
174
|
174
|
{{
|
175
|
175
|
record.assessment_before_dislysis.temperature
|
176
|
176
|
? record.assessment_before_dislysis.temperature
|
177
|
|
- : "/"
|
|
177
|
+ : ""
|
178
|
178
|
}}
|
179
|
179
|
</div>
|
180
|
180
|
°C
|
|
@@ -185,7 +185,7 @@
|
185
|
185
|
{{
|
186
|
186
|
record.assessment_before_dislysis.pulse_frequency
|
187
|
187
|
? record.assessment_before_dislysis.pulse_frequency
|
188
|
|
- : "/"
|
|
188
|
+ : ""
|
189
|
189
|
}}
|
190
|
190
|
</div>
|
191
|
191
|
次/分
|
|
@@ -196,15 +196,15 @@
|
196
|
196
|
{{
|
197
|
197
|
record.assessment_before_dislysis.systolic_blood_pressure
|
198
|
198
|
? record.assessment_before_dislysis.systolic_blood_pressure
|
199
|
|
- : "/"
|
|
199
|
+ : ""
|
200
|
200
|
}}
|
201
|
201
|
</div>
|
202
|
|
- /
|
|
202
|
+
|
203
|
203
|
<div class="under_line" style="width: 50px; text-align: center">
|
204
|
204
|
{{
|
205
|
205
|
record.assessment_before_dislysis.diastolic_blood_pressure
|
206
|
206
|
? record.assessment_before_dislysis.diastolic_blood_pressure
|
207
|
|
- : "/"
|
|
207
|
+ : ""
|
208
|
208
|
}}
|
209
|
209
|
</div>
|
210
|
210
|
mmHg
|
|
@@ -215,7 +215,7 @@
|
215
|
215
|
{{
|
216
|
216
|
record.assessment_before_dislysis.breathing_rate
|
217
|
217
|
? record.assessment_before_dislysis.breathing_rate
|
218
|
|
- : "/"
|
|
218
|
+ : ""
|
219
|
219
|
}}
|
220
|
220
|
</div>
|
221
|
221
|
次/分
|
|
@@ -264,7 +264,7 @@
|
264
|
264
|
<div class="under_line"
|
265
|
265
|
style="width: 80%; text-align: center;white-space: normal;"
|
266
|
266
|
>
|
267
|
|
- {{ record.assessment_before_dislysis.catheter ? record.assessment_before_dislysis.catheter : "/" }}
|
|
267
|
+ {{ record.assessment_before_dislysis.catheter ? record.assessment_before_dislysis.catheter : "" }}
|
268
|
268
|
</div>
|
269
|
269
|
</div>
|
270
|
270
|
</div>
|
|
@@ -284,7 +284,7 @@
|
284
|
284
|
record.prescription &&
|
285
|
285
|
record.prescription.dialysis_dialyszers
|
286
|
286
|
? record.prescription.dialysis_dialyszers
|
287
|
|
- : "/"
|
|
287
|
+ : ""
|
288
|
288
|
}}
|
289
|
289
|
</div>
|
290
|
290
|
</div>
|
|
@@ -294,7 +294,7 @@
|
294
|
294
|
{{
|
295
|
295
|
record.prescription.dialysis_irrigation
|
296
|
296
|
? record.prescription.dialysis_irrigation
|
297
|
|
- : "/"
|
|
297
|
+ : ""
|
298
|
298
|
}}
|
299
|
299
|
</div>
|
300
|
300
|
</div>
|
|
@@ -315,7 +315,7 @@
|
315
|
315
|
<span>{{
|
316
|
316
|
record.prescription.replacement_total
|
317
|
317
|
? record.prescription.replacement_total
|
318
|
|
- : "/"
|
|
318
|
+ : ""
|
319
|
319
|
}}
|
320
|
320
|
</span>
|
321
|
321
|
</div>
|
|
@@ -330,7 +330,7 @@
|
330
|
330
|
{{
|
331
|
331
|
record.prescription.blood_flow_volume
|
332
|
332
|
? record.prescription.blood_flow_volume
|
333
|
|
- : "/"
|
|
333
|
+ : ""
|
334
|
334
|
}}
|
335
|
335
|
</div>
|
336
|
336
|
ml/min
|
|
@@ -342,7 +342,7 @@
|
342
|
342
|
<div class="under_line" style="width: 100px; text-align: center">
|
343
|
343
|
{{
|
344
|
344
|
record.assessment_before_dislysis.dry_weight
|
345
|
|
- ? record.assessment_before_dislysis.dry_weight : "/"
|
|
345
|
+ ? record.assessment_before_dislysis.dry_weight : ""
|
346
|
346
|
}}
|
347
|
347
|
</div>
|
348
|
348
|
kg
|
|
@@ -365,7 +365,7 @@
|
365
|
365
|
record.assessment_before_dislysis
|
366
|
366
|
.additional_weight
|
367
|
367
|
).toFixed(1)
|
368
|
|
- : "/"
|
|
368
|
+ : ""
|
369
|
369
|
}}
|
370
|
370
|
</span>
|
371
|
371
|
</div>
|
|
@@ -377,7 +377,7 @@
|
377
|
377
|
{{
|
378
|
378
|
record.prescription.target_ultrafiltration
|
379
|
379
|
? record.prescription.target_ultrafiltration
|
380
|
|
- : "/"
|
|
380
|
+ : ""
|
381
|
381
|
}}
|
382
|
382
|
</div>
|
383
|
383
|
L
|
|
@@ -392,7 +392,7 @@
|
392
|
392
|
{{
|
393
|
393
|
record.prescription.dialysate_flow
|
394
|
394
|
? record.prescription.dialysate_flow
|
395
|
|
- : "/"
|
|
395
|
+ : ""
|
396
|
396
|
}}
|
397
|
397
|
</div>
|
398
|
398
|
ml/min
|
|
@@ -402,7 +402,7 @@
|
402
|
402
|
<div class="under_line"
|
403
|
403
|
style="width: 50px; text-align: center"
|
404
|
404
|
>
|
405
|
|
- {{ record.prescription.kalium ? record.prescription.kalium : "/" }}
|
|
405
|
+ {{ record.prescription.kalium ? record.prescription.kalium : "" }}
|
406
|
406
|
|
407
|
407
|
</div>
|
408
|
408
|
mmol/L
|
|
@@ -412,14 +412,14 @@
|
412
|
412
|
<div class="under_line"
|
413
|
413
|
style="width: 35px; text-align: center"
|
414
|
414
|
>
|
415
|
|
- <span>{{ record.prescription.sodium ? record.prescription.sodium : "/" }}</span>
|
|
415
|
+ <span>{{ record.prescription.sodium ? record.prescription.sodium : "" }}</span>
|
416
|
416
|
</div>
|
417
|
417
|
mmol/L
|
418
|
418
|
钙:
|
419
|
419
|
<div class="under_line"
|
420
|
420
|
style="width: 35px; text-align: center"
|
421
|
421
|
>
|
422
|
|
- <span> {{ record.prescription.calcium ? record.prescription.calcium : "/" }}</span>
|
|
422
|
+ <span> {{ record.prescription.calcium ? record.prescription.calcium : "" }}</span>
|
423
|
423
|
</div>
|
424
|
424
|
mmol/L
|
425
|
425
|
</div>
|
|
@@ -430,7 +430,7 @@
|
430
|
430
|
style="width: 50px; text-align: center"
|
431
|
431
|
>
|
432
|
432
|
<span>{{
|
433
|
|
- record.prescription.bicarbonate ? record.prescription.bicarbonate : "/"
|
|
433
|
+ record.prescription.bicarbonate ? record.prescription.bicarbonate : ""
|
434
|
434
|
}}
|
435
|
435
|
</span>
|
436
|
436
|
|
|
@@ -461,7 +461,7 @@
|
461
|
461
|
{{
|
462
|
462
|
record.prescription.anticoagulant_shouji
|
463
|
463
|
? record.prescription.anticoagulant_shouji
|
464
|
|
- : "/"
|
|
464
|
+ : ""
|
465
|
465
|
}}
|
466
|
466
|
</div>
|
467
|
467
|
<span v-if="record.prescription.anticoagulant!=0">
|
|
@@ -496,7 +496,7 @@
|
496
|
496
|
{{
|
497
|
497
|
record.prescription.anticoagulant_gaimingcheng
|
498
|
498
|
? record.prescription.anticoagulant_gaimingcheng
|
499
|
|
- : "/"
|
|
499
|
+ : ""
|
500
|
500
|
}}
|
501
|
501
|
</div>
|
502
|
502
|
</div>
|
|
@@ -511,7 +511,7 @@
|
511
|
511
|
{{
|
512
|
512
|
record.prescription.anticoagulant_gaijiliang
|
513
|
513
|
? record.prescription.anticoagulant_gaijiliang
|
514
|
|
- : "/"
|
|
514
|
+ : ""
|
515
|
515
|
}}
|
516
|
516
|
</div>
|
517
|
517
|
ml
|
|
@@ -526,7 +526,7 @@
|
526
|
526
|
{{
|
527
|
527
|
record.prescription.anticoagulant_zongliang
|
528
|
528
|
? record.prescription.anticoagulant_zongliang
|
529
|
|
- : "/"
|
|
529
|
+ : ""
|
530
|
530
|
}}
|
531
|
531
|
</div>
|
532
|
532
|
<span v-if="record.prescription.anticoagulant!=0">
|
|
@@ -603,7 +603,7 @@
|
603
|
603
|
<td>
|
604
|
604
|
{{
|
605
|
605
|
monitor_record.systolic_blood_pressure
|
606
|
|
- ? monitor_record.systolic_blood_pressure + "/"
|
|
606
|
+ ? monitor_record.systolic_blood_pressure + ""
|
607
|
607
|
: ""
|
608
|
608
|
}}
|
609
|
609
|
{{
|
|
@@ -616,7 +616,7 @@
|
616
|
616
|
<td>{{ monitor_record.pulse_frequency? monitor_record.pulse_frequency: ""}}</td>
|
617
|
617
|
<td>{{monitor_record.blood_flow_volume? monitor_record.blood_flow_volume: ""}}</td>
|
618
|
618
|
<td>
|
619
|
|
- {{monitor_record.arterial_pressure ? monitor_record.arterial_pressure : "/"}}
|
|
619
|
+ {{monitor_record.arterial_pressure ? monitor_record.arterial_pressure : ""}}
|
620
|
620
|
</td>
|
621
|
621
|
<td>
|
622
|
622
|
<span>
|
|
@@ -1013,7 +1013,7 @@
|
1013
|
1013
|
{{
|
1014
|
1014
|
record.assessment_after_dislysis.temperature
|
1015
|
1015
|
? record.assessment_after_dislysis.temperature
|
1016
|
|
- : "/"
|
|
1016
|
+ : ""
|
1017
|
1017
|
}}
|
1018
|
1018
|
</div>
|
1019
|
1019
|
°C
|
|
@@ -1026,7 +1026,7 @@
|
1026
|
1026
|
{{
|
1027
|
1027
|
record.assessment_after_dislysis.pulse_frequency
|
1028
|
1028
|
? record.assessment_after_dislysis.pulse_frequency
|
1029
|
|
- : "/"
|
|
1029
|
+ : ""
|
1030
|
1030
|
}}
|
1031
|
1031
|
</div>
|
1032
|
1032
|
次/分
|
|
@@ -1044,12 +1044,12 @@
|
1044
|
1044
|
<span v-if="record.monitor_records.length>0">
|
1045
|
1045
|
{{
|
1046
|
1046
|
record.monitor_records[record.monitor_records.length-1].systolic_blood_pressure ?
|
1047
|
|
- record.monitor_records[record.monitor_records.length-1].systolic_blood_pressure :'/'
|
|
1047
|
+ record.monitor_records[record.monitor_records.length-1].systolic_blood_pressure :''
|
1048
|
1048
|
}}
|
1049
|
1049
|
</span>
|
1050
|
|
- <span v-else>/</span>
|
|
1050
|
+ <span v-else></span>
|
1051
|
1051
|
</div>
|
1052
|
|
- /
|
|
1052
|
+
|
1053
|
1053
|
<div class="under_line"
|
1054
|
1054
|
style="width: 50px; text-align: center"
|
1055
|
1055
|
>
|
|
@@ -1061,10 +1061,10 @@
|
1061
|
1061
|
<span v-if="record.monitor_records.length>0">
|
1062
|
1062
|
{{
|
1063
|
1063
|
record.monitor_records[record.monitor_records.length-1].diastolic_blood_pressure ?
|
1064
|
|
- record.monitor_records[record.monitor_records.length-1].diastolic_blood_pressure : '/'
|
|
1064
|
+ record.monitor_records[record.monitor_records.length-1].diastolic_blood_pressure : ''
|
1065
|
1065
|
}}
|
1066
|
1066
|
</span>
|
1067
|
|
- <span v-else>/</span>
|
|
1067
|
+ <span v-else></span>
|
1068
|
1068
|
</div>
|
1069
|
1069
|
mmHg
|
1070
|
1070
|
</div>
|
|
@@ -1076,7 +1076,7 @@
|
1076
|
1076
|
{{
|
1077
|
1077
|
record.assessment_after_dislysis.breathing_rate
|
1078
|
1078
|
? record.assessment_after_dislysis.breathing_rate
|
1079
|
|
- : "/"
|
|
1079
|
+ : ""
|
1080
|
1080
|
}}
|
1081
|
1081
|
</div>
|
1082
|
1082
|
次/分
|
|
@@ -1088,7 +1088,7 @@
|
1088
|
1088
|
<div class="under_line"
|
1089
|
1089
|
style=" width: 60%; text-align: center; white-space: normal;"
|
1090
|
1090
|
>
|
1091
|
|
- {{ record.assessment_after_dislysis.cruor ? record.assessment_after_dislysis.cruor : "/" }}
|
|
1091
|
+ {{ record.assessment_after_dislysis.cruor ? record.assessment_after_dislysis.cruor : "" }}
|
1092
|
1092
|
</div>
|
1093
|
1093
|
</div>
|
1094
|
1094
|
<div class="inline_block" style="flex: 2">
|
|
@@ -1099,7 +1099,7 @@
|
1099
|
1099
|
{{
|
1100
|
1100
|
record.assessment_after_dislysis.internal_fistula
|
1101
|
1101
|
? record.assessment_after_dislysis.internal_fistula
|
1102
|
|
- : "/"
|
|
1102
|
+ : ""
|
1103
|
1103
|
}}
|
1104
|
1104
|
</div>
|
1105
|
1105
|
</div>
|
|
@@ -1109,7 +1109,7 @@
|
1109
|
1109
|
style="min-width: 75%; text-align: center"
|
1110
|
1110
|
>
|
1111
|
1111
|
{{
|
1112
|
|
- record.assessment_after_dislysis.catheter ? record.assessment_after_dislysis.catheter : "/"
|
|
1112
|
+ record.assessment_after_dislysis.catheter ? record.assessment_after_dislysis.catheter : ""
|
1113
|
1113
|
}}
|
1114
|
1114
|
</div>
|
1115
|
1115
|
</div>
|
|
@@ -1121,7 +1121,7 @@
|
1121
|
1121
|
{{
|
1122
|
1122
|
record.assessment_after_dislysis.actual_treatment_hour
|
1123
|
1123
|
? record.assessment_after_dislysis.actual_treatment_hour
|
1124
|
|
- : "/"
|
|
1124
|
+ : ""
|
1125
|
1125
|
}}
|
1126
|
1126
|
</div>
|
1127
|
1127
|
h
|
|
@@ -1150,7 +1150,7 @@
|
1150
|
1150
|
record.assessment_before_dislysis
|
1151
|
1151
|
.additional_weight
|
1152
|
1152
|
).toFixed(1)
|
1153
|
|
- : "/"
|
|
1153
|
+ : ""
|
1154
|
1154
|
}}
|
1155
|
1155
|
</span>
|
1156
|
1156
|
</div>
|
|
@@ -1166,7 +1166,7 @@
|
1166
|
1166
|
{{ record.assessment_after_dislysis &&
|
1167
|
1167
|
record.assessment_after_dislysis.weight_loss
|
1168
|
1168
|
? record.assessment_after_dislysis.weight_loss
|
1169
|
|
- : "/"}}
|
|
1169
|
+ : ""}}
|
1170
|
1170
|
</span>
|
1171
|
1171
|
|
1172
|
1172
|
</div>
|
|
@@ -1182,7 +1182,7 @@
|
1182
|
1182
|
record.assessment_after_dislysis.dialysis_intakes
|
1183
|
1183
|
? record.assessment_after_dislysis
|
1184
|
1184
|
.dialysis_intakes
|
1185
|
|
- : "/"
|
|
1185
|
+ : ""
|
1186
|
1186
|
}}
|
1187
|
1187
|
</div>
|
1188
|
1188
|
{{ getUnit(record) }}
|
|
@@ -1193,12 +1193,12 @@
|
1193
|
1193
|
<div class="under_line"
|
1194
|
1194
|
style="width: 70px; text-align: center"
|
1195
|
1195
|
>
|
1196
|
|
- <span v-if="record.monitor_records[record.monitor_records.length - 1].ultrafiltration_volume !=''">
|
|
1196
|
+ <span v-if="record.monitor_records !='' && record.monitor_records[record.monitor_records.length - 1].ultrafiltration_volume !=''">
|
1197
|
1197
|
{{ (record.monitor_records[record.monitor_records.length - 1].ultrafiltration_volume/1000).toFixed(1) }}
|
1198
|
1198
|
</span>
|
1199
|
1199
|
<span v-else>
|
1200
|
1200
|
{{ record.assessment_after_dislysis.actual_ultrafiltration
|
1201
|
|
- ? record.assessment_after_dislysis.actual_ultrafiltration : '/' }}
|
|
1201
|
+ ? record.assessment_after_dislysis.actual_ultrafiltration : '' }}
|
1202
|
1202
|
</span>
|
1203
|
1203
|
<!-- {{
|
1204
|
1204
|
record.assessment_after_dislysis.actual_ultrafiltration
|
|
@@ -1225,7 +1225,7 @@
|
1225
|
1225
|
{{
|
1226
|
1226
|
record.summer && record.summer.dialysis_summary
|
1227
|
1227
|
? record.summer.dialysis_summary
|
1228
|
|
- : "/"
|
|
1228
|
+ : ""
|
1229
|
1229
|
}}
|
1230
|
1230
|
</div>
|
1231
|
1231
|
</div>
|
|
@@ -1246,7 +1246,7 @@
|
1246
|
1246
|
{{
|
1247
|
1247
|
record.summer && record.summer.mission
|
1248
|
1248
|
? record.summer.mission
|
1249
|
|
- : "/"
|
|
1249
|
+ : ""
|
1250
|
1250
|
}}
|
1251
|
1251
|
</div>
|
1252
|
1252
|
</div>
|
|
@@ -1270,7 +1270,7 @@
|
1270
|
1270
|
"
|
1271
|
1271
|
>
|
1272
|
1272
|
{{ getAdminUser(record.dialysis_order, "start_nurse")
|
1273
|
|
- ? getAdminUser(record.dialysis_order,"start_nurse"): "/"
|
|
1273
|
+ ? getAdminUser(record.dialysis_order,"start_nurse"): ""
|
1274
|
1274
|
}}
|
1275
|
1275
|
</span>
|
1276
|
1276
|
<img
|
|
@@ -1337,7 +1337,7 @@
|
1337
|
1337
|
{{
|
1338
|
1338
|
getAdminUser(record.check, "creater")
|
1339
|
1339
|
? getAdminUser(record.check, "creater")
|
1340
|
|
- : "/"
|
|
1340
|
+ : ""
|
1341
|
1341
|
}}
|
1342
|
1342
|
</span>
|
1343
|
1343
|
<img
|
|
@@ -1367,7 +1367,7 @@
|
1367
|
1367
|
{{
|
1368
|
1368
|
getAdminUser(record.check, "modifier")
|
1369
|
1369
|
? getAdminUser(record.check, "modifier")
|
1370
|
|
- : "/"
|
|
1370
|
+ : ""
|
1371
|
1371
|
}}
|
1372
|
1372
|
</span>
|
1373
|
1373
|
<img
|
|
@@ -1397,7 +1397,7 @@
|
1397
|
1397
|
{{
|
1398
|
1398
|
getAdminUser(record.check, "creater")
|
1399
|
1399
|
? getAdminUser(record.check, "creater")
|
1400
|
|
- : "/"
|
|
1400
|
+ : ""
|
1401
|
1401
|
}}
|
1402
|
1402
|
</span>
|
1403
|
1403
|
<img
|
|
@@ -1436,7 +1436,7 @@
|
1436
|
1436
|
record.dialysis_order,
|
1437
|
1437
|
"finish_nurse"
|
1438
|
1438
|
)
|
1439
|
|
- : "/"
|
|
1439
|
+ : ""
|
1440
|
1440
|
}}</span
|
1441
|
1441
|
>
|
1442
|
1442
|
<img
|
|
@@ -2295,7 +2295,7 @@ export default {
|
2295
|
2295
|
console.log(record);
|
2296
|
2296
|
},
|
2297
|
2297
|
getDisplaceLiquiPart: function (val) {
|
2298
|
|
- let displace_liqui_part_name = "/";
|
|
2298
|
+ let displace_liqui_part_name = "";
|
2299
|
2299
|
const displace_liqui_part = this.displaceLiquiPartOptions;
|
2300
|
2300
|
for (let i = 0; i < displace_liqui_part.length; i++) {
|
2301
|
2301
|
if (displace_liqui_part[i].id == val) {
|