|
@@ -130,27 +130,6 @@
|
130
|
130
|
</div>
|
131
|
131
|
mmHg
|
132
|
132
|
</div>
|
133
|
|
- <div class="inline_block" style="margin-left:10px;">
|
134
|
|
- 血管通路:
|
135
|
|
- <div class="under_line" style="width: 200px;text-align: center;">
|
136
|
|
- {{QueryPartById(predialysis.blood_access_part_id)}} {{predialysis.blood_access_part_opera_name}}
|
137
|
|
- </div>
|
138
|
|
- </div>
|
139
|
|
- </div>
|
140
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
141
|
|
- <div class="inline_block" style="flex:1;">
|
142
|
|
- 内瘘:
|
143
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
144
|
|
- {{predialysis.internal_fistula?predialysis.internal_fistula:'/'}}
|
145
|
|
- </div>
|
146
|
|
- </div>
|
147
|
|
-
|
148
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
149
|
|
- 导管:
|
150
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
151
|
|
- {{predialysis.catheter?predialysis.catheter:'/'}}
|
152
|
|
- </div>
|
153
|
|
- </div>
|
154
|
133
|
<div class="inline_block" style="margin-left:10px;flex:1;">
|
155
|
134
|
穿刺方式:
|
156
|
135
|
<div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 0">
|
|
@@ -172,6 +151,30 @@
|
172
|
151
|
{{predialysis.puncture_needle?predialysis.puncture_needle:'/'}}
|
173
|
152
|
</div>
|
174
|
153
|
</div>
|
|
154
|
+
|
|
155
|
+ </div>
|
|
156
|
+
|
|
157
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
158
|
+ <div class="inline_block" style="flex:1.4">
|
|
159
|
+ 血管通路:
|
|
160
|
+ <div class="under_line" style="width: 200px;text-align: center;">
|
|
161
|
+ {{QueryPartById(predialysis.blood_access_part_id)}} {{predialysis.blood_access_part_opera_name}}
|
|
162
|
+ </div>
|
|
163
|
+ </div>
|
|
164
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
165
|
+ 内瘘:
|
|
166
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
167
|
+ {{predialysis.internal_fistula?predialysis.internal_fistula:'/'}}
|
|
168
|
+ </div>
|
|
169
|
+ </div>
|
|
170
|
+
|
|
171
|
+ <div class="inline_block" style="margin-left:10px;flex:1.8;">
|
|
172
|
+ 导管:
|
|
173
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
174
|
+ {{predialysis.catheter?predialysis.catheter:'/'}}
|
|
175
|
+ </div>
|
|
176
|
+ </div>
|
|
177
|
+
|
175
|
178
|
</div>
|
176
|
179
|
<div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
177
|
180
|
<div class="inline_block" style="flex:1;">
|
|
@@ -450,11 +453,14 @@
|
450
|
453
|
<td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
|
451
|
454
|
<td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
|
452
|
455
|
<td>{{monitor.venous_pressure?monitor.venous_pressure:''}}</td>
|
453
|
|
- <td>{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:0}}</td>
|
|
456
|
+ <td v-if="monitor.operate_time > dialysisOrder.end_time">{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:''}}</td>
|
|
457
|
+ <td v-if="monitor.operate_time <= dialysisOrder.end_time">{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:0}}</td>
|
454
|
458
|
<td>{{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}</td>
|
455
|
459
|
<td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
|
456
|
|
- <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
|
457
|
|
- <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50">{{monitor.displacement_quantity?monitor.displacement_quantity:0}}</td>
|
|
460
|
+ <td v-if="monitor.operate_time > dialysisOrder.end_time">{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:''}}</td>
|
|
461
|
+ <td v-if="monitor.operate_time <= dialysisOrder.end_time">{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
|
|
462
|
+ <td v-if="(prescription.mode_id==2 || prescription.mode_id==5)&&monitor.operate_time > dialysisOrder.end_time" width="50">{{monitor.displacement_quantity?monitor.displacement_quantity:''}}</td>
|
|
463
|
+ <td v-if="(prescription.mode_id==2 || prescription.mode_id==5)&&monitor.operate_time <= dialysisOrder.end_time" width="50">{{monitor.displacement_quantity?monitor.displacement_quantity:0}}</td>
|
458
|
464
|
<td style="line-height:16px;padding:0px;">
|
459
|
465
|
<div style="min-height:35px;line-height:35px; overflow:hidden;">
|
460
|
466
|
<span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
|
|
@@ -704,7 +710,7 @@
|
704
|
710
|
</div>
|
705
|
711
|
次/分
|
706
|
712
|
</div>
|
707
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
713
|
+ <div class="inline_block" style="margin-left:10px;flex:1.5;">
|
708
|
714
|
BP:
|
709
|
715
|
<div class="under_line" style="width: 50px;text-align: center;">
|
710
|
716
|
{{afterdialysis.systolic_blood_pressure?afterdialysis.systolic_blood_pressure:'/'}}
|
|
@@ -715,6 +721,17 @@
|
715
|
721
|
</div>
|
716
|
722
|
mmHg
|
717
|
723
|
</div>
|
|
724
|
+ <div class="inline_block" style="flex:1.5;">
|
|
725
|
+ 实际治疗时间:
|
|
726
|
+ <div class="under_line" style="width: 30px;text-align: center">
|
|
727
|
+ {{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'/'}}
|
|
728
|
+ </div>
|
|
729
|
+ h
|
|
730
|
+ <div class="under_line" style="width: 30px;text-align: center">
|
|
731
|
+ {{afterdialysis.actual_treatment_minute?afterdialysis.actual_treatment_minute:0}}
|
|
732
|
+ </div>
|
|
733
|
+ min
|
|
734
|
+ </div>
|
718
|
735
|
</div>
|
719
|
736
|
<div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
720
|
737
|
<div class="inline_block" style="flex:2;">
|
|
@@ -729,23 +746,13 @@
|
729
|
746
|
{{afterdialysis.internal_fistula?afterdialysis.internal_fistula:'/'}}
|
730
|
747
|
</div>
|
731
|
748
|
</div>
|
732
|
|
- <div class="inline_block" style="flex:1;">
|
|
749
|
+ <div class="inline_block" style="flex:3;">
|
733
|
750
|
导管:
|
734
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
|
751
|
+ <div class="under_line" style="min-width: 120px;text-align: center">
|
735
|
752
|
{{afterdialysis.catheter?afterdialysis.catheter:'/'}}
|
736
|
753
|
</div>
|
737
|
754
|
</div>
|
738
|
|
- <div class="inline_block" style="flex:1.5;">
|
739
|
|
- 实际治疗时间:
|
740
|
|
- <div class="under_line" style="width: 30px;text-align: center">
|
741
|
|
- {{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'/'}}
|
742
|
|
- </div>
|
743
|
|
- h
|
744
|
|
- <div class="under_line" style="width: 30px;text-align: center">
|
745
|
|
- {{afterdialysis.actual_treatment_minute?afterdialysis.actual_treatment_minute:0}}
|
746
|
|
- </div>
|
747
|
|
- min
|
748
|
|
- </div>
|
|
755
|
+
|
749
|
756
|
</div>
|
750
|
757
|
|
751
|
758
|
<div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|