|
@@ -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">
|
|
@@ -31,7 +31,6 @@
|
31
|
31
|
<div class="under_line" style="width: 70px;text-align: left">{{getAge(patientInfo)}}</div>
|
32
|
32
|
岁
|
33
|
33
|
</div>
|
34
|
|
-
|
35
|
34
|
</div>
|
36
|
35
|
|
37
|
36
|
<div class="row flex">
|
|
@@ -41,7 +40,7 @@
|
41
|
40
|
</div>
|
42
|
41
|
</div>
|
43
|
42
|
|
44
|
|
- <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':''">
|
45
|
44
|
<table class="proj_table" >
|
46
|
45
|
<tbody>
|
47
|
46
|
<tr><td colspan="2">一、透析前护理评估:</td></tr>
|
|
@@ -226,65 +225,65 @@
|
226
|
225
|
<td style="padding: 0;" colspan="2">
|
227
|
226
|
<table class="inside_table">
|
228
|
227
|
<tbody>
|
229
|
|
- <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理记录:</td></tr>
|
230
|
|
- <tr>
|
231
|
|
- <td width="100">时间</td>
|
232
|
|
- <td width="30">T<br>C°</td>
|
233
|
|
- <td width="30">P<br/>次/分</td>
|
234
|
|
- <td width="30">R<br/>次/分</td>
|
235
|
|
- <td width="100">BP<br/>mmHg</td>
|
236
|
|
- <td width="60">静脉压/动脉压<br/>mmHg</td>
|
237
|
|
- <td width="80">血流量<br/>ml/min</td>
|
238
|
|
- <td width="90">超滤量累计L</td>
|
239
|
|
- <td width="80">钠浓度<br/>mmol/L</td>
|
240
|
|
- <td width="240">病情特殊情况处理<br/>及专科护理措施记录</td>
|
241
|
|
- <td width="100">护士签名</td>
|
242
|
|
- </tr>
|
243
|
|
-
|
244
|
|
- <tr v-if="this.predialysis.systolic_blood_pressure != 0&&this.predialysis.diastolic_blood_pressure != 0||this.predialysis.remark.length > 0 || predialysis.pulse_frequency != 0 || predialysis.breathing_rate != 0 || predialysis.temperature != 0">
|
245
|
|
- <td>{{'透析前'}}</td>
|
246
|
|
- <td>{{predialysis.temperature?predialysis.temperature:''}}</td>
|
247
|
|
- <td>{{predialysis.pulse_frequency?predialysis.pulse_frequency:''}}</td>
|
248
|
|
- <td>{{predialysis.breathing_rate?predialysis.breathing_rate:''}}</td>
|
249
|
|
- <td>{{predialysis.systolic_blood_pressure?predialysis.systolic_blood_pressure:''}}/{{predialysis.diastolic_blood_pressure?predialysis.diastolic_blood_pressure:''}}</td>
|
250
|
|
-
|
251
|
|
- <td>{{''}}/{{''}}</td>
|
252
|
|
- <td>{{''}}</td>
|
253
|
|
- <td>{{''}}</td>
|
254
|
|
- <td>{{''}}</td>
|
255
|
|
- <td style="line-height:16px;padding:0px;"> <div style="height:48px;line-height:48px; overflow:hidden;"><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;"> {{predialysis.remark}}</span></div></td>
|
256
|
|
- <td>
|
257
|
|
- <span v-if="setAdminUserES(predialysis.creater) == ''">{{getAdminUser(predialysis.creater)}}</span>
|
258
|
|
- <img class="es-img" :src="setAdminUserES(predialysis.creater)" alt="" srcset="" v-else>
|
259
|
|
- </td>
|
260
|
|
- </tr>
|
261
|
|
-
|
262
|
|
-
|
263
|
|
- <tr v-for="(monitor,index) in monitors" :key="index">
|
264
|
|
- <td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
|
265
|
|
- <td>{{monitor.temperature?monitor.temperature:''}}</td>
|
266
|
|
- <td>{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
|
267
|
|
- <td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
|
268
|
|
- <td>{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:''}}/{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}</td>
|
269
|
|
- <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}/{{monitor.arterial_pressure?monitor.arterial_pressure:''}}</td>
|
270
|
|
- <td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
|
271
|
|
- <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:'/'}}</td>
|
272
|
|
- <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
|
273
|
|
- <td style="line-height:16px;padding:0px;"><div style="height:48px;line-height:48px; overflow:hidden;"><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;">{{monitor.symptom}} {{monitor.dispose}} {{monitor.result}} </span> </div></td>
|
274
|
|
- <td>
|
275
|
|
- <span v-if="setAdminUserES(monitor.monitoring_nurse) == ''">{{getAdminUser(monitor.monitoring_nurse)}}</span>
|
276
|
|
- <img class="es-img" :src="setAdminUserES(monitor.monitoring_nurse)" alt="" srcset="" v-else>
|
277
|
|
- </td>
|
278
|
|
- </tr>
|
|
228
|
+ <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理记录:</td></tr>
|
|
229
|
+ <tr>
|
|
230
|
+ <td width="100">时间</td>
|
|
231
|
+ <td width="30">T<br>C°</td>
|
|
232
|
+ <td width="30">P<br/>次/分</td>
|
|
233
|
+ <td width="30">R<br/>次/分</td>
|
|
234
|
+ <td width="100">BP<br/>mmHg</td>
|
|
235
|
+ <td width="60">静脉压/动脉压<br/>mmHg</td>
|
|
236
|
+ <td width="80">血流量<br/>ml/min</td>
|
|
237
|
+ <td width="90">超滤量累计L</td>
|
|
238
|
+ <td width="80">钠浓度<br/>mmol/L</td>
|
|
239
|
+ <td width="240">病情特殊情况处理<br/>及专科护理措施记录</td>
|
|
240
|
+ <td width="100">护士签名</td>
|
|
241
|
+ </tr>
|
|
242
|
+
|
|
243
|
+ <tr v-if="this.predialysis.systolic_blood_pressure != 0&&this.predialysis.diastolic_blood_pressure != 0||this.predialysis.remark.length > 0 || predialysis.pulse_frequency != 0 || predialysis.breathing_rate != 0 || predialysis.temperature != 0">
|
|
244
|
+ <td>{{'透析前'}}</td>
|
|
245
|
+ <td>{{predialysis.temperature?predialysis.temperature:''}}</td>
|
|
246
|
+ <td>{{predialysis.pulse_frequency?predialysis.pulse_frequency:''}}</td>
|
|
247
|
+ <td>{{predialysis.breathing_rate?predialysis.breathing_rate:''}}</td>
|
|
248
|
+ <td>{{predialysis.systolic_blood_pressure?predialysis.systolic_blood_pressure:''}}/{{predialysis.diastolic_blood_pressure?predialysis.diastolic_blood_pressure:''}}</td>
|
|
249
|
+
|
|
250
|
+ <td>{{''}}/{{''}}</td>
|
|
251
|
+ <td>{{''}}</td>
|
|
252
|
+ <td>{{''}}</td>
|
|
253
|
+ <td>{{''}}</td>
|
|
254
|
+ <td style="line-height:16px;padding:0px;"> <div style="height:48px;line-height:48px; overflow:hidden;"><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;"> {{predialysis.remark}}</span></div></td>
|
|
255
|
+ <td>
|
|
256
|
+ <span v-if="setAdminUserES(predialysis.creater) == ''">{{getAdminUser(predialysis.creater)}}</span>
|
|
257
|
+ <img class="es-img" :src="setAdminUserES(predialysis.creater)" alt="" srcset="" v-else>
|
|
258
|
+ </td>
|
|
259
|
+ </tr>
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+ <tr v-for="(monitor,index) in monitors" :key="index">
|
|
263
|
+ <td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
|
|
264
|
+ <td>{{monitor.temperature?monitor.temperature:''}}</td>
|
|
265
|
+ <td>{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
|
|
266
|
+ <td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
|
|
267
|
+ <td>{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:''}}/{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}</td>
|
|
268
|
+ <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}/{{monitor.arterial_pressure?monitor.arterial_pressure:''}}</td>
|
|
269
|
+ <td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
|
|
270
|
+ <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:'/'}}</td>
|
|
271
|
+ <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
|
|
272
|
+ <td style="line-height:16px;padding:0px;"><div style="height:48px;line-height:48px; overflow:hidden;"><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;">{{monitor.symptom}} {{monitor.dispose}} {{monitor.result}} </span> </div></td>
|
|
273
|
+ <td>
|
|
274
|
+ <span v-if="setAdminUserES(monitor.monitoring_nurse) == ''">{{getAdminUser(monitor.monitoring_nurse)}}</span>
|
|
275
|
+ <img class="es-img" :src="setAdminUserES(monitor.monitoring_nurse)" alt="" srcset="" v-else>
|
|
276
|
+ </td>
|
|
277
|
+ </tr>
|
279
|
278
|
</tbody>
|
280
|
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>
|
281
|
281
|
</td>
|
282
|
282
|
</tr>
|
283
|
283
|
</tbody>
|
284
|
284
|
</table>
|
285
|
285
|
</div>
|
286
|
|
- <div v-if="this.monitors.length > 8 " :class="this.monitors.length > 8 ? 'margin-bottom-300': ''" style="text-align:center;margin-top:10px;">1</div>
|
287
|
|
- <template v-if="this.monitors.length > 8 ">
|
|
286
|
+ <template v-if="(this.monitors.length > 8 && this.print_length == 8) || (this.monitors.length > 9 && this.print_length == 9)">
|
288
|
287
|
<div class="order-yy-name">{{orgname}}</div>
|
289
|
288
|
<div class="order-title">血液净化专科护理记录单</div>
|
290
|
289
|
<div class="row" style="margin-top: 15px;">
|
|
@@ -324,7 +323,7 @@
|
324
|
323
|
</div>
|
325
|
324
|
</div>
|
326
|
325
|
</template>
|
327
|
|
- <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;'">
|
328
|
327
|
<table class="proj_table">
|
329
|
328
|
<tbody>
|
330
|
329
|
<tr v-if="this.monitors2.length > 0">
|
|
@@ -574,236 +573,239 @@
|
574
|
573
|
</tr>
|
575
|
574
|
</tbody>
|
576
|
575
|
</table>
|
577
|
|
- <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>
|
578
|
|
- <div v-else class="margin-bottom-300" style="text-align:center;margin-top:10px;">1</div>
|
579
|
|
-
|
580
|
|
- <div class="order-yy-name">{{orgname}}</div>
|
581
|
|
- <div class="order_title"> 血液净化科医嘱及执行单 </div>
|
582
|
|
- <div class="row" style="margin-top: 15px;">
|
583
|
|
- <div class="inline_block" >
|
584
|
|
- 科室:
|
585
|
|
- <check-box text="门诊透析" :checked="patientInfo_source_1"></check-box>
|
586
|
|
- <check-box text="住院" :checked="patientInfo_source_2"></check-box>
|
587
|
|
- </div>
|
588
|
|
- <div class="inline_block" style="margin-left:25px;">
|
589
|
|
- 住院号:
|
590
|
|
- <div class="under_line" style="width: 120px;text-align: left">
|
591
|
|
- {{patientInfo.admission_number?patientInfo.admission_number:'/'}}
|
592
|
|
- </div>
|
593
|
|
- </div>
|
594
|
|
- <div class="inline_block" style="margin-left:25px;">
|
595
|
|
- 姓名:
|
596
|
|
- <div class="under_line" style="width: 120px;text-align: left">{{patientInfo.name}}</div>
|
597
|
|
- </div>
|
598
|
|
- <div class="inline_block" style="margin-left: 25px;">
|
599
|
|
- 性别:
|
600
|
|
- <check-box text="男" :checked="patientInfo_gender_1"></check-box>
|
601
|
|
- <check-box text="女" :checked="patientInfo_gender_2"></check-box>
|
602
|
|
- </div>
|
603
|
|
- <div class="inline_block" style="margin-left: 25px">
|
604
|
|
- 年龄:
|
605
|
|
- <div class="under_line" style="width: 70px;text-align: left">{{getAge(patientInfo)}}</div>
|
606
|
|
- 岁
|
607
|
|
- </div>
|
|
576
|
+ <div v-if="(this.monitors.length > 8 && this.print_length == 8) || (this.monitors.length > 9 && this.print_length == 9)" class="print-yema3" >2</div>
|
|
577
|
+ <div v-else class="print-yema2">1</div>
|
|
578
|
+ </div>
|
|
579
|
+ </div>
|
608
|
580
|
|
|
581
|
+ <div id="dialysis-print-box-1-2" class="dialysis-print-order print-template-two print_page_main_content" style="position: relative;">
|
|
582
|
+ <div class="order-yy-name">{{orgname}}</div>
|
|
583
|
+ <div class="order_title"> 血液净化科医嘱及执行单 </div>
|
|
584
|
+ <div class="row" style="margin-top: 15px;">
|
|
585
|
+ <div class="inline_block" >
|
|
586
|
+ 科室:
|
|
587
|
+ <check-box text="门诊透析" :checked="patientInfo_source_1"></check-box>
|
|
588
|
+ <check-box text="住院" :checked="patientInfo_source_2"></check-box>
|
609
|
589
|
</div>
|
610
|
|
- <div class="row flex">
|
611
|
|
- <div class="inline_block">
|
612
|
|
- 诊断:
|
613
|
|
- <div class="under_line" style="width: 500px;text-align: left">{{patientInfo.diagnose}}</div>
|
|
590
|
+ <div class="inline_block" style="margin-left:25px;">
|
|
591
|
+ 住院号:
|
|
592
|
+ <div class="under_line" style="width: 120px;text-align: left">
|
|
593
|
+ {{patientInfo.admission_number?patientInfo.admission_number:'/'}}
|
614
|
594
|
</div>
|
615
|
595
|
</div>
|
616
|
|
- <table class="proj_table">
|
617
|
|
- <tbody>
|
618
|
|
- <tr>
|
619
|
|
- <td>
|
620
|
|
- <!--<div class="row" style="padding: 2px 0;line-height:24px;">-->
|
621
|
|
- <!--<div class="inline_block">-->
|
622
|
|
- <!--诊断:-->
|
623
|
|
- <!--<div class="under_line" style="width: 150px;text-align: left">{{patientInfo.diagnose}}</div>-->
|
624
|
|
- <!--</div>-->
|
|
596
|
+ <div class="inline_block" style="margin-left:25px;">
|
|
597
|
+ 姓名:
|
|
598
|
+ <div class="under_line" style="width: 120px;text-align: left">{{patientInfo.name}}</div>
|
|
599
|
+ </div>
|
|
600
|
+ <div class="inline_block" style="margin-left: 25px;">
|
|
601
|
+ 性别:
|
|
602
|
+ <check-box text="男" :checked="patientInfo_gender_1"></check-box>
|
|
603
|
+ <check-box text="女" :checked="patientInfo_gender_2"></check-box>
|
|
604
|
+ </div>
|
|
605
|
+ <div class="inline_block" style="margin-left: 25px">
|
|
606
|
+ 年龄:
|
|
607
|
+ <div class="under_line" style="width: 70px;text-align: left">{{getAge(patientInfo)}}</div>
|
|
608
|
+ 岁
|
|
609
|
+ </div>
|
|
610
|
+
|
|
611
|
+ </div>
|
|
612
|
+ <div class="row flex">
|
|
613
|
+ <div class="inline_block">
|
|
614
|
+ 诊断:
|
|
615
|
+ <div class="under_line" style="width: 500px;text-align: left">{{patientInfo.diagnose}}</div>
|
|
616
|
+ </div>
|
|
617
|
+ </div>
|
|
618
|
+ <table class="proj_table">
|
|
619
|
+ <tbody>
|
|
620
|
+ <tr>
|
|
621
|
+ <td>
|
|
622
|
+ <!--<div class="row" style="padding: 2px 0;line-height:24px;">-->
|
|
623
|
+ <!--<div class="inline_block">-->
|
|
624
|
+ <!--诊断:-->
|
|
625
|
+ <!--<div class="under_line" style="width: 150px;text-align: left">{{patientInfo.diagnose}}</div>-->
|
|
626
|
+ <!--</div>-->
|
|
627
|
+ <!--</div>-->
|
|
628
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
629
|
+ <div class="inline_block">治疗方式:
|
|
630
|
+ <check-box text="HD" :checked="prescription.mode_id==1?true:false"></check-box>
|
|
631
|
+ <check-box text="HDF" :checked="prescription.mode_id==2?true:false"></check-box>
|
|
632
|
+ <check-box text="HF" :checked="prescription.mode_id==5?true:false"></check-box>
|
|
633
|
+ <check-box text="HP" :checked="prescription.mode_id==4?true:false"></check-box>
|
|
634
|
+ <check-box text="HD+HP" :checked="prescription.mode_id==3?true:false"></check-box>
|
|
635
|
+ </div>
|
|
636
|
+
|
|
637
|
+ <!--<div class="inline_block" v-if="patientInfo.diagnose.length <= 10">-->
|
|
638
|
+ <!-- 治疗方式:-->
|
|
639
|
+ <!--<check-box text="HD" :checked="prescription.mode_id==1?true:false"></check-box>-->
|
|
640
|
+ <!--<check-box text="HDF" :checked="prescription.mode_id==2?true:false"></check-box>-->
|
|
641
|
+ <!--<check-box text="HF" :checked="prescription.mode_id==5?true:false"></check-box>-->
|
|
642
|
+ <!--<check-box text="HP" :checked="prescription.mode_id==4?true:false"></check-box>-->
|
|
643
|
+ <!--<check-box text="HD+HP" :checked="prescription.mode_id==3?true:false"></check-box>-->
|
625
|
644
|
<!--</div>-->
|
626
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
627
|
|
- <div class="inline_block">治疗方式:
|
628
|
|
- <check-box text="HD" :checked="prescription.mode_id==1?true:false"></check-box>
|
629
|
|
- <check-box text="HDF" :checked="prescription.mode_id==2?true:false"></check-box>
|
630
|
|
- <check-box text="HF" :checked="prescription.mode_id==5?true:false"></check-box>
|
631
|
|
- <check-box text="HP" :checked="prescription.mode_id==4?true:false"></check-box>
|
632
|
|
- <check-box text="HD+HP" :checked="prescription.mode_id==3?true:false"></check-box>
|
|
645
|
+ <div class="inline_block" style="margin-left:20px;">
|
|
646
|
+ 其它:
|
|
647
|
+ <div class="under_line" style="width: 100px;text-align: left">
|
|
648
|
+ <span v-if="prescription.mode_id>5">{{prescription.mode}}</span>
|
633
|
649
|
</div>
|
634
|
|
-
|
635
|
|
- <!--<div class="inline_block" v-if="patientInfo.diagnose.length <= 10">-->
|
636
|
|
- <!-- 治疗方式:-->
|
637
|
|
- <!--<check-box text="HD" :checked="prescription.mode_id==1?true:false"></check-box>-->
|
638
|
|
- <!--<check-box text="HDF" :checked="prescription.mode_id==2?true:false"></check-box>-->
|
639
|
|
- <!--<check-box text="HF" :checked="prescription.mode_id==5?true:false"></check-box>-->
|
640
|
|
- <!--<check-box text="HP" :checked="prescription.mode_id==4?true:false"></check-box>-->
|
641
|
|
- <!--<check-box text="HD+HP" :checked="prescription.mode_id==3?true:false"></check-box>-->
|
642
|
|
- <!--</div>-->
|
643
|
|
- <div class="inline_block" style="margin-left:20px;">
|
644
|
|
- 其它:
|
645
|
|
- <div class="under_line" style="width: 100px;text-align: left">
|
646
|
|
- <span v-if="prescription.mode_id>5">{{prescription.mode}}</span>
|
647
|
|
- </div>
|
|
650
|
+ </div>
|
|
651
|
+ <div class="inline_block" style="margin-left:20px;">
|
|
652
|
+ 治疗时间:
|
|
653
|
+ <div class="under_line" style="width: 30px;text-align: left">
|
|
654
|
+ {{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'0'}}
|
648
|
655
|
</div>
|
649
|
|
- <div class="inline_block" style="margin-left:20px;">
|
650
|
|
- 治疗时间:
|
651
|
|
- <div class="under_line" style="width: 30px;text-align: left">
|
652
|
|
- {{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'0'}}
|
653
|
|
- </div>
|
654
|
|
- h
|
655
|
|
- <div class="under_line" style="width: 30px;text-align: left">
|
656
|
|
- {{prescription.dialysis_duration_minute?prescription.dialysis_duration_minute:'0'}}
|
657
|
|
- </div>
|
658
|
|
- min
|
|
656
|
+ h
|
|
657
|
+ <div class="under_line" style="width: 30px;text-align: left">
|
|
658
|
+ {{prescription.dialysis_duration_minute?prescription.dialysis_duration_minute:'0'}}
|
659
|
659
|
</div>
|
|
660
|
+ min
|
660
|
661
|
</div>
|
661
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
662
|
+ </div>
|
|
663
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
664
|
+ <div class="inline_block">
|
|
665
|
+ 病情:
|
|
666
|
+ <check-box text="一般" :checked="receiverTreatmentAccess.sick_condition == 1?true:false"></check-box>
|
|
667
|
+ <check-box text="重" :checked="receiverTreatmentAccess.sick_condition == 2?true:false"></check-box>
|
|
668
|
+ <check-box text="危" :checked="receiverTreatmentAccess.sick_condition == 3?true:false"></check-box>
|
662
|
669
|
<div class="inline_block">
|
663
|
|
- 病情:
|
664
|
|
- <check-box text="一般" :checked="receiverTreatmentAccess.sick_condition == 1?true:false"></check-box>
|
665
|
|
- <check-box text="重" :checked="receiverTreatmentAccess.sick_condition == 2?true:false"></check-box>
|
666
|
|
- <check-box text="危" :checked="receiverTreatmentAccess.sick_condition == 3?true:false"></check-box>
|
667
|
|
- <div class="inline_block">
|
668
|
|
-  透析器型号:
|
669
|
|
- <div class="under_line" style="width: 200px;text-align: left">
|
670
|
|
- {{prescription.dialyzer_perfusion_apparatus}}
|
671
|
|
- </div>
|
|
670
|
+  透析器型号:
|
|
671
|
+ <div class="under_line" style="width: 200px;text-align: left">
|
|
672
|
+ {{prescription.dialyzer_perfusion_apparatus}}
|
672
|
673
|
</div>
|
673
|
674
|
</div>
|
674
|
675
|
</div>
|
675
|
|
- <div class="row" style="padding: 2px 0; line-height:24px;">
|
676
|
|
- <div class="inline_block">
|
677
|
|
- 体液过多症状:
|
678
|
|
- <check-box text="无" :checked="prescription.body_fluid==1?true:false"></check-box>
|
679
|
|
- <check-box text="下肢水肿+" :checked="prescription.body_fluid==2?true:false"></check-box>
|
680
|
|
- <check-box text="下肢水肿++" :checked="prescription.body_fluid==3?true:false"></check-box>
|
681
|
|
- <check-box text="下肢水肿+++" :checked="prescription.body_fluid==4?true:false"></check-box>
|
682
|
|
- </div>
|
683
|
|
- <!-- <div class="inline_block">
|
684
|
|
- 其它:
|
685
|
|
- <div class="under_line" style="width: 100px;">
|
686
|
|
- <div class="under-line" v-if="prescription&&prescription.body_fluid_other.length > 0"> {{prescription.body_fluid_other}}</div>
|
687
|
|
- </div>
|
688
|
|
- </div> -->
|
689
|
|
- <div class="inline_block" style="margin-left:20px;">
|
690
|
|
- 透析前使用特殊药物:
|
691
|
|
- <check-box text="无" :checked="prescription.special_medicine==1?true:false"></check-box>
|
692
|
|
- <check-box text="降压药" :checked="prescription.special_medicine==2?true:false"></check-box>
|
693
|
|
- <check-box text="抗凝" :checked="prescription.special_medicine==3?true:false"></check-box>
|
|
676
|
+ </div>
|
|
677
|
+ <div class="row" style="padding: 2px 0; line-height:24px;">
|
|
678
|
+ <div class="inline_block">
|
|
679
|
+ 体液过多症状:
|
|
680
|
+ <check-box text="无" :checked="prescription.body_fluid==1?true:false"></check-box>
|
|
681
|
+ <check-box text="下肢水肿+" :checked="prescription.body_fluid==2?true:false"></check-box>
|
|
682
|
+ <check-box text="下肢水肿++" :checked="prescription.body_fluid==3?true:false"></check-box>
|
|
683
|
+ <check-box text="下肢水肿+++" :checked="prescription.body_fluid==4?true:false"></check-box>
|
|
684
|
+ </div>
|
|
685
|
+ <!-- <div class="inline_block">
|
|
686
|
+ 其它:
|
|
687
|
+ <div class="under_line" style="width: 100px;">
|
|
688
|
+ <div class="under-line" v-if="prescription&&prescription.body_fluid_other.length > 0"> {{prescription.body_fluid_other}}</div>
|
694
|
689
|
</div>
|
695
|
|
- <div class="inline_block">
|
696
|
|
- 其它:
|
697
|
|
- <div class="under_line" style="width: 100px;text-align: left">
|
698
|
|
- <span v-if="prescription.special_medicine == -1">{{prescription.special_medicine_other}}</span>
|
699
|
|
- </div>
|
|
690
|
+ </div> -->
|
|
691
|
+ <div class="inline_block" style="margin-left:20px;">
|
|
692
|
+ 透析前使用特殊药物:
|
|
693
|
+ <check-box text="无" :checked="prescription.special_medicine==1?true:false"></check-box>
|
|
694
|
+ <check-box text="降压药" :checked="prescription.special_medicine==2?true:false"></check-box>
|
|
695
|
+ <check-box text="抗凝" :checked="prescription.special_medicine==3?true:false"></check-box>
|
|
696
|
+ </div>
|
|
697
|
+ <div class="inline_block">
|
|
698
|
+ 其它:
|
|
699
|
+ <div class="under_line" style="width: 100px;text-align: left">
|
|
700
|
+ <span v-if="prescription.special_medicine == -1">{{prescription.special_medicine_other}}</span>
|
700
|
701
|
</div>
|
701
|
702
|
</div>
|
702
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
703
|
|
- <div class="inline_block">
|
704
|
|
- 透析液(mmol/L):  Ca<sup>2+</sup>:
|
705
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
706
|
|
- <span v-if="prescription.calcium">{{getFloat(prescription.calcium)?getFloat(prescription.calcium):'/'}}</span>
|
707
|
|
- <span v-else>{{'/'}}</span>
|
|
703
|
+ </div>
|
|
704
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
705
|
+ <div class="inline_block">
|
|
706
|
+ 透析液(mmol/L):  Ca<sup>2+</sup>:
|
|
707
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
708
|
+ <span v-if="prescription.calcium">{{getFloat(prescription.calcium)?getFloat(prescription.calcium):'/'}}</span>
|
|
709
|
+ <span v-else>{{'/'}}</span>
|
708
|
710
|
|
709
|
|
- </div>
|
710
|
|
- mmol/L  Na<sup>+</sup>:
|
711
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
712
|
|
- <span v-if="prescription.sodium">{{getFloat(prescription.sodium)?getFloat(prescription.sodium):'/'}}</span>
|
713
|
|
- <span v-else>{{'/'}}</span>
|
|
711
|
+ </div>
|
|
712
|
+ mmol/L  Na<sup>+</sup>:
|
|
713
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
714
|
+ <span v-if="prescription.sodium">{{getFloat(prescription.sodium)?getFloat(prescription.sodium):'/'}}</span>
|
|
715
|
+ <span v-else>{{'/'}}</span>
|
714
|
716
|
|
715
|
|
- </div>
|
716
|
|
- mmol/L  K<sup>+</sup>:
|
717
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
718
|
|
- <span v-if="prescription.kalium">{{getFloat(prescription.kalium)?getFloat(prescription.kalium):'/'}}</span>
|
719
|
|
- <span v-else>{{'/'}}</span>
|
|
717
|
+ </div>
|
|
718
|
+ mmol/L  K<sup>+</sup>:
|
|
719
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
720
|
+ <span v-if="prescription.kalium">{{getFloat(prescription.kalium)?getFloat(prescription.kalium):'/'}}</span>
|
|
721
|
+ <span v-else>{{'/'}}</span>
|
720
|
722
|
|
721
|
723
|
|
722
|
|
- </div>
|
723
|
|
- mmol/L
|
724
|
724
|
</div>
|
725
|
|
- <div class="inline_block" v-if="prescription.displace_liqui_part == 0">
|
726
|
|
-  置换液后/前稀释 总量:
|
727
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
728
|
|
- {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
729
|
|
- </div>
|
730
|
|
- L
|
731
|
|
- </div>
|
732
|
|
- <div class="inline_block" v-if="prescription.displace_liqui_part == 1">
|
733
|
|
-  置换液前稀释 总量:
|
734
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
735
|
|
- {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
736
|
|
- </div>
|
737
|
|
- L
|
|
725
|
+ mmol/L
|
|
726
|
+ </div>
|
|
727
|
+ <div class="inline_block" v-if="prescription.displace_liqui_part == 0">
|
|
728
|
+  置换液后/前稀释 总量:
|
|
729
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
730
|
+ {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
738
|
731
|
</div>
|
739
|
|
- <div class="inline_block" v-if="prescription.displace_liqui_part == 2">
|
740
|
|
-  置换液后稀释 总量:
|
741
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
742
|
|
- {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
743
|
|
- </div>
|
744
|
|
- L
|
|
732
|
+ L
|
|
733
|
+ </div>
|
|
734
|
+ <div class="inline_block" v-if="prescription.displace_liqui_part == 1">
|
|
735
|
+  置换液前稀释 总量:
|
|
736
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
737
|
+ {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
745
|
738
|
</div>
|
|
739
|
+ L
|
746
|
740
|
</div>
|
747
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
748
|
|
- <div class="inline_block">
|
749
|
|
- 血管通路:
|
750
|
|
- <check-box text="内瘘" :checked="prescription.blood_access == 1?true:false"></check-box>
|
751
|
|
- <check-box text="直穿" :checked="prescription.blood_access == 2?true:false"></check-box>
|
752
|
|
- <check-box text="导管" :checked="prescription.blood_access == 3?true:false"></check-box>
|
|
741
|
+ <div class="inline_block" v-if="prescription.displace_liqui_part == 2">
|
|
742
|
+  置换液后稀释 总量:
|
|
743
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
744
|
+ {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
753
|
745
|
</div>
|
754
|
|
- <div class="inline_block">
|
755
|
|
-  血流量:
|
756
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
757
|
|
- {{prescription.blood_flow_volume?prescription.blood_flow_volume:'/'}}
|
758
|
|
- </div>
|
759
|
|
- ml/min
|
|
746
|
+ L
|
|
747
|
+ </div>
|
|
748
|
+ </div>
|
|
749
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
750
|
+ <div class="inline_block">
|
|
751
|
+ 血管通路:
|
|
752
|
+ <check-box text="内瘘" :checked="prescription.blood_access == 1?true:false"></check-box>
|
|
753
|
+ <check-box text="直穿" :checked="prescription.blood_access == 2?true:false"></check-box>
|
|
754
|
+ <check-box text="导管" :checked="prescription.blood_access == 3?true:false"></check-box>
|
|
755
|
+ </div>
|
|
756
|
+ <div class="inline_block">
|
|
757
|
+  血流量:
|
|
758
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
759
|
+ {{prescription.blood_flow_volume?prescription.blood_flow_volume:'/'}}
|
760
|
760
|
</div>
|
761
|
|
- <div class="inline_block">
|
762
|
|
-  透析液流量:
|
763
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
764
|
|
- {{prescription.dialysate_flow?prescription.dialysate_flow:'/'}}
|
765
|
|
- </div>
|
766
|
|
- ml/min
|
|
761
|
+ ml/min
|
|
762
|
+ </div>
|
|
763
|
+ <div class="inline_block">
|
|
764
|
+  透析液流量:
|
|
765
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
766
|
+ {{prescription.dialysate_flow?prescription.dialysate_flow:'/'}}
|
767
|
767
|
</div>
|
|
768
|
+ ml/min
|
768
|
769
|
</div>
|
769
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;">
|
770
|
|
- <div class="inline_block">
|
771
|
|
- 透前体重:
|
772
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
773
|
|
- {{predialysis.weight_before?predialysis.weight_before:'/'}}
|
774
|
|
- </div>
|
775
|
|
- kg
|
|
770
|
+ </div>
|
|
771
|
+ <div class="row" style="padding: 2px 0;line-height:24px;">
|
|
772
|
+ <div class="inline_block">
|
|
773
|
+ 透前体重:
|
|
774
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
775
|
+ {{predialysis.weight_before?predialysis.weight_before:'/'}}
|
776
|
776
|
</div>
|
777
|
|
- <div class="inline_block">
|
778
|
|
-  设定超滤量:
|
779
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
780
|
|
- {{getFloat(prescription.target_ultrafiltration)?getFloat(prescription.target_ultrafiltration):'/'}}
|
|
777
|
+ kg
|
|
778
|
+ </div>
|
|
779
|
+ <div class="inline_block">
|
|
780
|
+  设定超滤量:
|
|
781
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
782
|
+ {{getFloat(prescription.target_ultrafiltration)?getFloat(prescription.target_ultrafiltration):'/'}}
|
781
|
783
|
|
782
|
|
- </div>
|
783
|
|
- L
|
784
|
784
|
</div>
|
785
|
|
- <div class="inline_block">
|
786
|
|
-  实际超滤量:
|
787
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
788
|
|
- {{getFloat(prescription.ultrafiltration)?getFloat(prescription.ultrafiltration):'/'}}
|
789
|
|
- </div>
|
790
|
|
- L
|
791
|
|
-
|
|
785
|
+ L
|
|
786
|
+ </div>
|
|
787
|
+ <div class="inline_block">
|
|
788
|
+  实际超滤量:
|
|
789
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
790
|
+ {{getFloat(prescription.ultrafiltration)?getFloat(prescription.ultrafiltration):'/'}}
|
792
|
791
|
</div>
|
793
|
|
- <div class="inline_block">
|
794
|
|
- 透后体重:
|
795
|
|
- <div class="under_line" style="width: 70px;text-align: left">
|
796
|
|
- {{afterdialysis.weight_after?afterdialysis.weight_after:'/'}}
|
797
|
|
- </div>
|
798
|
|
- kg
|
|
792
|
+ L
|
|
793
|
+
|
|
794
|
+ </div>
|
|
795
|
+ <div class="inline_block">
|
|
796
|
+ 透后体重:
|
|
797
|
+ <div class="under_line" style="width: 70px;text-align: left">
|
|
798
|
+ {{afterdialysis.weight_after?afterdialysis.weight_after:'/'}}
|
799
|
799
|
</div>
|
|
800
|
+ kg
|
800
|
801
|
</div>
|
801
|
|
- </td>
|
802
|
|
- </tr>
|
803
|
|
- </tbody>
|
804
|
|
- </table>
|
805
|
|
- <table class="print-table-no" border="1" count="0" >
|
806
|
|
- <tbody>
|
|
802
|
+ </div>
|
|
803
|
+ </td>
|
|
804
|
+ </tr>
|
|
805
|
+ </tbody>
|
|
806
|
+ </table>
|
|
807
|
+ <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;'">
|
|
808
|
+ <tbody>
|
807
|
809
|
<tr style="line-height:35px;padding:8px 5px;">
|
808
|
810
|
<td colspan="7" style="font-size: 18px">医嘱</td>
|
809
|
811
|
</tr>
|
|
@@ -859,11 +861,12 @@
|
859
|
861
|
</td>
|
860
|
862
|
</tr>
|
861
|
863
|
</template>
|
862
|
|
- </tbody>
|
863
|
|
- </table>
|
864
|
|
- <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>
|
|
864
|
+ </tbody>
|
|
865
|
+ <div class="print-yema4">1</div>
|
|
866
|
+ </table>
|
865
|
867
|
|
866
|
|
- <template v-if="this.advice_groups_2.length > 0">
|
|
868
|
+ <template v-if="this.advice_groups_2.length > 0">
|
|
869
|
+ <div style="position: relative;">
|
867
|
870
|
<div class="order-yy-name">{{orgname}}</div>
|
868
|
871
|
<div class="order_title"> 血液净化科医嘱及执行单 </div>
|
869
|
872
|
<div class="row" style="margin-top: 15px;">
|
|
@@ -959,11 +962,12 @@
|
959
|
962
|
</template>
|
960
|
963
|
</tbody>
|
961
|
964
|
</table>
|
962
|
|
- <div style="text-align:center;margin-top:10px;" >2</div>
|
963
|
|
- </template>
|
964
|
|
- </div>
|
|
965
|
+ <div class="print-yema4">2</div>
|
|
966
|
+ </div>
|
|
967
|
+ </template>
|
965
|
968
|
</div>
|
966
|
969
|
</div>
|
|
970
|
+
|
967
|
971
|
</template>
|
968
|
972
|
|
969
|
973
|
|
|
@@ -1055,6 +1059,7 @@
|
1055
|
1059
|
doctor_advices: [],
|
1056
|
1060
|
advice_groups: [],
|
1057
|
1061
|
advice_groups_2: [],
|
|
1062
|
+ print_length : 0,
|
1058
|
1063
|
|
1059
|
1064
|
AlPanel: {
|
1060
|
1065
|
id: 0,
|
|
@@ -1253,8 +1258,15 @@
|
1253
|
1258
|
this.monitors = response.data.data.monitors
|
1254
|
1259
|
this.summary = response.data.data.summary
|
1255
|
1260
|
this.org_template_info = response.data.data.org_template_info
|
1256
|
|
- if (this.monitors.length < 8) {
|
1257
|
|
- var nl = 8 - this.monitors.length
|
|
1261
|
+
|
|
1262
|
+ if (this.monitors.length <= 9) {
|
|
1263
|
+ 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){
|
|
1264
|
+ var nl = 8
|
|
1265
|
+ this.print_length = 8
|
|
1266
|
+ }else{
|
|
1267
|
+ var nl = 9
|
|
1268
|
+ this.print_length = 9
|
|
1269
|
+ }
|
1258
|
1270
|
for (let index = 0; index < nl; index++) {
|
1259
|
1271
|
if (this.monitors[index] == undefined || this.monitors[index].length <= 0) {
|
1260
|
1272
|
this.monitors.push([])
|
|
@@ -1725,7 +1737,7 @@
|
1725
|
1737
|
.advice-children {
|
1726
|
1738
|
display: flex;
|
1727
|
1739
|
}
|
1728
|
|
- .margin-bottom-300 {
|
|
1740
|
+ .margin-bottom-300 {
|
1729
|
1741
|
margin-bottom:450px;
|
1730
|
1742
|
}
|
1731
|
1743
|
.margin-bottom-600 {
|
|
@@ -1734,4 +1746,20 @@
|
1734
|
1746
|
.margin-bottom-900 {
|
1735
|
1747
|
margin-bottom:900px;
|
1736
|
1748
|
}
|
|
1749
|
+ .print-yema{
|
|
1750
|
+ position: absolute;
|
|
1751
|
+ left: 50%;
|
|
1752
|
+ }
|
|
1753
|
+ .print-yema2{
|
|
1754
|
+ position: absolute;
|
|
1755
|
+ left: 50%;
|
|
1756
|
+ }
|
|
1757
|
+ .print-yema3{
|
|
1758
|
+ position: absolute;
|
|
1759
|
+ left: 50%;
|
|
1760
|
+ }
|
|
1761
|
+ .print-yema4{
|
|
1762
|
+ position: absolute;
|
|
1763
|
+ left: 50%;
|
|
1764
|
+ }
|
1737
|
1765
|
</style>
|