|
@@ -95,9 +95,7 @@
|
95
|
95
|
|
96
|
96
|
<li v-if="isShow('动脉管道')">
|
97
|
97
|
<label for="xgtlcz">动脉管道: </label>
|
98
|
|
- <span id="xgtlcz" class="content">{{
|
99
|
|
- getArterialTubeName(this.record.arterial_tube)
|
100
|
|
- }}</span>
|
|
98
|
+ <span id="xgtlcz" class="content">{{ getArterialTubeName(this.record.arterial_tube) }}</span>
|
101
|
99
|
</li>
|
102
|
100
|
|
103
|
101
|
<li v-if="isShow('透析期间进食')">
|
|
@@ -107,12 +105,29 @@
|
107
|
105
|
|
108
|
106
|
<li v-if="isShow('回血')">
|
109
|
107
|
<label>回血: </label>
|
110
|
|
- <span class="content" v-if="return_blood != '0'">{{ return_blood }}</span>
|
|
108
|
+ <span class="content" >{{ this.record.return_blood ? this.record.return_blood : "" }}</span>
|
|
109
|
+ <span class="unit">{{ this.record.return_blood ? "ml" : "" }}</span>
|
111
|
110
|
</li>
|
112
|
111
|
|
113
|
112
|
<li v-if="isShow('补液量')">
|
114
|
113
|
<label>补液量: </label>
|
115
|
|
- <span class="content" v-if="rehydration_volume != '0'">{{ rehydration_volume }}</span>
|
|
114
|
+ <span class="content" >{{ this.record.rehydration_volume ? this.record.rehydration_volume : "" }}</span>
|
|
115
|
+ <span class="unit">{{ this.record.rehydration_volume ? "ml" : "" }}</span>
|
|
116
|
+ </li>
|
|
117
|
+
|
|
118
|
+ <li v-if="isShow('血流量')">
|
|
119
|
+ <label>血流量: </label>
|
|
120
|
+ <span id="xgtlcz" class="content">{{ getBloodFlowName(this.record.blood_flow) }}</span>
|
|
121
|
+ </li>
|
|
122
|
+
|
|
123
|
+ <li v-if="isShow('封管液配置')">
|
|
124
|
+ <label>封管液配置: </label>
|
|
125
|
+ <span class="content">{{ getSealingFluidDisposeName(this.record.sealing_fluid_dispose) }}</span>
|
|
126
|
+ </li>
|
|
127
|
+
|
|
128
|
+ <li v-if="isShow('封管液特殊') && getSealingFluidDisposeName(this.record.sealing_fluid_dispose) == '特殊'">
|
|
129
|
+ <label>封管液配置(特殊): </label>
|
|
130
|
+ <span class="content">{{ sealing_fluid_special }}</span>
|
116
|
131
|
</li>
|
117
|
132
|
|
118
|
133
|
<!-- <li style="height: 0.6rem;">
|
|
@@ -166,9 +181,7 @@
|
166
|
181
|
|
167
|
182
|
<li v-if="isShow('内瘘管拔针后压迫止血时间')">
|
168
|
183
|
<label for="ml">内瘘管拔针后压迫止血时间 : </label>
|
169
|
|
- <span id="ml" class="content" v-if="this.record.hemostasis_minute"
|
170
|
|
- >{{ this.record.hemostasis_minute }}min</span
|
171
|
|
- >
|
|
184
|
+ <span id="ml" class="content" v-if="this.record.hemostasis_minute">{{ this.record.hemostasis_minute }}min</span>
|
172
|
185
|
<span id="ml" class="content" v-else>-min</span>
|
173
|
186
|
</li>
|
174
|
187
|
|
|
@@ -188,15 +201,14 @@
|
188
|
201
|
|
189
|
202
|
<li v-if="isShow('透析中进食')">
|
190
|
203
|
<label>透析中进食: </label>
|
191
|
|
- <span class="content" v-if="dialysis_during != '0'">{{ dialysis_during }}</span>
|
|
204
|
+ <span class="content" >{{ this.record.dialysis_during ? this.record.dialysis_during : "" }}</span>
|
|
205
|
+ <span class="unit">{{ this.record.dialysis_during ? "ml" : "" }}</span>
|
192
|
206
|
</li>
|
193
|
207
|
</ul>
|
194
|
208
|
<ul>
|
195
|
209
|
<li v-if="isShow('透后称重')">
|
196
|
210
|
<label>透后称重 : </label>
|
197
|
|
- <span class="content" v-if="weight_after != '0'">{{
|
198
|
|
- weight_after
|
199
|
|
- }}</span>
|
|
211
|
+ <span class="content" v-if="weight_after != '0'">{{ weight_after }}</span>
|
200
|
212
|
<span class="unit" v-if="weight_after != '0'">kg</span>
|
201
|
213
|
</li>
|
202
|
214
|
<li v-if="isShow('内瘘')">
|
|
@@ -288,14 +300,13 @@
|
288
|
300
|
</li>
|
289
|
301
|
<li v-if="isShow('中心静脉封管(肝素-V端)')">
|
290
|
302
|
<label for="bzh">中心静脉封管(肝素-V端): </label>
|
291
|
|
- <span class="content" id="tzjs">{{
|
292
|
|
- this.record.cvc_v ? this.record.cvc_v : ""
|
293
|
|
- }}</span>
|
|
303
|
+ <span class="content" id="tzjs">{{ this.record.cvc_v ? this.record.cvc_v : "" }}</span>
|
294
|
304
|
<span class="unit">{{ this.record.cvc_v ? "ml" : "" }}</span>
|
295
|
305
|
</li>
|
296
|
306
|
<li v-if="isShow('出量')">
|
297
|
307
|
<label>出量: </label>
|
298
|
|
- <span class="content" v-if="stroke_volume != '0'">{{ stroke_volume }}</span>
|
|
308
|
+ <span class="content" >{{ this.record.stroke_volume ? this.record.stroke_volume : "" }}</span>
|
|
309
|
+ <span class="unit">{{ this.record.stroke_volume ? "ml" : "" }}</span>
|
299
|
310
|
</li>
|
300
|
311
|
</ul>
|
301
|
312
|
</div>
|
|
@@ -308,6 +319,7 @@
|
308
|
319
|
|
309
|
320
|
<script>
|
310
|
321
|
import store from '@/store'
|
|
322
|
+import { getDataConfig } from '@/utils/data'
|
311
|
323
|
|
312
|
324
|
export default {
|
313
|
325
|
name: 'DialysisPrescription',
|
|
@@ -498,139 +510,145 @@ export default {
|
498
|
510
|
return '-'
|
499
|
511
|
break
|
500
|
512
|
}
|
501
|
|
- }
|
502
|
|
- },
|
503
|
|
- breathing_rate: function() {
|
504
|
|
- if (this.record.id == 0) {
|
505
|
|
- return '-'
|
506
|
|
- }
|
507
|
|
- return this.record.breathing_rate
|
508
|
|
- },
|
509
|
|
- temperature: function() {
|
510
|
|
- if (this.record.id == 0) {
|
511
|
|
- return '-'
|
512
|
|
- }
|
513
|
|
- return this.record.temperature
|
514
|
|
- },
|
515
|
|
- pulse_frequency: function() {
|
516
|
|
- if (this.record.id == 0) {
|
517
|
|
- return '-'
|
518
|
|
- }
|
519
|
|
- return this.record.pulse_frequency
|
520
|
|
- },
|
521
|
|
- actual_treatment_hour: function() {
|
522
|
|
- if (this.record.id == 0) {
|
523
|
|
- return '-'
|
524
|
|
- }
|
525
|
|
- return this.record.actual_treatment_hour
|
526
|
|
- },
|
527
|
|
- actual_treatment_minute: function() {
|
528
|
|
- if (this.record.id == 0) {
|
529
|
|
- return '-'
|
530
|
|
- }
|
531
|
|
- return this.record.actual_treatment_minute
|
532
|
|
- },
|
|
513
|
+ },
|
|
514
|
+ breathing_rate: function() {
|
|
515
|
+ if (this.record.id == 0) {
|
|
516
|
+ return '-'
|
|
517
|
+ }
|
|
518
|
+ return this.record.breathing_rate
|
|
519
|
+ },
|
|
520
|
+ temperature: function() {
|
|
521
|
+ if (this.record.id == 0) {
|
|
522
|
+ return '-'
|
|
523
|
+ }
|
|
524
|
+ return this.record.temperature
|
|
525
|
+ },
|
|
526
|
+ pulse_frequency: function() {
|
|
527
|
+ if (this.record.id == 0) {
|
|
528
|
+ return '-'
|
|
529
|
+ }
|
|
530
|
+ return this.record.pulse_frequency
|
|
531
|
+ },
|
|
532
|
+ actual_treatment_hour: function() {
|
|
533
|
+ if (this.record.id == 0) {
|
|
534
|
+ return '-'
|
|
535
|
+ }
|
|
536
|
+ return this.record.actual_treatment_hour
|
|
537
|
+ },
|
|
538
|
+ actual_treatment_minute: function() {
|
|
539
|
+ if (this.record.id == 0) {
|
|
540
|
+ return '-'
|
|
541
|
+ }
|
|
542
|
+ return this.record.actual_treatment_minute
|
|
543
|
+ },
|
533
|
544
|
|
534
|
|
- observation_content_other: function() {
|
535
|
|
- if (this.record.id == 0) {
|
536
|
|
- return '-'
|
537
|
|
- }
|
538
|
|
- return this.record.observation_content_other
|
539
|
|
- },
|
540
|
|
- observation_content: function() {
|
541
|
|
- if (this.record.id == 0) {
|
542
|
|
- return '-'
|
543
|
|
- }
|
544
|
|
- return this.record.observation_content
|
545
|
|
- },
|
546
|
|
- complication: function() {
|
547
|
|
- if (this.record.id == 0) {
|
548
|
|
- return '-'
|
549
|
|
- }
|
550
|
|
- return this.record.complication
|
551
|
|
- },
|
|
545
|
+ observation_content_other: function() {
|
|
546
|
+ if (this.record.id == 0) {
|
|
547
|
+ return '-'
|
|
548
|
+ }
|
|
549
|
+ return this.record.observation_content_other
|
|
550
|
+ },
|
|
551
|
+ observation_content: function() {
|
|
552
|
+ if (this.record.id == 0) {
|
|
553
|
+ return '-'
|
|
554
|
+ }
|
|
555
|
+ return this.record.observation_content
|
|
556
|
+ },
|
|
557
|
+ complication: function() {
|
|
558
|
+ if (this.record.id == 0) {
|
|
559
|
+ return '-'
|
|
560
|
+ }
|
|
561
|
+ return this.record.complication
|
|
562
|
+ },
|
552
|
563
|
|
553
|
|
- temperature: function() {
|
554
|
|
- if (this.record.id == 0) {
|
555
|
|
- return '-'
|
556
|
|
- }
|
557
|
|
- return this.record.temperature
|
558
|
|
- },
|
559
|
|
- pulse_frequency: function() {
|
560
|
|
- if (this.record.id == 0) {
|
561
|
|
- return '-'
|
562
|
|
- }
|
563
|
|
- return this.record.pulse_frequency
|
564
|
|
- },
|
565
|
|
- actual_treatment_hour: function() {
|
566
|
|
- if (this.record.id == 0) {
|
567
|
|
- return '-'
|
568
|
|
- }
|
569
|
|
- return this.record.actual_treatment_hour
|
570
|
|
- },
|
571
|
|
- actual_treatment_minute: function() {
|
572
|
|
- if (this.record.id == 0) {
|
573
|
|
- return '-'
|
574
|
|
- }
|
575
|
|
- return this.record.actual_treatment_minute
|
576
|
|
- },
|
577
|
|
- dialysis_intakes: function() {
|
578
|
|
- if (this.record.id == 0) {
|
579
|
|
- return '-'
|
580
|
|
- }
|
581
|
|
- return this.record.dialysis_intakes
|
582
|
|
- },
|
583
|
|
- observation_content_other: function() {
|
584
|
|
- if (this.record.id == 0) {
|
585
|
|
- return '-'
|
586
|
|
- }
|
587
|
|
- return this.record.observation_content_other
|
588
|
|
- },
|
589
|
|
- observation_content: function() {
|
590
|
|
- if (this.record.id == 0) {
|
591
|
|
- return '-'
|
592
|
|
- }
|
593
|
|
- return this.record.observation_content
|
594
|
|
- },
|
595
|
|
- complication: function() {
|
596
|
|
- if (this.record.id == 0) {
|
597
|
|
- return '-'
|
598
|
|
- }
|
599
|
|
- return this.record.complication
|
600
|
|
- },
|
|
564
|
+ temperature: function() {
|
|
565
|
+ if (this.record.id == 0) {
|
|
566
|
+ return '-'
|
|
567
|
+ }
|
|
568
|
+ return this.record.temperature
|
|
569
|
+ },
|
|
570
|
+ pulse_frequency: function() {
|
|
571
|
+ if (this.record.id == 0) {
|
|
572
|
+ return '-'
|
|
573
|
+ }
|
|
574
|
+ return this.record.pulse_frequency
|
|
575
|
+ },
|
|
576
|
+ actual_treatment_hour: function() {
|
|
577
|
+ if (this.record.id == 0) {
|
|
578
|
+ return '-'
|
|
579
|
+ }
|
|
580
|
+ return this.record.actual_treatment_hour
|
|
581
|
+ },
|
|
582
|
+ actual_treatment_minute: function() {
|
|
583
|
+ if (this.record.id == 0) {
|
|
584
|
+ return '-'
|
|
585
|
+ }
|
|
586
|
+ return this.record.actual_treatment_minute
|
|
587
|
+ },
|
|
588
|
+ dialysis_intakes: function() {
|
|
589
|
+ if (this.record.id == 0) {
|
|
590
|
+ return '-'
|
|
591
|
+ }
|
|
592
|
+ return this.record.dialysis_intakes
|
|
593
|
+ },
|
|
594
|
+ observation_content_other: function() {
|
|
595
|
+ if (this.record.id == 0) {
|
|
596
|
+ return '-'
|
|
597
|
+ }
|
|
598
|
+ return this.record.observation_content_other
|
|
599
|
+ },
|
|
600
|
+ observation_content: function() {
|
|
601
|
+ if (this.record.id == 0) {
|
|
602
|
+ return '-'
|
|
603
|
+ }
|
|
604
|
+ return this.record.observation_content
|
|
605
|
+ },
|
|
606
|
+ complication: function() {
|
|
607
|
+ if (this.record.id == 0) {
|
|
608
|
+ return '-'
|
|
609
|
+ }
|
|
610
|
+ return this.record.complication
|
|
611
|
+ },
|
601
|
612
|
|
602
|
|
- remark: function() {
|
603
|
|
- if (this.record.id == 0) {
|
604
|
|
- return ''
|
605
|
|
- }
|
606
|
|
- return this.record.remark
|
607
|
|
- },
|
608
|
|
- in_advance_minute: function() {
|
609
|
|
- if (this.record == null || this.record.id == '') {
|
610
|
|
- return ''
|
611
|
|
- }
|
612
|
|
- return this.record.in_advance_minute
|
613
|
|
- },
|
614
|
|
- in_advance_reason: function() {
|
615
|
|
- if (this.record == null || this.record.id == '') {
|
616
|
|
- return ''
|
617
|
|
- }
|
618
|
|
- return (
|
619
|
|
- this.record.in_advance_reason + ',' + this.record.in_advance_reason_other
|
620
|
|
- )
|
621
|
|
- },
|
622
|
|
- hemostasis_minute: function() {
|
623
|
|
- if (this.record == null || this.record.id == '') {
|
624
|
|
- return ''
|
625
|
|
- }
|
|
613
|
+ remark: function() {
|
|
614
|
+ if (this.record.id == 0) {
|
|
615
|
+ return ''
|
|
616
|
+ }
|
|
617
|
+ return this.record.remark
|
|
618
|
+ },
|
|
619
|
+ sealing_fluid_special: function() {
|
|
620
|
+ if (this.record.id == 0) {
|
|
621
|
+ return ''
|
|
622
|
+ }
|
|
623
|
+ return this.record.sealing_fluid_special
|
|
624
|
+ },
|
|
625
|
+ in_advance_minute: function() {
|
|
626
|
+ if (this.record == null || this.record.id == '') {
|
|
627
|
+ return ''
|
|
628
|
+ }
|
|
629
|
+ return this.record.in_advance_minute
|
|
630
|
+ },
|
|
631
|
+ in_advance_reason: function() {
|
|
632
|
+ if (this.record == null || this.record.id == '') {
|
|
633
|
+ return ''
|
|
634
|
+ }
|
|
635
|
+ return (
|
|
636
|
+ this.record.in_advance_reason + ',' + this.record.in_advance_reason_other
|
|
637
|
+ )
|
|
638
|
+ },
|
|
639
|
+ hemostasis_minute: function() {
|
|
640
|
+ if (this.record == null || this.record.id == '') {
|
|
641
|
+ return ''
|
|
642
|
+ }
|
626
|
643
|
|
627
|
|
- return this.record.hemostasis_minute
|
628
|
|
- },
|
629
|
|
- in_advance_reason_other: function() {
|
630
|
|
- if (this.record == null || this.record.id == '') {
|
631
|
|
- return ''
|
|
644
|
+ return this.record.hemostasis_minute
|
|
645
|
+ },
|
|
646
|
+ in_advance_reason_other: function() {
|
|
647
|
+ if (this.record == null || this.record.id == '') {
|
|
648
|
+ return ''
|
|
649
|
+ }
|
|
650
|
+ return this.record.in_advance_reason_other
|
632
|
651
|
}
|
633
|
|
- return this.record.in_advance_reason_other
|
634
|
652
|
},
|
635
|
653
|
methods: {
|
636
|
654
|
getInternal: function() {
|
|
@@ -681,6 +699,16 @@ export default {
|
681
|
699
|
break
|
682
|
700
|
}
|
683
|
701
|
},
|
|
702
|
+ getSealingFluidDisposeName: function(id) {
|
|
703
|
+ var sealing_fluid_dispose_arr = getDataConfig('hemodialysis', 'sealing_fluid_dispose')
|
|
704
|
+ var sealing_fluid_dispose_name = ''
|
|
705
|
+ for (let i = 0; i < sealing_fluid_dispose_arr.length; i++) {
|
|
706
|
+ if (sealing_fluid_dispose_arr[i].id == id) {
|
|
707
|
+ sealing_fluid_dispose_name = sealing_fluid_dispose_arr[i].name
|
|
708
|
+ }
|
|
709
|
+ }
|
|
710
|
+ return sealing_fluid_dispose_name
|
|
711
|
+ },
|
684
|
712
|
getDisequilibriumSyndrome: function(id) {
|
685
|
713
|
var disequilibrium_syndrome = this.$store.getters.disequilibrium_syndrome
|
686
|
714
|
var disequilibriumSyndromeName = ''
|
|
@@ -713,6 +741,16 @@ export default {
|
713
|
741
|
}
|
714
|
742
|
return arterialTubeName
|
715
|
743
|
},
|
|
744
|
+ getBloodFlowName: function(id) {
|
|
745
|
+ var BloodFloowArr = getDataConfig('hemodialysis', 'blood_flow')
|
|
746
|
+ var BloodFloowArrName = ''
|
|
747
|
+ for (let i = 0; i < BloodFloowArr.length; i++) {
|
|
748
|
+ if (BloodFloowArr[i].id == id) {
|
|
749
|
+ BloodFloowArrName = BloodFloowArr[i].name
|
|
750
|
+ }
|
|
751
|
+ }
|
|
752
|
+ return BloodFloowArrName
|
|
753
|
+ },
|
716
|
754
|
getIntravenousTubeName: function(id) {
|
717
|
755
|
var intravenous_tube = this.$store.getters.intravenous_tube
|
718
|
756
|
var intravenousTubeName = ''
|