|
@@ -1,6 +1,6 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div id="dialysis-print-box-1">
|
3
|
|
- <div class="dialysis-print-order print-template-two print_page_main_content">
|
|
3
|
+ <div id="dialysis-print-box-1-1" :class="(this.monitors.length > 8 && this.print_length == 8) || (this.monitors.length > 9 && this.print_length == 9) ? 'margin-bottom-900 dialysis-print-order print-template-two print_page_main_content':'margin-bottom-300 dialysis-print-order print-template-two print_page_main_content'" >
|
4
|
4
|
<div class="order-yy-name">{{orgname}}</div>
|
5
|
5
|
<div class="order-title">血液净化专科护理记录单</div>
|
6
|
6
|
<div class="row">
|
|
@@ -40,7 +40,7 @@
|
40
|
40
|
</div>
|
41
|
41
|
</div>
|
42
|
42
|
|
43
|
|
- <div class="row">
|
|
43
|
+ <div class="row" :class="(this.monitors.length > 8 && this.print_length == 8) || (this.monitors.length > 9 && this.print_length == 9) ? 'margin-bottom-300':''">
|
44
|
44
|
<table class="proj_table" >
|
45
|
45
|
<tbody>
|
46
|
46
|
<tr><td colspan="2">一、透析前护理评估:</td></tr>
|
|
@@ -222,7 +222,7 @@
|
222
|
222
|
</td>
|
223
|
223
|
</tr>
|
224
|
224
|
<tr>
|
225
|
|
- <td style="padding: 0;" colspan="2">
|
|
225
|
+ <td style="padding: 0; position: relative;" colspan="2">
|
226
|
226
|
<table class="inside_table">
|
227
|
227
|
<tbody>
|
228
|
228
|
<tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理记录:</td></tr>
|
|
@@ -277,13 +277,14 @@
|
277
|
277
|
</tr>
|
278
|
278
|
</tbody>
|
279
|
279
|
</table>
|
|
280
|
+ <div v-if="(this.monitors.length > 8 && this.print_length == 8) || (this.monitors.length > 9 && this.print_length == 9)" class="print-yema">1</div>
|
280
|
281
|
</td>
|
281
|
282
|
</tr>
|
282
|
283
|
</tbody>
|
283
|
284
|
</table>
|
284
|
285
|
</div>
|
285
|
|
- <div v-if="this.monitors.length > 8 " :class="this.monitors.length > 8 ? 'margin-bottom-300': ''" style="text-align:center;margin-top:10px;">1</div>
|
286
|
|
- <template v-if="this.monitors.length > 8 ">
|
|
286
|
+
|
|
287
|
+ <template v-if="(this.monitors.length > 8 && this.print_length == 8) || (this.monitors.length > 9 && this.print_length == 9)">
|
287
|
288
|
<div class="order-yy-name">{{orgname}}</div>
|
288
|
289
|
<div class="order-title">血液净化专科护理记录单</div>
|
289
|
290
|
<div class="row" style="margin-top: 15px;">
|
|
@@ -322,7 +323,7 @@
|
322
|
323
|
</div>
|
323
|
324
|
</div>
|
324
|
325
|
</template>
|
325
|
|
- <div class="row" :style="this.monitors.length <= 8 ? 'margin-top:-11px':''">
|
|
326
|
+ <div class="row" :style="(this.monitors.length <= 8 && this.print_length == 8) || (this.monitors.length <= 9 && this.print_length == 9) ? 'margin-top:-11px;position: relative;':'position: relative;'">
|
326
|
327
|
<table class="proj_table">
|
327
|
328
|
<tbody>
|
328
|
329
|
<tr v-if="this.monitors2.length > 0">
|
|
@@ -544,299 +545,303 @@
|
544
|
545
|
</tr>
|
545
|
546
|
</tbody>
|
546
|
547
|
</table>
|
547
|
|
- <div v-if="this.monitors.length > 8" :class="this.monitors.length > 8 ? 'margin-bottom-900':'margin-bottom-300'" style="text-align:center;margin-top:10px;">2</div>
|
548
|
|
- <div v-else class="margin-bottom-300" style="text-align:center;margin-top:10px;">1</div>
|
549
|
|
-
|
550
|
|
- <div class="order-yy-name">{{orgname}}</div>
|
551
|
|
- <div class="order_title"> 血液净化科医嘱及执行单 </div>
|
552
|
|
- <div class="row" style="margin-top: 15px;">
|
553
|
|
- <div class="inline_block" >
|
554
|
|
- 科室:
|
555
|
|
- <check-box text="门诊透析" :checked="patientInfo_source_1"></check-box>
|
556
|
|
- <check-box text="住院" :checked="patientInfo_source_2"></check-box>
|
557
|
|
- </div>
|
558
|
|
- <div class="inline_block" style="margin-left:25px;">
|
559
|
|
- 姓名:
|
560
|
|
- <div class="under_line" style="width: 120px;">{{patientInfo.name}}</div>
|
561
|
|
- </div>
|
562
|
|
- <div class="inline_block" style="margin-left: 25px;">
|
563
|
|
- 性别:
|
564
|
|
- <check-box text="男" :checked="patientInfo_gender_1"></check-box>
|
565
|
|
- <check-box text="女" :checked="patientInfo_gender_2"></check-box>
|
566
|
|
- </div>
|
567
|
|
- <div class="inline_block" style="margin-left: 25px;">
|
568
|
|
- 年龄:
|
569
|
|
- <div class="under_line" style="width: 70px;">{{getAge(patientInfo)}}</div>
|
570
|
|
- 岁
|
571
|
|
- </div>
|
572
|
|
- <div class="inline_block" style="margin-left:25px;">
|
573
|
|
- 住院号:
|
574
|
|
- <div class="under_line" style="width: 120px;">
|
575
|
|
- {{patientInfo.admission_number?patientInfo.admission_number:'/'}}
|
576
|
|
- </div>
|
577
|
|
- </div>
|
|
548
|
+ <div v-if="(this.monitors.length > 8 && this.print_length == 8) || (this.monitors.length > 9 && this.print_length == 9)" class="print-yema3" >2</div>
|
|
549
|
+ <div v-else class="print-yema2">1</div>
|
|
550
|
+ </div>
|
|
551
|
+ </div>
|
|
552
|
+ <div id="dialysis-print-box-1-2" class="dialysis-print-order print-template-two print_page_main_content" style="position: relative;">
|
|
553
|
+ <div class="order-yy-name">{{orgname}}</div>
|
|
554
|
+ <div class="order_title"> 血液净化科医嘱及执行单 </div>
|
|
555
|
+ <div class="row" style="margin-top: 15px;">
|
|
556
|
+ <div class="inline_block" >
|
|
557
|
+ 科室:
|
|
558
|
+ <check-box text="门诊透析" :checked="patientInfo_source_1"></check-box>
|
|
559
|
+ <check-box text="住院" :checked="patientInfo_source_2"></check-box>
|
578
|
560
|
</div>
|
579
|
|
- <div class="row flex">
|
580
|
|
- <div class="inline_block">
|
581
|
|
- 诊断:
|
582
|
|
- <div class="under_line" style="width: 500px;text-align: left">{{patientInfo.diagnose}}</div>
|
|
561
|
+ <div class="inline_block" style="margin-left:25px;">
|
|
562
|
+ 姓名:
|
|
563
|
+ <div class="under_line" style="width: 120px;">{{patientInfo.name}}</div>
|
|
564
|
+ </div>
|
|
565
|
+ <div class="inline_block" style="margin-left: 25px;">
|
|
566
|
+ 性别:
|
|
567
|
+ <check-box text="男" :checked="patientInfo_gender_1"></check-box>
|
|
568
|
+ <check-box text="女" :checked="patientInfo_gender_2"></check-box>
|
|
569
|
+ </div>
|
|
570
|
+ <div class="inline_block" style="margin-left: 25px;">
|
|
571
|
+ 年龄:
|
|
572
|
+ <div class="under_line" style="width: 70px;">{{getAge(patientInfo)}}</div>
|
|
573
|
+ 岁
|
|
574
|
+ </div>
|
|
575
|
+ <div class="inline_block" style="margin-left:25px;">
|
|
576
|
+ 住院号:
|
|
577
|
+ <div class="under_line" style="width: 120px;">
|
|
578
|
+ {{patientInfo.admission_number?patientInfo.admission_number:'/'}}
|
583
|
579
|
</div>
|
584
|
580
|
</div>
|
585
|
|
- <table class="proj_table">
|
586
|
|
- <tbody>
|
587
|
|
- <tr>
|
588
|
|
- <td>
|
589
|
|
- <!--<div class="row" style="padding: 2px 0;line-height:24px;">-->
|
590
|
|
- <!--<div class="inline_block">-->
|
591
|
|
- <!--诊断:-->
|
592
|
|
- <!--<div class="under_line" style="width: 150px;text-align: left">{{patientInfo.diagnose}}</div>-->
|
593
|
|
- <!--</div>-->
|
|
581
|
+ </div>
|
|
582
|
+ <div class="row flex">
|
|
583
|
+ <div class="inline_block">
|
|
584
|
+ 诊断:
|
|
585
|
+ <div class="under_line" style="width: 500px;text-align: left">{{patientInfo.diagnose}}</div>
|
|
586
|
+ </div>
|
|
587
|
+ </div>
|
|
588
|
+ <table class="proj_table">
|
|
589
|
+ <tbody>
|
|
590
|
+ <tr>
|
|
591
|
+ <td>
|
|
592
|
+ <!--<div class="row" style="padding: 2px 0;line-height:24px;">-->
|
|
593
|
+ <!--<div class="inline_block">-->
|
|
594
|
+ <!--诊断:-->
|
|
595
|
+ <!--<div class="under_line" style="width: 150px;text-align: left">{{patientInfo.diagnose}}</div>-->
|
594
|
596
|
<!--</div>-->
|
595
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
596
|
|
- <div class="inline_block" >
|
597
|
|
- 诊断:
|
598
|
|
- <div class="under_line" style="width: 150px;text-align: left">{{patientInfo.diagnose}}</div>
|
599
|
|
- </div>
|
|
597
|
+ <!--</div>-->
|
|
598
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
599
|
+ <div class="inline_block" >
|
|
600
|
+ 诊断:
|
|
601
|
+ <div class="under_line" style="width: 150px;text-align: left">{{patientInfo.diagnose}}</div>
|
|
602
|
+ </div>
|
600
|
603
|
|
601
|
|
- <div class="inline_block" style="margin-left: -10px" >
|
602
|
|
-  治疗方式:
|
603
|
|
- <check-box text="HD" :checked="prescription.mode_id==1?true:false"></check-box>
|
604
|
|
- <check-box text="HDF" :checked="prescription.mode_id==2?true:false"></check-box>
|
605
|
|
- <check-box text="HF" :checked="prescription.mode_id==5?true:false"></check-box>
|
606
|
|
- <check-box text="HP" :checked="prescription.mode_id==4?true:false"></check-box>
|
607
|
|
- <check-box text="HD+HP" :checked="prescription.mode_id==3?true:false"></check-box>
|
608
|
|
- </div>
|
|
604
|
+ <div class="inline_block" style="margin-left: -10px" >
|
|
605
|
+  治疗方式:
|
|
606
|
+ <check-box text="HD" :checked="prescription.mode_id==1?true:false"></check-box>
|
|
607
|
+ <check-box text="HDF" :checked="prescription.mode_id==2?true:false"></check-box>
|
|
608
|
+ <check-box text="HF" :checked="prescription.mode_id==5?true:false"></check-box>
|
|
609
|
+ <check-box text="HP" :checked="prescription.mode_id==4?true:false"></check-box>
|
|
610
|
+ <check-box text="HD+HP" :checked="prescription.mode_id==3?true:false"></check-box>
|
|
611
|
+ </div>
|
609
|
612
|
|
610
|
|
- <!--<div class="inline_block" v-if="patientInfo.diagnose.length <= 10">-->
|
611
|
|
- <!-- 治疗方式:-->
|
612
|
|
- <!--<check-box text="HD" :checked="prescription.mode_id==1?true:false"></check-box>-->
|
613
|
|
- <!--<check-box text="HDF" :checked="prescription.mode_id==2?true:false"></check-box>-->
|
614
|
|
- <!--<check-box text="HF" :checked="prescription.mode_id==5?true:false"></check-box>-->
|
615
|
|
- <!--<check-box text="HP" :checked="prescription.mode_id==4?true:false"></check-box>-->
|
616
|
|
- <!--<check-box text="HD+HP" :checked="prescription.mode_id==3?true:false"></check-box>-->
|
617
|
|
- <!--</div>-->
|
618
|
|
- <div class="inline_block" style="margin-left:20px;">
|
619
|
|
- 其它:
|
620
|
|
- <div class="under_line" style="width: 100px;">
|
621
|
|
- <span v-if="prescription.mode_id>5">{{prescription.mode}}</span>
|
622
|
|
- </div>
|
|
613
|
+ <!--<div class="inline_block" v-if="patientInfo.diagnose.length <= 10">-->
|
|
614
|
+ <!-- 治疗方式:-->
|
|
615
|
+ <!--<check-box text="HD" :checked="prescription.mode_id==1?true:false"></check-box>-->
|
|
616
|
+ <!--<check-box text="HDF" :checked="prescription.mode_id==2?true:false"></check-box>-->
|
|
617
|
+ <!--<check-box text="HF" :checked="prescription.mode_id==5?true:false"></check-box>-->
|
|
618
|
+ <!--<check-box text="HP" :checked="prescription.mode_id==4?true:false"></check-box>-->
|
|
619
|
+ <!--<check-box text="HD+HP" :checked="prescription.mode_id==3?true:false"></check-box>-->
|
|
620
|
+ <!--</div>-->
|
|
621
|
+ <div class="inline_block" style="margin-left:20px;">
|
|
622
|
+ 其它:
|
|
623
|
+ <div class="under_line" style="width: 100px;">
|
|
624
|
+ <span v-if="prescription.mode_id>5">{{prescription.mode}}</span>
|
623
|
625
|
</div>
|
624
|
|
- <div class="inline_block" style="margin-left:20px;">
|
625
|
|
- 治疗时间:
|
626
|
|
- <div class="under_line" style="width: 30px;">
|
627
|
|
- {{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'0'}}
|
628
|
|
- </div>
|
629
|
|
- h
|
630
|
|
- <div class="under_line" style="width: 30px;">
|
631
|
|
- {{prescription.dialysis_duration_minute?prescription.dialysis_duration_minute:'0'}}
|
632
|
|
- </div>
|
633
|
|
- min
|
|
626
|
+ </div>
|
|
627
|
+ <div class="inline_block" style="margin-left:20px;">
|
|
628
|
+ 治疗时间:
|
|
629
|
+ <div class="under_line" style="width: 30px;">
|
|
630
|
+ {{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'0'}}
|
|
631
|
+ </div>
|
|
632
|
+ h
|
|
633
|
+ <div class="under_line" style="width: 30px;">
|
|
634
|
+ {{prescription.dialysis_duration_minute?prescription.dialysis_duration_minute:'0'}}
|
634
|
635
|
</div>
|
|
636
|
+ min
|
635
|
637
|
</div>
|
636
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
638
|
+ </div>
|
|
639
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
640
|
+ <div class="inline_block">
|
|
641
|
+ 病情:
|
|
642
|
+ <check-box text="一般" :checked="receiverTreatmentAccess.sick_condition == 1?true:false"></check-box>
|
|
643
|
+ <check-box text="重" :checked="receiverTreatmentAccess.sick_condition == 2?true:false"></check-box>
|
|
644
|
+ <check-box text="危" :checked="receiverTreatmentAccess.sick_condition == 3?true:false"></check-box>
|
637
|
645
|
<div class="inline_block">
|
638
|
|
- 病情:
|
639
|
|
- <check-box text="一般" :checked="receiverTreatmentAccess.sick_condition == 1?true:false"></check-box>
|
640
|
|
- <check-box text="重" :checked="receiverTreatmentAccess.sick_condition == 2?true:false"></check-box>
|
641
|
|
- <check-box text="危" :checked="receiverTreatmentAccess.sick_condition == 3?true:false"></check-box>
|
642
|
|
- <div class="inline_block">
|
643
|
|
-  透析器型号:
|
644
|
|
- <div class="under_line" style="width: 200px;text-align: left">
|
645
|
|
- {{prescription.dialyzer_perfusion_apparatus}}
|
646
|
|
- </div>
|
|
646
|
+  透析器型号:
|
|
647
|
+ <div class="under_line" style="width: 200px;text-align: left">
|
|
648
|
+ {{prescription.dialyzer_perfusion_apparatus}}
|
647
|
649
|
</div>
|
648
|
650
|
</div>
|
649
|
651
|
</div>
|
650
|
|
- <div class="row" style="padding: 2px 0; line-height:24px;">
|
651
|
|
- <div class="inline_block">
|
652
|
|
- 体液过多症状:
|
653
|
|
- <check-box text="无" :checked="prescription.body_fluid==1?true:false"></check-box>
|
654
|
|
- <check-box text="下肢水肿+" :checked="prescription.body_fluid==2?true:false"></check-box>
|
655
|
|
- <check-box text="下肢水肿++" :checked="prescription.body_fluid==3?true:false"></check-box>
|
656
|
|
- <check-box text="下肢水肿+++" :checked="prescription.body_fluid==4?true:false"></check-box>
|
657
|
|
- </div>
|
658
|
|
- <!-- <div class="inline_block">
|
659
|
|
- 其它:
|
660
|
|
- <div class="under_line" style="width: 100px;">
|
661
|
|
- <div class="under-line" v-if="prescription&&prescription.body_fluid_other.length > 0"> {{prescription.body_fluid_other}}</div>
|
662
|
|
- </div>
|
663
|
|
- </div> -->
|
664
|
|
- <div class="inline_block" style="margin-left:20px;">
|
665
|
|
- 透析前使用特殊药物:
|
666
|
|
- <check-box text="无" :checked="prescription.special_medicine==1?true:false"></check-box>
|
667
|
|
- <check-box text="降压药" :checked="prescription.special_medicine==2?true:false"></check-box>
|
668
|
|
- <check-box text="抗凝" :checked="prescription.special_medicine==3?true:false"></check-box>
|
|
652
|
+ </div>
|
|
653
|
+ <div class="row" style="padding: 2px 0; line-height:24px;">
|
|
654
|
+ <div class="inline_block">
|
|
655
|
+ 体液过多症状:
|
|
656
|
+ <check-box text="无" :checked="prescription.body_fluid==1?true:false"></check-box>
|
|
657
|
+ <check-box text="下肢水肿+" :checked="prescription.body_fluid==2?true:false"></check-box>
|
|
658
|
+ <check-box text="下肢水肿++" :checked="prescription.body_fluid==3?true:false"></check-box>
|
|
659
|
+ <check-box text="下肢水肿+++" :checked="prescription.body_fluid==4?true:false"></check-box>
|
|
660
|
+ </div>
|
|
661
|
+ <!-- <div class="inline_block">
|
|
662
|
+ 其它:
|
|
663
|
+ <div class="under_line" style="width: 100px;">
|
|
664
|
+ <div class="under-line" v-if="prescription&&prescription.body_fluid_other.length > 0"> {{prescription.body_fluid_other}}</div>
|
669
|
665
|
</div>
|
670
|
|
- <div class="inline_block">
|
671
|
|
- 其它:
|
672
|
|
- <div class="under_line" style="width: 100px;">
|
673
|
|
- <span v-if="prescription.special_medicine == -1">{{prescription.special_medicine_other}}</span>
|
674
|
|
- </div>
|
|
666
|
+ </div> -->
|
|
667
|
+ <div class="inline_block" style="margin-left:20px;">
|
|
668
|
+ 透析前使用特殊药物:
|
|
669
|
+ <check-box text="无" :checked="prescription.special_medicine==1?true:false"></check-box>
|
|
670
|
+ <check-box text="降压药" :checked="prescription.special_medicine==2?true:false"></check-box>
|
|
671
|
+ <check-box text="抗凝" :checked="prescription.special_medicine==3?true:false"></check-box>
|
|
672
|
+ </div>
|
|
673
|
+ <div class="inline_block">
|
|
674
|
+ 其它:
|
|
675
|
+ <div class="under_line" style="width: 100px;">
|
|
676
|
+ <span v-if="prescription.special_medicine == -1">{{prescription.special_medicine_other}}</span>
|
675
|
677
|
</div>
|
676
|
678
|
</div>
|
677
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
678
|
|
- <div class="inline_block">
|
679
|
|
- 透析液(mmol/L):  Ca<sup>2+</sup>:
|
680
|
|
- <div class="under_line" style="width: 70px;">
|
681
|
|
- <span v-if="prescription.calcium">{{getFloat(prescription.calcium)?getFloat(prescription.calcium):'/'}}</span>
|
682
|
|
- <span v-else>{{'/'}}</span>
|
|
679
|
+ </div>
|
|
680
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
681
|
+ <div class="inline_block">
|
|
682
|
+ 透析液(mmol/L):  Ca<sup>2+</sup>:
|
|
683
|
+ <div class="under_line" style="width: 70px;">
|
|
684
|
+ <span v-if="prescription.calcium">{{getFloat(prescription.calcium)?getFloat(prescription.calcium):'/'}}</span>
|
|
685
|
+ <span v-else>{{'/'}}</span>
|
683
|
686
|
|
684
|
|
- </div>
|
685
|
|
- mmol/L  Na<sup>+</sup>:
|
686
|
|
- <div class="under_line" style="width: 70px;">
|
687
|
|
- <span v-if="prescription.sodium">{{getFloat(prescription.sodium)?getFloat(prescription.sodium):'/'}}</span>
|
688
|
|
- <span v-else>{{'/'}}</span>
|
|
687
|
+ </div>
|
|
688
|
+ mmol/L  Na<sup>+</sup>:
|
|
689
|
+ <div class="under_line" style="width: 70px;">
|
|
690
|
+ <span v-if="prescription.sodium">{{getFloat(prescription.sodium)?getFloat(prescription.sodium):'/'}}</span>
|
|
691
|
+ <span v-else>{{'/'}}</span>
|
689
|
692
|
|
690
|
|
- </div>
|
691
|
|
- mmol/L  K<sup>+</sup>:
|
692
|
|
- <div class="under_line" style="width: 70px;">
|
693
|
|
- <span v-if="prescription.kalium">{{getFloat(prescription.kalium)?getFloat(prescription.kalium):'/'}}</span>
|
694
|
|
- <span v-else>{{'/'}}</span>
|
|
693
|
+ </div>
|
|
694
|
+ mmol/L  K<sup>+</sup>:
|
|
695
|
+ <div class="under_line" style="width: 70px;">
|
|
696
|
+ <span v-if="prescription.kalium">{{getFloat(prescription.kalium)?getFloat(prescription.kalium):'/'}}</span>
|
|
697
|
+ <span v-else>{{'/'}}</span>
|
695
|
698
|
|
696
|
699
|
|
697
|
|
- </div>
|
698
|
|
- mmol/L
|
699
|
700
|
</div>
|
700
|
|
- <div class="inline_block" v-if="prescription.displace_liqui_part == 0">
|
701
|
|
-  置换液后/前稀释 总量:
|
702
|
|
- <div class="under_line" style="width: 100px;">
|
703
|
|
- {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
704
|
|
- </div>
|
705
|
|
- L
|
706
|
|
- </div>
|
707
|
|
- <div class="inline_block" v-if="prescription.displace_liqui_part == 1">
|
708
|
|
-  置换液前稀释 总量:
|
709
|
|
- <div class="under_line" style="width: 100px;">
|
710
|
|
- {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
711
|
|
- </div>
|
712
|
|
- L
|
|
701
|
+ mmol/L
|
|
702
|
+ </div>
|
|
703
|
+ <div class="inline_block" v-if="prescription.displace_liqui_part == 0">
|
|
704
|
+  置换液后/前稀释 总量:
|
|
705
|
+ <div class="under_line" style="width: 100px;">
|
|
706
|
+ {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
713
|
707
|
</div>
|
714
|
|
- <div class="inline_block" v-if="prescription.displace_liqui_part == 2">
|
715
|
|
-  置换液后稀释 总量:
|
716
|
|
- <div class="under_line" style="width: 100px;">
|
717
|
|
- {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
718
|
|
- </div>
|
719
|
|
- L
|
|
708
|
+ L
|
|
709
|
+ </div>
|
|
710
|
+ <div class="inline_block" v-if="prescription.displace_liqui_part == 1">
|
|
711
|
+  置换液前稀释 总量:
|
|
712
|
+ <div class="under_line" style="width: 100px;">
|
|
713
|
+ {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
720
|
714
|
</div>
|
|
715
|
+ L
|
721
|
716
|
</div>
|
722
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
723
|
|
- <div class="inline_block">
|
724
|
|
- 血管通路:
|
725
|
|
- <check-box text="内瘘" :checked="prescription.blood_access == 1?true:false"></check-box>
|
726
|
|
- <check-box text="直穿" :checked="prescription.blood_access == 2?true:false"></check-box>
|
727
|
|
- <check-box text="导管" :checked="prescription.blood_access == 3?true:false"></check-box>
|
|
717
|
+ <div class="inline_block" v-if="prescription.displace_liqui_part == 2">
|
|
718
|
+  置换液后稀释 总量:
|
|
719
|
+ <div class="under_line" style="width: 100px;">
|
|
720
|
+ {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
728
|
721
|
</div>
|
729
|
|
- <div class="inline_block">
|
730
|
|
-  血流量:
|
731
|
|
- <div class="under_line" style="width: 100px;">
|
732
|
|
- {{prescription.blood_flow_volume?prescription.blood_flow_volume:'/'}}
|
733
|
|
- </div>
|
734
|
|
- ml/min
|
|
722
|
+ L
|
|
723
|
+ </div>
|
|
724
|
+ </div>
|
|
725
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
726
|
+ <div class="inline_block">
|
|
727
|
+ 血管通路:
|
|
728
|
+ <check-box text="内瘘" :checked="prescription.blood_access == 1?true:false"></check-box>
|
|
729
|
+ <check-box text="直穿" :checked="prescription.blood_access == 2?true:false"></check-box>
|
|
730
|
+ <check-box text="导管" :checked="prescription.blood_access == 3?true:false"></check-box>
|
|
731
|
+ </div>
|
|
732
|
+ <div class="inline_block">
|
|
733
|
+  血流量:
|
|
734
|
+ <div class="under_line" style="width: 100px;">
|
|
735
|
+ {{prescription.blood_flow_volume?prescription.blood_flow_volume:'/'}}
|
735
|
736
|
</div>
|
736
|
|
- <div class="inline_block">
|
737
|
|
-  透析液流量:
|
738
|
|
- <div class="under_line" style="width: 100px;">
|
739
|
|
- {{prescription.dialysate_flow?prescription.dialysate_flow:'/'}}
|
740
|
|
- </div>
|
741
|
|
- ml/min
|
|
737
|
+ ml/min
|
|
738
|
+ </div>
|
|
739
|
+ <div class="inline_block">
|
|
740
|
+  透析液流量:
|
|
741
|
+ <div class="under_line" style="width: 100px;">
|
|
742
|
+ {{prescription.dialysate_flow?prescription.dialysate_flow:'/'}}
|
742
|
743
|
</div>
|
|
744
|
+ ml/min
|
743
|
745
|
</div>
|
744
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
745
|
|
- <div class="inline_block">
|
746
|
|
- 透前体重:
|
747
|
|
- <div class="under_line" style="width: 100px;">
|
748
|
|
- {{predialysis.weight_before?predialysis.weight_before:'/'}}
|
749
|
|
- </div>
|
750
|
|
- kg
|
|
746
|
+ </div>
|
|
747
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
748
|
+ <div class="inline_block">
|
|
749
|
+ 透前体重:
|
|
750
|
+ <div class="under_line" style="width: 100px;">
|
|
751
|
+ {{predialysis.weight_before?predialysis.weight_before:'/'}}
|
751
|
752
|
</div>
|
752
|
|
- <div class="inline_block">
|
753
|
|
-  设定超滤量:
|
754
|
|
- <div class="under_line" style="width: 100px;">
|
755
|
|
- {{prescription.target_ultrafiltration?prescription.target_ultrafiltration:'/'}}
|
756
|
|
- </div>
|
757
|
|
- L
|
|
753
|
+ kg
|
|
754
|
+ </div>
|
|
755
|
+ <div class="inline_block">
|
|
756
|
+  设定超滤量:
|
|
757
|
+ <div class="under_line" style="width: 100px;">
|
|
758
|
+ {{prescription.target_ultrafiltration?prescription.target_ultrafiltration:'/'}}
|
758
|
759
|
</div>
|
759
|
|
- <div class="inline_block">
|
760
|
|
-  实际超滤量:
|
761
|
|
- <div class="under_line" style="width: 100px;">
|
762
|
|
- {{prescription.ultrafiltration?prescription.ultrafiltration:'/'}}
|
763
|
|
- </div>
|
764
|
|
- L
|
|
760
|
+ L
|
|
761
|
+ </div>
|
|
762
|
+ <div class="inline_block">
|
|
763
|
+  实际超滤量:
|
|
764
|
+ <div class="under_line" style="width: 100px;">
|
|
765
|
+ {{prescription.ultrafiltration?prescription.ultrafiltration:'/'}}
|
765
|
766
|
</div>
|
766
|
|
- <div class="inline_block">
|
767
|
|
- 透后体重:
|
768
|
|
- <div class="under_line" style="width: 100px;">
|
769
|
|
- {{afterdialysis.weight_after?afterdialysis.weight_after:'/'}}
|
770
|
|
- </div>
|
771
|
|
- kg
|
|
767
|
+ L
|
|
768
|
+ </div>
|
|
769
|
+ <div class="inline_block">
|
|
770
|
+ 透后体重:
|
|
771
|
+ <div class="under_line" style="width: 100px;">
|
|
772
|
+ {{afterdialysis.weight_after?afterdialysis.weight_after:'/'}}
|
772
|
773
|
</div>
|
|
774
|
+ kg
|
773
|
775
|
</div>
|
|
776
|
+ </div>
|
|
777
|
+ </td>
|
|
778
|
+ </tr>
|
|
779
|
+ </tbody>
|
|
780
|
+ </table>
|
|
781
|
+ <table class="print-table-no" border="1" count="0" :style="this.advice_groups_2.length > 0 ? 'margin-bottom:350px;margin-top: -1px;position: relative;':'margin-top: -1px;position: relative;'">
|
|
782
|
+ <tbody>
|
|
783
|
+ <tr style="line-height:35px;padding:8px 5px;">
|
|
784
|
+ <td colspan="7" style="font-size: 18px">医嘱</td>
|
|
785
|
+ </tr>
|
|
786
|
+ <tr style="line-height:35px;padding:8px 5px;">
|
|
787
|
+ <td colspan="4" style="font-size: 16px">开医嘱</td>
|
|
788
|
+ <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
|
|
789
|
+ </tr>
|
|
790
|
+ <tr style="line-height:35px;padding:8px 5px;">
|
|
791
|
+ <td style="font-size: 16px" width="10%">时间</td>
|
|
792
|
+ <td style="font-size: 16px" colspan="2" width="45%">医嘱内容</td>
|
|
793
|
+ <td style="font-size: 16px" width="10%">医生签名</td>
|
|
794
|
+ <td style="font-size: 16px" width="10%">核对人签名</td>
|
|
795
|
+ <td style="font-size: 16px" width="10%">执行人签名</td>
|
|
796
|
+ <td style="font-size: 16px" width="10%">时间</td>
|
|
797
|
+ </tr>
|
|
798
|
+ <template v-for="(group, group_index) in advice_groups" >
|
|
799
|
+ <tr v-for="(advice, advice_index) in group.advices" :key="advice_index" >
|
|
800
|
+ <td height="60px" v-if="advice_index == 0" :rowspan="group.advices.length">
|
|
801
|
+ <span v-if="advice.start_time">
|
|
802
|
+ {{getTime(advice.start_time,'{y}-{m}-{d} {h}:{i}')}}
|
|
803
|
+ </span>
|
|
804
|
+ <span v-else> <br/> </span>
|
|
805
|
+ </td>
|
|
806
|
+ <td height="60px" class="advice-name" style="padding-left:7px;" :colspan="advice.children && advice.children.length > 0 || advice.parent_id > 0 ? 1 :2" v-if="advice.isShow == 2">
|
|
807
|
+ <span >{{advice.advice_name }}</span>
|
|
808
|
+ <span>{{advice.advice_desc}}</span>
|
|
809
|
+ <span v-if="advice.prescribing_number">* {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
|
810
|
+ <span v-if="advice.single_dose != 0">单次用量 {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
|
811
|
+ <span v-if="advice.parent_id == 0 && advice.children.length == 0">{{advice.delivery_way}}</span>
|
|
812
|
+ <span v-if="advice.parent_id == 0 && advice.children.length == 0">{{advice.execution_frequency}}</span>
|
|
813
|
+ <span v-if="advice.parent_id == 0 && advice.children && advice.children.length == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
|
814
|
+ </td>
|
|
815
|
+ <td colspan="2" height="60px" style="text-align: center" v-else >
|
|
816
|
+ <span>{{advice.delivery_way}}</span>
|
|
817
|
+ <span>{{advice.execution_frequency}}</span>
|
|
818
|
+ <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
|
|
819
|
+ </td>
|
|
820
|
+ <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td>
|
|
821
|
+ <td height="60px">
|
|
822
|
+ <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
|
|
823
|
+ <img class="es-img" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
|
|
824
|
+ </td>
|
|
825
|
+ <td height="60px">
|
|
826
|
+ <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
|
827
|
+ <img class="es-img" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
|
828
|
+ </td>
|
|
829
|
+ <td height="60px">
|
|
830
|
+ <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
|
|
831
|
+ <img class="es-img" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
|
|
832
|
+ </td>
|
|
833
|
+ <td height="60px">
|
|
834
|
+ <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{y}-{m}-{d} {h}:{i}')}}</span>
|
774
|
835
|
</td>
|
775
|
836
|
</tr>
|
776
|
|
- </tbody>
|
777
|
|
- </table>
|
778
|
|
- <table class="print-table-no" border="1" count="0" >
|
779
|
|
- <tbody>
|
780
|
|
- <tr style="line-height:35px;padding:8px 5px;">
|
781
|
|
- <td colspan="7" style="font-size: 18px">医嘱</td>
|
782
|
|
- </tr>
|
783
|
|
- <tr style="line-height:35px;padding:8px 5px;">
|
784
|
|
- <td colspan="4" style="font-size: 16px">开医嘱</td>
|
785
|
|
- <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
|
786
|
|
- </tr>
|
787
|
|
- <tr style="line-height:35px;padding:8px 5px;">
|
788
|
|
- <td style="font-size: 16px" width="10%">时间</td>
|
789
|
|
- <td style="font-size: 16px" colspan="2" width="45%">医嘱内容</td>
|
790
|
|
- <td style="font-size: 16px" width="10%">医生签名</td>
|
791
|
|
- <td style="font-size: 16px" width="10%">核对人签名</td>
|
792
|
|
- <td style="font-size: 16px" width="10%">执行人签名</td>
|
793
|
|
- <td style="font-size: 16px" width="10%">时间</td>
|
794
|
|
- </tr>
|
795
|
|
- <template v-for="(group, group_index) in advice_groups" >
|
796
|
|
- <tr v-for="(advice, advice_index) in group.advices" :key="advice_index" >
|
797
|
|
- <td height="60px" v-if="advice_index == 0" :rowspan="group.advices.length">
|
798
|
|
- <span v-if="advice.start_time">
|
799
|
|
- {{getTime(advice.start_time,'{y}-{m}-{d} {h}:{i}')}}
|
800
|
|
- </span>
|
801
|
|
- <span v-else> <br/> </span>
|
802
|
|
- </td>
|
803
|
|
- <td height="60px" class="advice-name" style="padding-left:7px;" :colspan="advice.children && advice.children.length > 0 || advice.parent_id > 0 ? 1 :2" v-if="advice.isShow == 2">
|
804
|
|
- <span >{{advice.advice_name }}</span>
|
805
|
|
- <span>{{advice.advice_desc}}</span>
|
806
|
|
- <span v-if="advice.prescribing_number">* {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
807
|
|
- <span v-if="advice.single_dose != 0">单次用量 {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
808
|
|
- <span v-if="advice.parent_id == 0 && advice.children.length == 0">{{advice.delivery_way}}</span>
|
809
|
|
- <span v-if="advice.parent_id == 0 && advice.children.length == 0">{{advice.execution_frequency}}</span>
|
810
|
|
- <span v-if="advice.parent_id == 0 && advice.children && advice.children.length == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
811
|
|
- </td>
|
812
|
|
- <td colspan="2" height="60px" style="text-align: center" v-else >
|
813
|
|
- <span>{{advice.delivery_way}}</span>
|
814
|
|
- <span>{{advice.execution_frequency}}</span>
|
815
|
|
- <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
|
816
|
|
- </td>
|
817
|
|
- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td>
|
818
|
|
- <td height="60px">
|
819
|
|
- <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
|
820
|
|
- <img class="es-img" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
|
821
|
|
- </td>
|
822
|
|
- <td height="60px">
|
823
|
|
- <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
824
|
|
- <img class="es-img" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
825
|
|
- </td>
|
826
|
|
- <td height="60px">
|
827
|
|
- <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
|
828
|
|
- <img class="es-img" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
|
829
|
|
- </td>
|
830
|
|
- <td height="60px">
|
831
|
|
- <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{y}-{m}-{d} {h}:{i}')}}</span>
|
832
|
|
- </td>
|
833
|
|
- </tr>
|
834
|
|
- </template>
|
835
|
|
- </tbody>
|
836
|
|
- </table>
|
837
|
|
- <div :style="this.advice_groups_2.length > 0 ? 'margin-bottom:350px;border-top:0;text-align:center;margin-top:10px;':'border-top:0;text-align:center;margin-top:10px;'" >1</div>
|
838
|
|
-
|
839
|
|
- <template v-if="this.advice_groups_2.length > 0">
|
|
837
|
+ </template>
|
|
838
|
+ </tbody>
|
|
839
|
+ <div class="print-yema4">1</div>
|
|
840
|
+ </table>
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+ <template v-if="this.advice_groups_2.length > 0">
|
|
844
|
+ <div style="position: relative;">
|
840
|
845
|
<div class="order-yy-name">{{orgname}}</div>
|
841
|
846
|
<div class="order_title"> 血液净化科医嘱及执行单 </div>
|
842
|
847
|
<div class="row" style="margin-top: 15px;">
|
|
@@ -931,9 +936,10 @@
|
931
|
936
|
</template>
|
932
|
937
|
</tbody>
|
933
|
938
|
</table>
|
934
|
|
- <div style="text-align:center;margin-top:10px;" >2</div>
|
935
|
|
- </template>
|
936
|
|
- </div>
|
|
939
|
+ <div class="print-yema4">2</div>
|
|
940
|
+ </div>
|
|
941
|
+ </template>
|
|
942
|
+
|
937
|
943
|
</div>
|
938
|
944
|
</div>
|
939
|
945
|
</template>
|
|
@@ -987,6 +993,7 @@
|
987
|
993
|
anticoagulantsConfit: {},
|
988
|
994
|
bloodAccessParOpera: {},
|
989
|
995
|
dialysateFormulationOptions: {},
|
|
996
|
+ print_length : 0,
|
990
|
997
|
|
991
|
998
|
queryParams: {
|
992
|
999
|
xtdate: '',
|
|
@@ -1224,8 +1231,15 @@
|
1224
|
1231
|
this.monitors = response.data.data.monitors
|
1225
|
1232
|
this.summary = response.data.data.summary
|
1226
|
1233
|
this.org_template_info = response.data.data.org_template_info
|
1227
|
|
- if (this.monitors.length < 8) {
|
1228
|
|
- var nl = 8 - this.monitors.length
|
|
1234
|
+
|
|
1235
|
+ if (this.monitors.length <= 9) {
|
|
1236
|
+ if(this.predialysis.systolic_blood_pressure != 0&&this.predialysis.diastolic_blood_pressure != 0||this.predialysis.remark.length > 0 || this.predialysis.pulse_frequency != 0 || this.predialysis.breathing_rate != 0 || this.predialysis.temperature != 0){
|
|
1237
|
+ var nl = 8
|
|
1238
|
+ this.print_length = 8
|
|
1239
|
+ }else{
|
|
1240
|
+ var nl = 9
|
|
1241
|
+ this.print_length = 9
|
|
1242
|
+ }
|
1229
|
1243
|
for (let index = 0; index < nl; index++) {
|
1230
|
1244
|
if (this.monitors[index] == undefined || this.monitors[index].length <= 0) {
|
1231
|
1245
|
this.monitors.push([])
|
|
@@ -1705,4 +1719,20 @@
|
1705
|
1719
|
.margin-bottom-900 {
|
1706
|
1720
|
margin-bottom:900px;
|
1707
|
1721
|
}
|
|
1722
|
+ .print-yema{
|
|
1723
|
+ position: absolute;
|
|
1724
|
+ left: 50%;
|
|
1725
|
+ }
|
|
1726
|
+ .print-yema2{
|
|
1727
|
+ position: absolute;
|
|
1728
|
+ left: 50%;
|
|
1729
|
+ }
|
|
1730
|
+ .print-yema3{
|
|
1731
|
+ position: absolute;
|
|
1732
|
+ left: 50%;
|
|
1733
|
+ }
|
|
1734
|
+ .print-yema4{
|
|
1735
|
+ position: absolute;
|
|
1736
|
+ left: 50%;
|
|
1737
|
+ }
|
1708
|
1738
|
</style>
|