|
@@ -39,7 +39,7 @@
|
39
|
39
|
</div>
|
40
|
40
|
<div class="inline_block" v-if="org_id!=10510">
|
41
|
41
|
床号:
|
42
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
|
42
|
+ <div class="under_line" style="width: 100px;text-align: center;">
|
43
|
43
|
{{ dialysisOrder&&dialysisOrder.DeviceNumber.number }}
|
44
|
44
|
<!-- <span v-if="org_id!=9675 && org_id!=10447 && org_id!=10460"> {{'/'}}</span>
|
45
|
45
|
<span v-if="org_id ==9675 || org_id==10447 || org_id == 10460"> {{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}}</span> -->
|
|
@@ -183,7 +183,7 @@
|
183
|
183
|
<div
|
184
|
184
|
class="under_line"
|
185
|
185
|
style="width: 100px;text-align: center"
|
186
|
|
-
|
|
186
|
+
|
187
|
187
|
>
|
188
|
188
|
{{ predialysis.puncture_way?predialysis.puncture_way:"/"}}
|
189
|
189
|
</div>
|
|
@@ -361,7 +361,7 @@
|
361
|
361
|
<div class="inline_block" style="margin-left:10px;flex:1;">
|
362
|
362
|
置换量:
|
363
|
363
|
<div class="under_line" style="width: 70px;text-align: center">
|
364
|
|
- <span v-if="org_id!=10206">{{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}</span>
|
|
364
|
+ <span v-if="org_id!=10206">{{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}</span>
|
365
|
365
|
<span v-if="org_id==10206">{{prescription.replacement_total?prescription.replacement_total:'/'}}</span>
|
366
|
366
|
</div>
|
367
|
367
|
L
|
|
@@ -378,11 +378,11 @@
|
378
|
378
|
<div class="under_line" style="width: 50px;text-align: center">
|
379
|
379
|
{{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'/'}} h
|
380
|
380
|
{{prescription.dialysis_duration_minute?prescription.dialysis_duration_minute:'/'}}
|
381
|
|
- <span v-if="prescription.dialysis_duration_minute>0">min</span>
|
|
381
|
+ <span v-if="prescription.dialysis_duration_minute>0">min</span>
|
382
|
382
|
</div>
|
383
|
|
-
|
384
|
|
-
|
385
|
|
-
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
386
|
386
|
</div>
|
387
|
387
|
</div>
|
388
|
388
|
<div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
@@ -414,7 +414,7 @@
|
414
|
414
|
<div class="under_line" style="width: 100px;text-align: center">
|
415
|
415
|
<!-- {{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}} -->
|
416
|
416
|
{{ lastWeight.weight_after?lastWeight.weight_after:"" }}
|
417
|
|
-
|
|
417
|
+
|
418
|
418
|
</div>
|
419
|
419
|
|
420
|
420
|
kg
|
|
@@ -446,8 +446,8 @@
|
446
|
446
|
<div class="under_line" style="width: 100px;text-align: center">
|
447
|
447
|
{{prescription.prescription_water?prescription.prescription_water:'/'}}
|
448
|
448
|
</div>
|
449
|
|
- <span v-if="org_id!=10679 && org_id!=10677 ">ml</span>
|
450
|
|
- <span v-if="org_id ==10679 || org_id ==10677">ml</span>
|
|
449
|
+ <span v-if="org_id!=10679 && org_id!=10677 ">ml</span>
|
|
450
|
+ <span v-if="org_id ==10679 || org_id ==10677">ml</span>
|
451
|
451
|
</div>
|
452
|
452
|
</div>
|
453
|
453
|
|
|
@@ -506,9 +506,9 @@
|
506
|
506
|
<span v-if="prescription.anticoagulant == 3">iu</span>
|
507
|
507
|
<span v-if="prescription.anticoagulant == 2">iu</span>
|
508
|
508
|
<span v-if="prescription.anticoagulant == 1">mg</span>
|
509
|
|
- <span v-if="prescription.anticoagulant == 14">
|
510
|
|
- <span v-if="org_id!=10644">mg</span>
|
511
|
|
- <span v-if="org_id==10644">iu</span>
|
|
509
|
+ <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
|
|
510
|
+ <span v-if="org_id!=10644">mg</span>
|
|
511
|
+ <span v-if="org_id==10644">iu</span>
|
512
|
512
|
</span>
|
513
|
513
|
<span v-if="prescription.anticoagulant == 17">U</span>
|
514
|
514
|
</span>
|
|
@@ -527,11 +527,11 @@
|
527
|
527
|
<span v-if="prescription.anticoagulant == 13">iu</span>
|
528
|
528
|
<span v-if="prescription.anticoagulant == 16">iu</span>
|
529
|
529
|
<span v-if="prescription.anticoagulant == 17">U</span>
|
530
|
|
- <span v-if="prescription.anticoagulant == 14">
|
531
|
|
- <span v-if="org_id!=10644">mg</span>
|
532
|
|
- <span v-if="org_id==10644">iu</span>
|
|
530
|
+ <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
|
|
531
|
+ <span v-if="org_id!=10644">mg</span>
|
|
532
|
+ <span v-if="org_id==10644">iu</span>
|
533
|
533
|
</span>
|
534
|
|
-
|
|
534
|
+
|
535
|
535
|
|
536
|
536
|
</span>
|
537
|
537
|
|
|
@@ -552,9 +552,9 @@
|
552
|
552
|
<span v-if="prescription.anticoagulant == 3">iu/h</span>
|
553
|
553
|
<span v-if="prescription.anticoagulant == 2">iu/h</span>
|
554
|
554
|
<span v-if="prescription.anticoagulant == 1">mg/h</span>
|
555
|
|
- <span v-if="prescription.anticoagulant == 14">
|
556
|
|
- <span v-if="org_id!=10644">mg/h</span>
|
557
|
|
- <span v-if="org_id==10644">iu/h</span>
|
|
555
|
+ <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
|
|
556
|
+ <span v-if="org_id!=10644">mg/h</span>
|
|
557
|
+ <span v-if="org_id==10644">iu/h</span>
|
558
|
558
|
</span>
|
559
|
559
|
<span v-if="prescription.anticoagulant == 17">U/h</span>
|
560
|
560
|
</span>
|
|
@@ -572,9 +572,9 @@
|
572
|
572
|
<span v-if="prescription.anticoagulant == 13">iu/h</span>
|
573
|
573
|
<span v-if="prescription.anticoagulant == 16">iu/h</span>
|
574
|
574
|
<span v-if="prescription.anticoagulant == 17">U/h</span>
|
575
|
|
- <span v-if="prescription.anticoagulant == 14">
|
576
|
|
- <span v-if="org_id!=10644">mg/h</span>
|
577
|
|
- <span v-if="org_id==10644">iu/h</span>
|
|
575
|
+ <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
|
|
576
|
+ <span v-if="org_id!=10644">mg/h</span>
|
|
577
|
+ <span v-if="org_id==10644">iu/h</span>
|
578
|
578
|
</span>
|
579
|
579
|
</span>
|
580
|
580
|
|
|
@@ -603,9 +603,9 @@
|
603
|
603
|
<span v-if="prescription.anticoagulant == 3">iu</span>
|
604
|
604
|
<span v-if="prescription.anticoagulant == 2">iu</span>
|
605
|
605
|
<span v-if="prescription.anticoagulant == 1">mg</span>
|
606
|
|
- <span v-if="prescription.anticoagulant == 14">
|
607
|
|
- <span v-if="org_id!=10644">mg</span>
|
608
|
|
- <span v-if="org_id==10644">iu</span>
|
|
606
|
+ <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
|
|
607
|
+ <span v-if="org_id!=10644">mg</span>
|
|
608
|
+ <span v-if="org_id==10644">iu</span>
|
609
|
609
|
</span>
|
610
|
610
|
<span v-if="prescription.anticoagulant == 17">U</span>
|
611
|
611
|
</span>
|
|
@@ -623,9 +623,9 @@
|
623
|
623
|
<span v-if="prescription.anticoagulant == 13">iu</span>
|
624
|
624
|
<span v-if="prescription.anticoagulant == 16">iu</span>
|
625
|
625
|
<span v-if="prescription.anticoagulant == 17">U</span>
|
626
|
|
- <span v-if="prescription.anticoagulant == 14">
|
627
|
|
- <span v-if="org_id!=10644">mg</span>
|
628
|
|
- <span v-if="org_id==10644">iu</span>
|
|
626
|
+ <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
|
|
627
|
+ <span v-if="org_id!=10644">mg</span>
|
|
628
|
+ <span v-if="org_id==10644">iu</span>
|
629
|
629
|
</span>
|
630
|
630
|
|
631
|
631
|
</span>
|
|
@@ -663,7 +663,7 @@
|
663
|
663
|
</div>
|
664
|
664
|
|
665
|
665
|
<div
|
666
|
|
-
|
|
666
|
+
|
667
|
667
|
class="inline_block"
|
668
|
668
|
style="flex:1; display:inline-block;"
|
669
|
669
|
>
|
|
@@ -755,16 +755,9 @@
|
755
|
755
|
<td width="60" v-if="org_id == 9919">血温(°C)</td>
|
756
|
756
|
<td width="60" v-if="org_id != 9836 && org_id!=9919 && org_id!=10679 && org_id!=10644">透析液温度(°C)</td>
|
757
|
757
|
|
758
|
|
- <td width="50" v-if="org_id != 10121 && org_id != 9675 && org_id != 0 && org_id!=10490 && org_id!=10679 && org_id!=10644" >电导度<br />(ms/cm)</td>
|
759
|
|
-
|
760
|
|
- <td
|
761
|
|
- width="50"
|
762
|
|
- v-if="
|
763
|
|
- org_id == 10490
|
764
|
|
- "
|
765
|
|
- >
|
766
|
|
- 置换液速度<br />(ml/h)
|
767
|
|
- </td>
|
|
758
|
+ <td width="50" v-if="org_id != 10121 && org_id != 9675 && org_id != 0 && org_id!=10490 && org_id!=10679 && org_id!=10644 && org_id!=10567 && org_id!=10724" >电导度<br />(ms/cm)</td>
|
|
759
|
+ <td width="50" v-if="org_id ==10567 || org_id== 0 || org_id == 10724">钠浓度</br> (mmol/L)</td>
|
|
760
|
+ <td width="50" v-if="org_id == 10490">置换液速度<br />(ml/h)</td>
|
768
|
761
|
<td width="50" v-if="org_id !=3877 && org_id!=10449&& org_id!=10683">超滤量<br/>
|
769
|
762
|
<span v-if="org_id!=10471"> (ml)</span>
|
770
|
763
|
<span v-if="org_id==10471">L</span>
|
|
@@ -777,7 +770,7 @@
|
777
|
770
|
>
|
778
|
771
|
SpO₂<br />(%)
|
779
|
772
|
</td>
|
780
|
|
- <td width="50" v-if="org_id ==10683">超滤率<br/>(ml/h)</td>
|
|
773
|
+ <td width="50" v-if="org_id ==10683 || org_id ==10567 || org_id ==10724">超滤率<br/>(ml/h)</td>
|
781
|
774
|
<td width="50" v-if="org_id == 10375">置换率<br/>(ml/min)</td>
|
782
|
775
|
<td
|
783
|
776
|
width="50"
|
|
@@ -790,9 +783,10 @@
|
790
|
783
|
<td width="50" v-if="org_id == 10449 || org_id == 3877">累计超滤量<br/>(ml)</td>
|
791
|
784
|
<td v-if="(org_id!=10683 && (prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12))" width="50">置换量<br/>(ml)</td>
|
792
|
785
|
<td width="50" v-if="org_id == 3877 || org_id == 10449">滤前压<br/>(mmHg)</td>
|
793
|
|
- <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id ==10629">KT/V</td>
|
|
786
|
+ <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id ==10629 || org_id == 10567 || org_id ==10724">KT/V</td>
|
794
|
787
|
<td width="50" v-if="org_id == 9919">在线尿素监测</td>
|
795
|
|
- <td width="50" v-if="org_id != 9919 && org_id!=9538 && org_id!=9675 && org_id!=10617 && org_id!=10629&&org_id!=10644&& org_id!=10679&& org_id!=10683 && org_id!=9829">KT/V</td>
|
|
788
|
+ <td width="50" v-if="org_id != 9919 && org_id!=9538 && org_id!=9675 && org_id!=10617 && org_id!=10629&&org_id!=10644&& org_id!=10679&& org_id!=10683 && org_id!=9829 && org_id!=10567 && org_id!=10724">KT/V</td>
|
|
789
|
+
|
796
|
790
|
<td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id == 9919">血容量<br />(L)</td>
|
797
|
791
|
<td width="50" v-if="org_id ==10490">碳酸氢钠用量<br />(ml)</td>
|
798
|
792
|
<td width="200">病情变化及处理</td>
|
|
@@ -811,23 +805,24 @@
|
811
|
805
|
<td v-if="monitor.operate_time <= dialysisOrder.end_time && monitor.operate_time >= dialysisOrder.start_time"> {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : 0 }} </td>
|
812
|
806
|
<td v-if="org_id != 9836 && org_id!=10679 && org_id!=10644 ">{{monitor.dialysate_temperature? monitor.dialysate_temperature: ""}}</td>
|
813
|
807
|
<td v-if="org_id == 9836">{{ monitor.temperature ? monitor.temperature : "" }}</td>
|
814
|
|
-
|
815
|
|
- <td v-if="org_id != 9538 &&org_id != 10121 &&org_id != 9675 &&org_id != 0 && org_id!=10679 && org_id!=10644">{{ monitor.conductivity ? monitor.conductivity : "" }}</td>
|
|
808
|
+
|
|
809
|
+ <td v-if="org_id != 9538 &&org_id != 10121 &&org_id != 9675 &&org_id != 0 && org_id!=10679 && org_id!=10644 && org_id!=10567 && org_id!=10724">{{ monitor.conductivity ? monitor.conductivity : "" }}</td>
|
|
810
|
+ <td width="50" v-if="org_id == 10567 || org_id ==10724"> {{ monitor.sodium_concentration }}</td>
|
816
|
811
|
<td v-if="org_id == 10490 ">{{monitor.replacement_speed? monitor.replacement_speed: ""}}</td>
|
817
|
812
|
<td v-if="org_id == 9538">{{monitor.sodium_concentration? monitor.sodium_concentration: ""}}</td>
|
818
|
813
|
<td v-if="org_id!=10683">
|
819
|
814
|
<span v-if="org_id == 10440 || org_id ==10644 || org_id ==10679 "> {{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
|
820
|
|
- <span v-if="org_id != 10440 && org_id!=10644 && org_id!=10679">
|
|
815
|
+ <span v-if="org_id != 10440 && org_id!=10644 && org_id!=10679">
|
821
|
816
|
<span v-if="org_id==10617">
|
822
|
|
- <span v-if="monindex == 0 || monindex == monitors.length-1">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "/"}}</span>
|
823
|
|
- <span v-if="monindex != 0 && monindex != monitors.length-1">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
|
824
|
|
- </span>
|
|
817
|
+ <span v-if="monindex == 0 || monindex == monitors.length-1">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "/"}}</span>
|
|
818
|
+ <span v-if="monindex != 0 && monindex != monitors.length-1">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
|
|
819
|
+ </span>
|
825
|
820
|
<span v-if="org_id!=10617">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
|
826
|
821
|
</span>
|
827
|
|
-
|
|
822
|
+
|
828
|
823
|
</td>
|
829
|
|
- <td v-if="org_id == 10121 || org_id == 9675 || org_id == 0 || org_id == 9829">{{monitor.blood_oxygen_saturation? monitor.blood_oxygen_saturation: ""}}</td>
|
830
|
|
- <td width="50" v-if="org_id ==10683">
|
|
824
|
+ <td v-if="org_id == 10121 || org_id == 9675 || org_id == 0 || org_id == 9829 ">{{monitor.blood_oxygen_saturation? monitor.blood_oxygen_saturation: ""}}</td>
|
|
825
|
+ <td width="50" v-if="org_id ==10683 || org_id == 10567 || org_id == 0 || org_id ==10724">
|
831
|
826
|
<br/>{{ monitor.ultrafiltration_rate? monitor.ultrafiltration_rate:"" }}</td>
|
832
|
827
|
<td v-if="org_id == 10375">
|
833
|
828
|
{{ monitor.replacement_rate }}
|
|
@@ -844,7 +839,7 @@
|
844
|
839
|
<td v-if="(org_id!=10683 && (prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12))" width="50" >{{ monitor.displacement_quantity ? monitor.displacement_quantity : "" }}</td>
|
845
|
840
|
|
846
|
841
|
<td width="50" v-if="org_id == 3877 || org_id == 10449">{{monitor.filter_pressure }}</td>
|
847
|
|
- <td width="50" v-if="org_id == 9919 || org_id == 9538|| org_id == 9675 || org_id ==10629 || org_id ==10517">
|
|
842
|
+ <td width="50" v-if="org_id == 9919 || org_id == 9538|| org_id == 9675 || org_id ==10629 || org_id ==10517 || org_id == 10567 || org_id ==10724">
|
848
|
843
|
{{ monitor.ktv }}
|
849
|
844
|
</td>
|
850
|
845
|
<td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id == 9919">
|
|
@@ -856,8 +851,8 @@
|
856
|
851
|
<div style="min-height:35px;line-height:35px; overflow:hidden;">
|
857
|
852
|
<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;">
|
858
|
853
|
<template v-if=" monitor.operate_time == dialysisOrder.start_time " >
|
859
|
|
- <span v-if="org_id!=10683">【开始透析】</span>
|
860
|
|
- </template >
|
|
854
|
+ <span v-if="org_id!=10683">【开始透析】</span>
|
|
855
|
+ </template >
|
861
|
856
|
{{ monitor.end }} {{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }}
|
862
|
857
|
</span>
|
863
|
858
|
</div>
|
|
@@ -872,8 +867,8 @@
|
872
|
867
|
<td> </td>
|
873
|
868
|
<td> </td>
|
874
|
869
|
<td> </td>
|
875
|
|
- <td v-if="org_id!=10679 && org_id!=10644"> </td>
|
876
|
|
- <td v-if="org_id!=10679&& org_id!=10644"> </td>
|
|
870
|
+ <td v-if="org_id!=10679 && org_id!=10644 && org_id!=0 && org_id!=10567 && org_id!=10724"> </td>
|
|
871
|
+ <td v-if="org_id!=10679&& org_id!=10644 && org_id!=0 && org_id!=10567 && org_id!=10724"> </td>
|
877
|
872
|
<td v-if="org_id == 10375"> </td>
|
878
|
873
|
<td v-if="org_id ==10478"> </td>
|
879
|
874
|
<td v-if="org_id == 3877 || org_id == 10449"></td>
|
|
@@ -1010,11 +1005,11 @@
|
1010
|
1005
|
</div>
|
1011
|
1006
|
<div class="inline_block" v-if="org_id!=10510">
|
1012
|
1007
|
床号:
|
1013
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
1014
|
|
-
|
|
1008
|
+ <div class="under_line" style="width: 100px;text-align: center;">
|
|
1009
|
+
|
1015
|
1010
|
{{ dialysisOrder&&dialysisOrder.DeviceNumber.number }}
|
1016
|
1011
|
<!-- {{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}} -->
|
1017
|
|
-
|
|
1012
|
+
|
1018
|
1013
|
</div>
|
1019
|
1014
|
</div>
|
1020
|
1015
|
<div class="inline_block" v-if="org_id!=10633">
|
|
@@ -1190,11 +1185,11 @@
|
1190
|
1185
|
<div class="under_line" style="width: 50px;text-align: center">
|
1191
|
1186
|
{{afterdialysis.actual_ultrafiltration?afterdialysis.actual_ultrafiltration:'/'}}
|
1192
|
1187
|
</div>
|
1193
|
|
- <span v-if="org_id!=9675&&org_id!=10447">
|
|
1188
|
+ <span v-if="org_id!=9675&&org_id!=10447 &&org_id!=10471">
|
1194
|
1189
|
ml
|
1195
|
1190
|
</span>
|
1196
|
1191
|
|
1197
|
|
- <span v-if="org_id==9675||org_id==10447">
|
|
1192
|
+ <span v-if="org_id==9675||org_id==10447 || org_id == 10471">
|
1198
|
1193
|
L
|
1199
|
1194
|
</span>
|
1200
|
1195
|
|
|
@@ -1224,7 +1219,7 @@
|
1224
|
1219
|
<div class="row" style="padding: 2px 0;line-height:23px;display:flex;" v-if="org_id == 10375">
|
1225
|
1220
|
<div class="inline_block" style="flex:1;">
|
1226
|
1221
|
宣教知识:
|
1227
|
|
-
|
|
1222
|
+
|
1228
|
1223
|
<div style="width: 860px;line-height: 25px;text-align: left;margin-left: 2px;display: inline-block;white-space: normal;"> {{summary.mission?summary.mission:'/'}}</div>
|
1229
|
1224
|
|
1230
|
1225
|
</div>
|
|
@@ -1918,14 +1913,14 @@ export default {
|
1918
|
1913
|
if(this.org_id!=10683){
|
1919
|
1914
|
this.monitors[index].end = '【结束透析】'
|
1920
|
1915
|
}
|
1921
|
|
-
|
|
1916
|
+
|
1922
|
1917
|
tempmonitorflag = false
|
1923
|
1918
|
}
|
1924
|
1919
|
if (tempmonitorflag && index == this.monitors.length - 1) {
|
1925
|
1920
|
if(this.org_id!=10683){
|
1926
|
1921
|
this.monitors[index].end = '【结束透析】'
|
1927
|
1922
|
}
|
1928
|
|
-
|
|
1923
|
+
|
1929
|
1924
|
}
|
1930
|
1925
|
}
|
1931
|
1926
|
}
|
|
@@ -2091,7 +2086,7 @@ export default {
|
2091
|
2086
|
}
|
2092
|
2087
|
this.totollength = this.doctor_advices.length + this.monitors.length
|
2093
|
2088
|
console.log(this.advice_groups)
|
2094
|
|
-
|
|
2089
|
+
|
2095
|
2090
|
} else {
|
2096
|
2091
|
this.loading = false
|
2097
|
2092
|
this.$message.error('请求数据失败')
|