|
@@ -132,6 +132,11 @@
|
132
|
132
|
<div v-if="show16">
|
133
|
133
|
<criticalpatient_informed2 :patient_id ="this.patientID" ref="childSixty" :patientCritaicalInformedOnePrint="patientCritaicalInformedOnePrint" @getPatientCriticalOneList="getPatientCriticalOneList"></criticalpatient_informed2>
|
134
|
134
|
</div>
|
|
135
|
+ <div v-if="show17">
|
|
136
|
+ <Disease_diagnosis :patient_id ="this.patientID" ref="childsevety" >
|
|
137
|
+
|
|
138
|
+ </Disease_diagnosis>
|
|
139
|
+ </div>
|
135
|
140
|
</div>
|
136
|
141
|
</div>
|
137
|
142
|
</el-tab-pane>
|
|
@@ -160,7 +165,11 @@ import Medicalhistory from './components/Medicalhistory'
|
160
|
165
|
import heal_informed from './components/heal_informed'
|
161
|
166
|
import criticalpatient_informed from './components/criticalpatient_informed'
|
162
|
167
|
import criticalpatient_informed2 from './components/criticalpatient_informed2'
|
163
|
|
-import { getPatientDetailInformedconsent,getFallOutBedPrintList,getFilterInformed,getProfundaInformed,getArterOvernous,getHighRiskInformed,getPatientMeDicalList,getAnticoagulationInformed,getCriticalInformed,getHemoperfusionInformed,getInformedConsent,getCatheterization,getDialyzerInformed, getTherapyInformed,getPatientCriticalList,getPatientCriticalOneList,getTreamentPlan } from '@/api/patient'
|
|
168
|
+import Disease_diagnosis from './components/Disease_diagnosis'
|
|
169
|
+import { getPatientDetailInformedconsent,getFallOutBedPrintList,getFilterInformed,getProfundaInformed,
|
|
170
|
+ getArterOvernous,getHighRiskInformed,getPatientMeDicalList,getAnticoagulationInformed,getCriticalInformed,
|
|
171
|
+ getHemoperfusionInformed,getInformedConsent,getCatheterization,getDialyzerInformed, getTherapyInformed,
|
|
172
|
+ getPatientCriticalList,getPatientCriticalOneList,getTreamentPlan } from '@/api/patient'
|
164
|
173
|
export default {
|
165
|
174
|
|
166
|
175
|
components: {
|
|
@@ -180,17 +189,18 @@ export default {
|
180
|
189
|
Medicalhistory,
|
181
|
190
|
heal_informed,
|
182
|
191
|
criticalpatient_informed,
|
183
|
|
- criticalpatient_informed2
|
|
192
|
+ criticalpatient_informed2,
|
|
193
|
+ Disease_diagnosis
|
184
|
194
|
},
|
185
|
195
|
data() {
|
186
|
196
|
return {
|
187
|
|
- // patient_id:0,
|
|
197
|
+ // patient_id:0,{date:'透析器(滤器)重复使用知情同意书',value:'11'},{date:'危重病人知情同意书',value:'15'},
|
188
|
198
|
activeName:'second',
|
189
|
199
|
templates:[{date:'人脸识别知情同意书',value:'1'},{date:'血液透析(滤过、灌流)治疗知情同意书',value:'2'},{date:'深静脉透析导管拔管术知情同意书',value:'3'},{date:'动静脉内瘘穿刺知情同意书',value:'4'},
|
190
|
200
|
{date:'高危出血患者血液净化抗凝方式选择知情同意书',value:'5'},{date:'抗凝溶栓治疗知情同意书',value:'6'},{date:'危重患者接受血液净化治疗知情同意书',value:'7'},
|
191
|
201
|
{date:'血液灌流治疗知情同意书',value:'8'},{date:'自带药物代为注射告知知情同意书',value:'9'},{date:'深静脉透析导管置入术知情同意书',value:'10'},
|
192
|
|
- {date:'透析器(滤器)重复使用知情同意书',value:'11'},{date:'血液透析(滤过)治疗知情同意书',value:'12'},{date:'门诊血液透析治疗病历首页',value:'13'},
|
193
|
|
- {date:'治疗处理方案知情同意书',value:'14'},{date:'危重病人知情同意书',value:'15'},{date:'危重病人知情同意书',value:'16'},],
|
|
202
|
+ {date:'血液透析(滤过)治疗知情同意书',value:'12'},{date:'门诊血液透析治疗病历首页',value:'13'},
|
|
203
|
+ {date:'治疗处理方案知情同意书',value:'14'},{date:'危重病人知情同意书',value:'16'},{date:'疾病诊断证明书',value:'17'},],
|
194
|
204
|
|
195
|
205
|
face_show:true,
|
196
|
206
|
filter_show:false,
|
|
@@ -208,6 +218,7 @@ export default {
|
208
|
218
|
show14:false,
|
209
|
219
|
show15:false,
|
210
|
220
|
show16:false,
|
|
221
|
+ show17:false,
|
211
|
222
|
patientID:0,
|
212
|
223
|
patient:{},
|
213
|
224
|
tableData:[],
|
|
@@ -248,7 +259,7 @@ export default {
|
248
|
259
|
}
|
249
|
260
|
})
|
250
|
261
|
},
|
251
|
|
-
|
|
262
|
+
|
252
|
263
|
getPatientMeDicalList(){
|
253
|
264
|
var params = {
|
254
|
265
|
patient_id:this.patientID,
|
|
@@ -263,7 +274,7 @@ export default {
|
263
|
274
|
},
|
264
|
275
|
|
265
|
276
|
getFallOutBedPrintList(){
|
266
|
|
-
|
|
277
|
+
|
267
|
278
|
getFallOutBedPrintList().then(response=>{
|
268
|
279
|
if(response.data.state ==1){
|
269
|
280
|
var list = response.data.data.list
|
|
@@ -395,17 +406,17 @@ export default {
|
395
|
406
|
getTreamentPlan().then(response=>{
|
396
|
407
|
if(response.data.state ==1){
|
397
|
408
|
var list = response.data.data.treamentPlan
|
398
|
|
- this.patientTreamentPlan = list
|
|
409
|
+ this.patientTreamentPlan = list
|
399
|
410
|
this.$refs.childSeventy.show(list)
|
400
|
411
|
}
|
401
|
412
|
})
|
402
|
413
|
},
|
403
|
|
-
|
|
414
|
+
|
404
|
415
|
rowClick(row, column, event){
|
405
|
416
|
console.log('1111',row);
|
406
|
417
|
// console.log('2222',column);
|
407
|
418
|
// console.log('3333',event);
|
408
|
|
-
|
|
419
|
+
|
409
|
420
|
if(row.value==1){
|
410
|
421
|
this.face_show=true
|
411
|
422
|
this.filter_show=false,
|
|
@@ -417,12 +428,13 @@ export default {
|
417
|
428
|
this.hemoperfusion_show=false,
|
418
|
429
|
this.Bring_show=false,
|
419
|
430
|
this.catheterization_show=false,
|
420
|
|
- this.dialyzer_show=false,
|
|
431
|
+ // this.dialyzer_show=false,
|
421
|
432
|
this.therapy_show=false,
|
422
|
433
|
this.history_show=false,
|
423
|
434
|
this.show14=false,
|
424
|
435
|
this.show15=false,
|
425
|
|
- this.show16=false
|
|
436
|
+ this.show16=false,
|
|
437
|
+ this.show17=false,
|
426
|
438
|
this.getFallOutBedPrintList()
|
427
|
439
|
}
|
428
|
440
|
if(row.value==2){
|
|
@@ -436,12 +448,13 @@ export default {
|
436
|
448
|
this.hemoperfusion_show=false,
|
437
|
449
|
this.Bring_show=false,
|
438
|
450
|
this.catheterization_show=false,
|
439
|
|
- this.dialyzer_show=false,
|
|
451
|
+ // this.dialyzer_show=false,
|
440
|
452
|
this.therapy_show=false,
|
441
|
453
|
this.history_show=false,
|
442
|
454
|
this.show14=false,
|
443
|
455
|
this.show15=false,
|
444
|
|
- this.show16=false
|
|
456
|
+ this.show16=false,
|
|
457
|
+ this.show17=false,
|
445
|
458
|
this.getFilterInformed()
|
446
|
459
|
}
|
447
|
460
|
if(row.value==3){
|
|
@@ -455,12 +468,13 @@ export default {
|
455
|
468
|
this.hemoperfusion_show=false,
|
456
|
469
|
this.Bring_show=false,
|
457
|
470
|
this.catheterization_show=false,
|
458
|
|
- this.dialyzer_show=false,
|
|
471
|
+ // this.dialyzer_show=false,
|
459
|
472
|
this.therapy_show=false,
|
460
|
473
|
this.history_show=false,
|
461
|
474
|
this.show14=false,
|
462
|
475
|
this.show15=false,
|
463
|
|
- this.show16=false
|
|
476
|
+ this.show16=false,
|
|
477
|
+ this.show17=false,
|
464
|
478
|
this.getProfundaInformed()
|
465
|
479
|
}
|
466
|
480
|
if(row.value==4){
|
|
@@ -474,12 +488,13 @@ export default {
|
474
|
488
|
this.hemoperfusion_show=false,
|
475
|
489
|
this.Bring_show=false,
|
476
|
490
|
this.catheterization_show=false,
|
477
|
|
- this.dialyzer_show=false,
|
|
491
|
+ // this.dialyzer_show=false,
|
478
|
492
|
this.therapy_show=false,
|
479
|
493
|
this.history_show=false,
|
480
|
494
|
this.show14=false,
|
481
|
495
|
this.show15=false,
|
482
|
|
- this.show16=false
|
|
496
|
+ this.show16=false,
|
|
497
|
+ this.show17=false,
|
483
|
498
|
this.getArterOvernous()
|
484
|
499
|
}
|
485
|
500
|
if(row.value==5){
|
|
@@ -493,12 +508,13 @@ export default {
|
493
|
508
|
this.hemoperfusion_show=false,
|
494
|
509
|
this.Bring_show=false,
|
495
|
510
|
this.catheterization_show=false,
|
496
|
|
- this.dialyzer_show=false,
|
|
511
|
+ // this.dialyzer_show=false,
|
497
|
512
|
this.therapy_show=false,
|
498
|
513
|
this.history_show=false,
|
499
|
514
|
this.show14=false,
|
500
|
515
|
this.show15=false,
|
501
|
|
- this.show16=false
|
|
516
|
+ this.show16=false,
|
|
517
|
+ this.show17=false,
|
502
|
518
|
this.getHighRiskInformed()
|
503
|
519
|
}
|
504
|
520
|
if(row.value==6){
|
|
@@ -512,12 +528,13 @@ export default {
|
512
|
528
|
this.hemoperfusion_show=false,
|
513
|
529
|
this.Bring_show=false,
|
514
|
530
|
this.catheterization_show=false,
|
515
|
|
- this.dialyzer_show=false,
|
|
531
|
+ // this.dialyzer_show=false,
|
516
|
532
|
this.therapy_show=false,
|
517
|
533
|
this.history_show=false,
|
518
|
534
|
this.show14=false,
|
519
|
535
|
this.show15=false,
|
520
|
|
- this.show16=false
|
|
536
|
+ this.show16=false,
|
|
537
|
+ this.show17=false,
|
521
|
538
|
this.getAnticoagulationInformed()
|
522
|
539
|
}
|
523
|
540
|
if(row.value==7){
|
|
@@ -531,12 +548,13 @@ export default {
|
531
|
548
|
this.hemoperfusion_show=false,
|
532
|
549
|
this.Bring_show=false,
|
533
|
550
|
this.catheterization_show=false,
|
534
|
|
- this.dialyzer_show=false,
|
|
551
|
+ // this.dialyzer_show=false,
|
535
|
552
|
this.therapy_show=false,
|
536
|
553
|
this.history_show=false,
|
537
|
554
|
this.show14=false,
|
538
|
555
|
this.show15=false,
|
539
|
|
- this.show16=false
|
|
556
|
+ this.show16=false,
|
|
557
|
+ this.show17=false,
|
540
|
558
|
this.getCriticalInformed()
|
541
|
559
|
}
|
542
|
560
|
if(row.value==8){
|
|
@@ -550,12 +568,13 @@ export default {
|
550
|
568
|
this.hemoperfusion_show=true,
|
551
|
569
|
this.Bring_show=false,
|
552
|
570
|
this.catheterization_show=false,
|
553
|
|
- this.dialyzer_show=false,
|
|
571
|
+ // this.dialyzer_show=false,
|
554
|
572
|
this.therapy_show=false,
|
555
|
573
|
this.history_show=false,
|
556
|
574
|
this.show14=false,
|
557
|
575
|
this.show15=false,
|
558
|
|
- this.show16=false
|
|
576
|
+ this.show16=false,
|
|
577
|
+ this.show17=false,
|
559
|
578
|
this.getHemoperfusionInformed()
|
560
|
579
|
}
|
561
|
580
|
if(row.value==9){
|
|
@@ -569,12 +588,13 @@ export default {
|
569
|
588
|
this.hemoperfusion_show=false,
|
570
|
589
|
this.Bring_show=true,
|
571
|
590
|
this.catheterization_show=false,
|
572
|
|
- this.dialyzer_show=false,
|
|
591
|
+ // this.dialyzer_show=false,
|
573
|
592
|
this.therapy_show=false,
|
574
|
593
|
this.history_show=false,
|
575
|
594
|
this.show14=false,
|
576
|
595
|
this.show15=false,
|
577
|
|
- this.show16=false
|
|
596
|
+ this.show16=false,
|
|
597
|
+ this.show17=false,
|
578
|
598
|
this.getInformedConsent()
|
579
|
599
|
}
|
580
|
600
|
if(row.value==10){
|
|
@@ -588,13 +608,13 @@ export default {
|
588
|
608
|
this.hemoperfusion_show=false,
|
589
|
609
|
this.Bring_show=false,
|
590
|
610
|
this.catheterization_show=true,
|
591
|
|
- this.dialyzer_show=false,
|
|
611
|
+ // this.dialyzer_show=false,
|
592
|
612
|
this.therapy_show=false,
|
593
|
613
|
this.history_show=false,
|
594
|
614
|
this.show14=false,
|
595
|
615
|
this.show15=false,
|
596
|
|
- this.show16=false
|
597
|
|
-
|
|
616
|
+ this.show16=false,
|
|
617
|
+ this.show17=false
|
598
|
618
|
}
|
599
|
619
|
if(row.value==11){
|
600
|
620
|
this.face_show=false
|
|
@@ -607,12 +627,13 @@ export default {
|
607
|
627
|
this.hemoperfusion_show=false,
|
608
|
628
|
this.Bring_show=false,
|
609
|
629
|
this.catheterization_show=false,
|
610
|
|
- this.dialyzer_show=true,
|
|
630
|
+ // this.dialyzer_show=true,
|
611
|
631
|
this.therapy_show=false,
|
612
|
632
|
this.history_show=false,
|
613
|
633
|
this.show14=false,
|
614
|
634
|
this.show15=false,
|
615
|
|
- this.show16=false
|
|
635
|
+ this.show16=false,
|
|
636
|
+ this.show17=false
|
616
|
637
|
this.getDialyzerInformed()
|
617
|
638
|
}
|
618
|
639
|
if(row.value==12){
|
|
@@ -626,12 +647,13 @@ export default {
|
626
|
647
|
this.hemoperfusion_show=false,
|
627
|
648
|
this.Bring_show=false,
|
628
|
649
|
this.catheterization_show=false,
|
629
|
|
- this.dialyzer_show=false,
|
|
650
|
+ // this.dialyzer_show=false,
|
630
|
651
|
this.therapy_show=true,
|
631
|
652
|
this.history_show=false,
|
632
|
653
|
this.show14=false,
|
633
|
654
|
this.show15=false,
|
634
|
|
- this.show16=false
|
|
655
|
+ this.show16=false,
|
|
656
|
+ this.show17=false
|
635
|
657
|
this.getTherapyInformed()
|
636
|
658
|
}
|
637
|
659
|
if(row.value==13){
|
|
@@ -645,12 +667,13 @@ export default {
|
645
|
667
|
this.hemoperfusion_show=false,
|
646
|
668
|
this.Bring_show=false,
|
647
|
669
|
this.catheterization_show=false,
|
648
|
|
- this.dialyzer_show=false,
|
|
670
|
+ // this.dialyzer_show=false,
|
649
|
671
|
this.therapy_show=false,
|
650
|
672
|
this.history_show=true,
|
651
|
673
|
this.show14=false,
|
652
|
674
|
this.show15=false,
|
653
|
|
- this.show16=false
|
|
675
|
+ this.show16=false,
|
|
676
|
+ this.show17=false
|
654
|
677
|
this.getPatientMeDicalList()
|
655
|
678
|
}
|
656
|
679
|
if(row.value==14){
|
|
@@ -664,16 +687,17 @@ export default {
|
664
|
687
|
this.hemoperfusion_show=false,
|
665
|
688
|
this.Bring_show=false,
|
666
|
689
|
this.catheterization_show=false,
|
667
|
|
- this.dialyzer_show=false,
|
|
690
|
+ // this.dialyzer_show=false,
|
668
|
691
|
this.therapy_show=false,
|
669
|
692
|
this.history_show=false,
|
670
|
693
|
this.show14=true,
|
671
|
694
|
this.show15=false,
|
672
|
|
- this.show16=false
|
|
695
|
+ this.show16=false,
|
|
696
|
+ this.show17=false
|
673
|
697
|
this.getTreamentPlan()
|
674
|
698
|
}
|
675
|
699
|
if(row.value==15){
|
676
|
|
-
|
|
700
|
+
|
677
|
701
|
this.filter_show=false
|
678
|
702
|
this.face_show=false
|
679
|
703
|
this.profunda_show=false,
|
|
@@ -684,12 +708,13 @@ export default {
|
684
|
708
|
this.hemoperfusion_show=false,
|
685
|
709
|
this.Bring_show=false,
|
686
|
710
|
this.catheterization_show=false,
|
687
|
|
- this.dialyzer_show=false,
|
|
711
|
+ // this.dialyzer_show=false,
|
688
|
712
|
this.therapy_show=false,
|
689
|
713
|
this.history_show=false,
|
690
|
714
|
this.show14=false,
|
691
|
715
|
this.show15=true,
|
692
|
|
- this.show16=false
|
|
716
|
+ this.show16=false,
|
|
717
|
+ this.show17=false
|
693
|
718
|
this.getPatientCriticalList()
|
694
|
719
|
}
|
695
|
720
|
if(row.value==16){
|
|
@@ -703,16 +728,37 @@ export default {
|
703
|
728
|
this.hemoperfusion_show=false,
|
704
|
729
|
this.Bring_show=false,
|
705
|
730
|
this.catheterization_show=false,
|
706
|
|
- this.dialyzer_show=false,
|
|
731
|
+ // this.dialyzer_show=false,
|
707
|
732
|
this.therapy_show=false,
|
708
|
733
|
this.history_show=false,
|
709
|
734
|
this.show14=false,
|
710
|
735
|
this.show15=false,
|
711
|
|
- this.show16=true
|
|
736
|
+ this.show16=true,
|
|
737
|
+ this.show17=false
|
712
|
738
|
this.getPatientCriticalOneList()
|
713
|
739
|
}
|
|
740
|
+ if(row.value==17){
|
|
741
|
+ this.filter_show=false
|
|
742
|
+ this.face_show=false
|
|
743
|
+ this.profunda_show=false,
|
|
744
|
+ this.arteriovenous_show=false,
|
|
745
|
+ this.Highrisk_show=false,
|
|
746
|
+ this.anticoagulation_show=false,
|
|
747
|
+ this.critical_show=false,
|
|
748
|
+ this.hemoperfusion_show=false,
|
|
749
|
+ this.Bring_show=false,
|
|
750
|
+ this.catheterization_show=false,
|
|
751
|
+ // this.dialyzer_show=false,
|
|
752
|
+ this.therapy_show=false,
|
|
753
|
+ this.history_show=false,
|
|
754
|
+ this.show14=false,
|
|
755
|
+ this.show15=false,
|
|
756
|
+ this.show16=false,
|
|
757
|
+ this.show17=true
|
|
758
|
+ // this.getPatientCriticalOneList()
|
|
759
|
+ }
|
714
|
760
|
},
|
715
|
|
-
|
|
761
|
+
|
716
|
762
|
}
|
717
|
763
|
}
|
718
|
764
|
</script>
|