|
@@ -60,13 +60,13 @@
|
60
|
60
|
<div class="inline_block" style="margin-right:30px;">
|
61
|
61
|
血液净化器类型
|
62
|
62
|
<div class="inline_block under_line" style="width:150px;text-align: center;">
|
63
|
|
- <span v-if="prescription.dialyzer_perfusion_apparatus !=''">
|
|
63
|
+ <!-- <span v-if="prescription.dialyzer_perfusion_apparatus !=''">
|
64
|
64
|
{{
|
65
|
65
|
prescription.dialyzer_perfusion_apparatus
|
66
|
66
|
? prescription.dialyzer_perfusion_apparatus
|
67
|
67
|
: ""
|
68
|
68
|
}}
|
69
|
|
- </span>
|
|
69
|
+ </span> -->
|
70
|
70
|
<span v-if="prescription.dialysis_dialyszers !=''">
|
71
|
71
|
{{
|
72
|
72
|
prescription.dialysis_dialyszers
|
|
@@ -74,10 +74,10 @@
|
74
|
74
|
: "/"
|
75
|
75
|
}}
|
76
|
76
|
</span>
|
77
|
|
- <span v-if="prescription.dialysis_strainer !=''">
|
|
77
|
+ <span v-if="prescription.dialysis_irrigation !=''">
|
78
|
78
|
{{
|
79
|
|
- prescription.dialysis_strainer?
|
80
|
|
- prescription.dialysis_strainer:""
|
|
79
|
+ prescription.dialysis_irrigation?
|
|
80
|
+ prescription.dialysis_irrigation:""
|
81
|
81
|
}}
|
82
|
82
|
</span>
|
83
|
83
|
</div>
|
|
@@ -108,9 +108,9 @@
|
108
|
108
|
<div class="row">
|
109
|
109
|
抗凝药物
|
110
|
110
|
<div class="inline_block under_line" style="width:90%;text-align: left;">
|
111
|
|
- {{ prescription.anticoagulant_name ? prescription.anticoagulant_name : '/' }}
|
|
111
|
+ {{ prescription.anticoagulant ? prescription.anticoagulant : '/' }}
|
112
|
112
|
<div class="inline_block">
|
113
|
|
- 剂量:首次
|
|
113
|
+ 剂量:首剂
|
114
|
114
|
<div class="inline_block" style="width:50px;text-align:center">
|
115
|
115
|
{{ prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "/" }}
|
116
|
116
|
</div>
|
|
@@ -232,22 +232,23 @@
|
232
|
232
|
<span v-if="predialysis.is_hemorrhage != 2 && predialysis.is_hemorrhage != 1">/</span>
|
233
|
233
|
</div>
|
234
|
234
|
</div>
|
235
|
|
- <div style="display: inline-block;width: 250px;">
|
|
235
|
+ <!-- <div style="display: inline-block;width: 250px;">
|
236
|
236
|
换药护士
|
237
|
237
|
<div class="inline_block under_line" style="width:150px;text-align: center;">
|
238
|
238
|
<span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.puncture_nurse)}}</span>
|
239
|
239
|
<img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse)" alt="" srcset="" v-else>
|
240
|
240
|
</div>
|
241
|
|
- </div>
|
|
241
|
+ </div> -->
|
242
|
242
|
</div>
|
243
|
243
|
<div class="row">
|
244
|
244
|
<div style="display: inline-block;">
|
245
|
245
|
上机医生
|
246
|
246
|
<div class="inline_block under_line" style="width:150px;text-align: center;margin-right:30px;">
|
247
|
|
- <span v-if="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:'')) == ''">
|
|
247
|
+ {{ getAdminUser(prescription==null?0:(prescription.creater?prescription.creater:'')) }}
|
|
248
|
+ <!-- <span v-if="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:'')) == ''">
|
248
|
249
|
{{ getAdminUser(prescription==null?0:(prescription.creater?prescription.creater:'')) }}
|
249
|
250
|
</span>
|
250
|
|
- <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:''))" alt="" srcset="" v-else />
|
|
251
|
+ <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:''))" alt="" srcset="" v-else /> -->
|
251
|
252
|
</div>
|
252
|
253
|
</div>
|
253
|
254
|
<div style="display: inline-block;">
|
|
@@ -258,13 +259,21 @@
|
258
|
259
|
</div>
|
259
|
260
|
</div>
|
260
|
261
|
|
261
|
|
- <div style="display: inline-block;width: 250px;">
|
262
|
|
- 穿刺者
|
|
262
|
+ <div style="display: inline-block;width: 250px;" v-if="predialysis.internal_fistula!='' && dialysisOrder.puncture_nurse>0">
|
|
263
|
+ 穿刺护士
|
263
|
264
|
<div class="inline_block under_line" style="width:150px;text-align: center;margin-right:30px;">
|
264
|
265
|
<span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.puncture_nurse)}}</span>
|
265
|
266
|
<img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse)" alt="" srcset="" v-else>
|
266
|
267
|
</div>
|
267
|
268
|
</div>
|
|
269
|
+
|
|
270
|
+ <div style="display: inline-block;width: 250px;" v-if="predialysis.catheter!='' && dialysisOrder.change_nurse>0">
|
|
271
|
+ 换药护士
|
|
272
|
+ <div class="inline_block under_line" style="width:150px;text-align: center;">
|
|
273
|
+ <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.change_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.change_nurse)}}</span>
|
|
274
|
+ <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.change_nurse)" alt="" srcset="" v-else>
|
|
275
|
+ </div>
|
|
276
|
+ </div>
|
268
|
277
|
|
269
|
278
|
<div style="display: inline-block;">
|
270
|
279
|
上机护士
|
|
@@ -298,7 +307,7 @@
|
298
|
307
|
<span v-if="advice.parent_id == 0 && advice.remark.length > 0">({{ advice.remark }})</span>
|
299
|
308
|
</td>
|
300
|
309
|
<td>
|
301
|
|
- <span v-if="setAdminUserES(advice.advice_doctor) == ''">
|
|
310
|
+ <!-- <span v-if="setAdminUserES(advice.advice_doctor) == ''">
|
302
|
311
|
{{
|
303
|
312
|
getAdminUser(advice.advice_doctor)
|
304
|
313
|
}}
|
|
@@ -308,7 +317,22 @@
|
308
|
317
|
style="display:flex;align-items:center;justify-content:space-around;height:36px;"
|
309
|
318
|
>
|
310
|
319
|
<img style="height:30px;" :src="setAdminUserES(advice.advice_doctor)" alt srcset />
|
|
320
|
+ </span> -->
|
|
321
|
+
|
|
322
|
+ <!-- <span v-if="setAdminUserES(advice.advice_doctor) == ''">
|
|
323
|
+ {{
|
|
324
|
+ getAdminUser(advice.advice_doctor)
|
|
325
|
+ }}
|
311
|
326
|
</span>
|
|
327
|
+ <span
|
|
328
|
+ v-else
|
|
329
|
+ style="display:flex;align-items:center;justify-content:space-around;height:36px;"
|
|
330
|
+ >
|
|
331
|
+ <img style="height:30px;" :src="setAdminUserES(advice.advice_doctor)" alt srcset />
|
|
332
|
+ </span> -->
|
|
333
|
+ {{
|
|
334
|
+ getAdminUser(advice.advice_doctor)
|
|
335
|
+ }}
|
312
|
336
|
</td>
|
313
|
337
|
<td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
314
|
338
|
<td>
|
|
@@ -339,6 +363,7 @@
|
339
|
363
|
<tbody>
|
340
|
364
|
<tr style="line-height:20px;">
|
341
|
365
|
<td width="60">时间</td>
|
|
366
|
+ <td width="30">据测血压</td>
|
342
|
367
|
<td width="60">BP<br/>mmHg</td>
|
343
|
368
|
<td width="40">脉搏<br/>次/分</td>
|
344
|
369
|
<td width="40">血流速<br/>ml/min</td>
|
|
@@ -355,9 +380,13 @@
|
355
|
380
|
<td style="height:35px;line-height:35px">
|
356
|
381
|
{{getTime(monitor.operate_time,'{h}:{i}')}}
|
357
|
382
|
</td>
|
|
383
|
+ <td>
|
|
384
|
+ {{monitor.is_pressure}}
|
|
385
|
+ </td>
|
358
|
386
|
<td> {{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:''}} <span v-if="monitor.systolic_blood_pressure||monitor.diastolic_blood_pressure">/</span>
|
359
|
387
|
{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}
|
360
|
388
|
</td>
|
|
389
|
+
|
361
|
390
|
<td> {{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
|
362
|
391
|
<td> {{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
|
363
|
392
|
<td> {{monitor.venous_pressure?monitor.venous_pressure:''}}
|
|
@@ -452,8 +481,8 @@
|
452
|
481
|
<table class="table-box">
|
453
|
482
|
<tbody>
|
454
|
483
|
<tr>
|
455
|
|
-
|
456
|
|
- <td width="180" style="border:none;padding-left:5px">体外凝血等级透析器凝血:</td>
|
|
484
|
+ <td width="100" style="border:none;padding-left:5px">体外凝血等级:</td>
|
|
485
|
+ <td width="180" style="border:none;padding-left:5px">透析器凝血:</td>
|
457
|
486
|
<td width="120" style="text-align:left;border:none;">
|
458
|
487
|
<span class="under_line" style="width:100px;display:inline-block">
|
459
|
488
|
{{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
|
|
@@ -557,10 +586,15 @@
|
557
|
586
|
医生签名:
|
558
|
587
|
<span style="display: inline-block;width:100px;text-align: left;">
|
559
|
588
|
|
560
|
|
- <span v-if="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:'')) == ''">
|
|
589
|
+ {{ getAdminUser(prescription==null?0:(prescription.creater?prescription.creater:'')) }}
|
|
590
|
+ <!-- <span v-if="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:'')) == ''">
|
561
|
591
|
{{ getAdminUser(prescription==null?0:(prescription.creater?prescription.creater:'')) }}
|
562
|
592
|
</span>
|
563
|
|
- <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:''))" alt="" srcset="" v-else />
|
|
593
|
+ <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:''))" alt="" srcset="" v-else /> -->
|
|
594
|
+ <!-- <span v-if="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:'')) == ''">
|
|
595
|
+ {{ getAdminUser(prescription==null?0:(prescription.creater?prescription.creater:'')) }}
|
|
596
|
+ </span>
|
|
597
|
+ <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:''))" alt="" srcset="" v-else /> -->
|
564
|
598
|
</span>
|
565
|
599
|
</td>
|
566
|
600
|
</tr>
|
|
@@ -598,6 +632,16 @@
|
598
|
632
|
</div>
|
599
|
633
|
mmol/L
|
600
|
634
|
</div>
|
|
635
|
+ <div class="inline_block" style="margin-left: 10px">
|
|
636
|
+ 葡萄糖:
|
|
637
|
+ <div
|
|
638
|
+ class="under_line"
|
|
639
|
+ style="width: 50px; text-align: center"
|
|
640
|
+ >
|
|
641
|
+ {{ prescription.amylaceum ? prescription.amylaceum : "/" }}
|
|
642
|
+ </div>
|
|
643
|
+ mmol/L
|
|
644
|
+ </div>
|
601
|
645
|
</div>
|
602
|
646
|
</div>
|
603
|
647
|
|
|
@@ -853,7 +897,7 @@ export default {
|
853
|
897
|
const obj26 = '冲管护士'
|
854
|
898
|
checkDate.push(obj26)
|
855
|
899
|
} if(this.dialysisOrder == null || this.dialysisOrder.puncture_nurse == 0){
|
856
|
|
- const obj27 = '穿刺者'
|
|
900
|
+ const obj27 = '穿刺护士'
|
857
|
901
|
checkDate.push(obj27)
|
858
|
902
|
} if(this.dialysisOrder == null || this.dialysisOrder.start_nurse == 0){
|
859
|
903
|
const obj28 = '上机护士'
|
|
@@ -1207,6 +1251,30 @@ export default {
|
1207
|
1251
|
if (this.prescription.anticoagulant == 7) {
|
1208
|
1252
|
this.prescription.anticoagulant = '低分子肝素钠'
|
1209
|
1253
|
}
|
|
1254
|
+ if (this.prescription.anticoagulant == 8) {
|
|
1255
|
+ this.prescription.anticoagulant = '依诺肝素'
|
|
1256
|
+ }
|
|
1257
|
+ if (this.prescription.anticoagulant == 9) {
|
|
1258
|
+ this.prescription.anticoagulant = '达肝素'
|
|
1259
|
+ }
|
|
1260
|
+ if (this.prescription.anticoagulant == 10) {
|
|
1261
|
+ this.prescription.anticoagulant = '体外抗凝'
|
|
1262
|
+ }
|
|
1263
|
+ if (this.prescription.anticoagulant == 11) {
|
|
1264
|
+ this.prescription.anticoagulant = '那屈肝素'
|
|
1265
|
+ }
|
|
1266
|
+ if (this.prescription.anticoagulant == 12) {
|
|
1267
|
+ this.prescription.anticoagulant = '无抗凝剂'
|
|
1268
|
+ }
|
|
1269
|
+ if (this.prescription.anticoagulant == 13) {
|
|
1270
|
+ this.prescription.anticoagulant = '那屈肝素钙'
|
|
1271
|
+ }
|
|
1272
|
+ if (this.prescription.anticoagulant == 14) {
|
|
1273
|
+ this.prescription.anticoagulant = '肝素钙注射液'
|
|
1274
|
+ }
|
|
1275
|
+ if (this.prescription.anticoagulant == 15) {
|
|
1276
|
+ this.prescription.anticoagulant = '甲磺酸萘莫司他'
|
|
1277
|
+ }
|
1210
|
1278
|
|
1211
|
1279
|
|
1212
|
1280
|
var receiverTreatmentAccess =
|
|
@@ -1560,7 +1628,7 @@ export default {
|
1560
|
1628
|
const options = this.anticoagulantsConfit
|
1561
|
1629
|
if(val != ''){
|
1562
|
1630
|
for(let i in options){
|
1563
|
|
- if(val == options[i].id){
|
|
1631
|
+ if(val == options[i].name){
|
1564
|
1632
|
return options[i].shouji_unit
|
1565
|
1633
|
}
|
1566
|
1634
|
}
|
|
@@ -1572,7 +1640,7 @@ export default {
|
1572
|
1640
|
const options = this.anticoagulantsConfit
|
1573
|
1641
|
if(val != ''){
|
1574
|
1642
|
for(let i in options){
|
1575
|
|
- if(val == options[i].id){
|
|
1643
|
+ if(val == options[i].name){
|
1576
|
1644
|
return options[i].weichi_unit
|
1577
|
1645
|
}
|
1578
|
1646
|
}
|
|
@@ -1584,7 +1652,7 @@ export default {
|
1584
|
1652
|
const options = this.anticoagulantsConfit
|
1585
|
1653
|
if(val != ''){
|
1586
|
1654
|
for(let i in options){
|
1587
|
|
- if(val == options[i].id){
|
|
1655
|
+ if(val == options[i].name){
|
1588
|
1656
|
return options[i].zongliang_unit
|
1589
|
1657
|
}
|
1590
|
1658
|
}
|