|
@@ -78,6 +78,10 @@
|
78
|
78
|
label="知情同意书模板"
|
79
|
79
|
align="center"
|
80
|
80
|
>
|
|
81
|
+ <template slot-scope="scope">
|
|
82
|
+ <div v-if="org_id == 10731 && scope.row.date =='血液透析知情同意书'">{{ scope.row.date }}</div>
|
|
83
|
+ <div v-if="org_id !=10731 && scope.row.value !=21">{{ scope.row.date }}</div>
|
|
84
|
+ </template>
|
81
|
85
|
</el-table-column>
|
82
|
86
|
</el-table>
|
83
|
87
|
</div>
|
|
@@ -141,7 +145,12 @@
|
141
|
145
|
<div v-if="show20">
|
142
|
146
|
<Terminate_informed :patient_id ="this.patientID" ref="childtwoty"></Terminate_informed>
|
143
|
147
|
</div>
|
144
|
|
-
|
|
148
|
+ <div v-if="show21">
|
|
149
|
+ <hemodialysis :patient_id ="this.patientID" ref="childrtwotyone"></hemodialysis>
|
|
150
|
+ </div>
|
|
151
|
+ <div v-if="show22">
|
|
152
|
+ <Death_informed :patient_id ="this.patientID" ref="childrtwotytwo"></Death_informed>
|
|
153
|
+ </div>
|
145
|
154
|
</div>
|
146
|
155
|
</div>
|
147
|
156
|
</el-tab-pane>
|
|
@@ -168,12 +177,13 @@ import dialyzer_informed from './components/dialyzer_informed'//透析器(滤
|
168
|
177
|
import therapy_informed from './components/therapy_informed'//透析器(滤过)治疗
|
169
|
178
|
import Medicalhistory from './components/Medicalhistory'
|
170
|
179
|
import heal_informed from './components/heal_informed'
|
171
|
|
-import criticalpatient_informed from './components/criticalpatient_informed'
|
|
180
|
+import Death_informed from './components/Death_informed'
|
172
|
181
|
import criticalpatient_informed2 from './components/criticalpatient_informed2'
|
173
|
182
|
import Disease_diagnosis from './components/Disease_diagnosis'
|
174
|
183
|
import nonheparin_informed from './components/nonheparin_informed'
|
175
|
184
|
import CRRT_informed from './components/CRRT_informed'
|
176
|
185
|
import Terminate_informed from './components/Terminate_informed'
|
|
186
|
+import hemodialysis from './components/hemodialysis'
|
177
|
187
|
import { getPatientDetailInformedconsent,getFallOutBedPrintList,getFilterInformed,getProfundaInformed,
|
178
|
188
|
getArterOvernous,getHighRiskInformed,getPatientMeDicalList,getAnticoagulationInformed,getCriticalInformed,
|
179
|
189
|
getHemoperfusionInformed,getInformedConsent,getCatheterization,getDialyzerInformed, getTherapyInformed,
|
|
@@ -195,15 +205,17 @@ export default {
|
195
|
205
|
therapy_informed,
|
196
|
206
|
Medicalhistory,
|
197
|
207
|
heal_informed,
|
198
|
|
- criticalpatient_informed,
|
|
208
|
+ Death_informed,
|
199
|
209
|
criticalpatient_informed2,
|
200
|
210
|
Disease_diagnosis,
|
201
|
211
|
nonheparin_informed,
|
202
|
212
|
CRRT_informed,
|
203
|
|
- Terminate_informed
|
|
213
|
+ Terminate_informed,
|
|
214
|
+ hemodialysis
|
204
|
215
|
},
|
205
|
216
|
data() {
|
206
|
217
|
return {
|
|
218
|
+ org_id:'',
|
207
|
219
|
// patient_id:0,{date:'透析器(滤器)重复使用知情同意书',value:'11'},{date:'危重病人知情同意书',value:'15'},
|
208
|
220
|
activeName:'second',
|
209
|
221
|
templates:[{date:'人脸识别知情同意书',value:'1'},{date:'血液透析(滤过、灌流)治疗知情同意书',value:'2'},{date:'深静脉透析导管拔管术知情同意书',value:'3'},{date:'动静脉内瘘穿刺知情同意书',value:'4'},
|
|
@@ -213,6 +225,8 @@ export default {
|
213
|
225
|
{date:'治疗处理方案知情同意书',value:'14'},{date:'危重病人知情同意书',value:'16'},
|
214
|
226
|
// {date:'疾病诊断证明书',value:'17'},{date:'无肝素血液透析风险知情同意书',value:'18'},
|
215
|
227
|
// {date:'连续肾脏替代治疗(CRRT)治疗知情同意书',value:'19'},{date:'患方要求终止治疗及风险、责任承担承诺书',value:'20'},
|
|
228
|
+ // {date:'血液透析知情同意书',value:'21'}
|
|
229
|
+ {date:'死亡病例讨论记录',value:'22'}
|
216
|
230
|
],
|
217
|
231
|
|
218
|
232
|
face_show:true,
|
|
@@ -234,6 +248,8 @@ export default {
|
234
|
248
|
show17:false,
|
235
|
249
|
show19:false,
|
236
|
250
|
show20:false,
|
|
251
|
+ show21:false,
|
|
252
|
+ show22:false,
|
237
|
253
|
patientID:0,
|
238
|
254
|
patient:{},
|
239
|
255
|
tableData:[],
|
|
@@ -253,7 +269,7 @@ export default {
|
253
|
269
|
therapyinformePrint:{},
|
254
|
270
|
patientCritaicalInformedPrint:{},
|
255
|
271
|
patientCritaicalInformedOnePrint:{},
|
256
|
|
- patientTreamentPlan:{}
|
|
272
|
+ patientTreamentPlan:{},
|
257
|
273
|
}
|
258
|
274
|
|
259
|
275
|
},
|
|
@@ -261,19 +277,20 @@ export default {
|
261
|
277
|
const id = this.$route.params && this.$route.params.id
|
262
|
278
|
this.patientID = parseInt(id)
|
263
|
279
|
console.log("病人id",this.patientID)
|
|
280
|
+ this.org_id = this.$store.getters.xt_user.org.id
|
264
|
281
|
// this.queryParams.patient_id = this.patientID;
|
265
|
282
|
},
|
266
|
283
|
methods: {
|
267
|
284
|
getlist(){
|
268
|
285
|
|
269
|
|
- getPatientDetailInformedconsent(this.patientID).then(response=>{
|
270
|
|
- if(response.data.state == 1){
|
271
|
|
- var patient = response.data.data.patients
|
272
|
|
- console.log("patinet",patient)
|
273
|
|
- this.patient =patient
|
274
|
|
- }
|
275
|
|
- })
|
276
|
|
- },
|
|
286
|
+ getPatientDetailInformedconsent(this.patientID).then(response=>{
|
|
287
|
+ if(response.data.state == 1){
|
|
288
|
+ var patient = response.data.data.patients
|
|
289
|
+ console.log("patinet",patient)
|
|
290
|
+ this.patient =patient
|
|
291
|
+ }
|
|
292
|
+ })
|
|
293
|
+ },
|
277
|
294
|
|
278
|
295
|
getPatientMeDicalList(){
|
279
|
296
|
var params = {
|
|
@@ -451,7 +468,9 @@ export default {
|
451
|
468
|
this.show17=false,
|
452
|
469
|
this.show18=false,
|
453
|
470
|
this.show19 = false,
|
454
|
|
- this.show20 = false
|
|
471
|
+ this.show20 = false,
|
|
472
|
+ this.show21 = false,
|
|
473
|
+ this.show22 = false
|
455
|
474
|
this.getFallOutBedPrintList()
|
456
|
475
|
}
|
457
|
476
|
if(row.value==2){
|
|
@@ -472,7 +491,9 @@ export default {
|
472
|
491
|
this.show17=false,
|
473
|
492
|
this.show18=false,
|
474
|
493
|
this.show19 = false,
|
475
|
|
- this.show20 = false
|
|
494
|
+ this.show20 = false,
|
|
495
|
+ this.show21 = false,
|
|
496
|
+ this.show22 = false
|
476
|
497
|
this.getFilterInformed()
|
477
|
498
|
}
|
478
|
499
|
if(row.value==3){
|
|
@@ -493,7 +514,9 @@ export default {
|
493
|
514
|
this.show17=false,
|
494
|
515
|
this.show18=false,
|
495
|
516
|
this.show19 = false,
|
496
|
|
- this.show20 = false
|
|
517
|
+ this.show20 = false,
|
|
518
|
+ this.show21 = false,
|
|
519
|
+ this.show22 = false
|
497
|
520
|
this.getProfundaInformed()
|
498
|
521
|
}
|
499
|
522
|
if(row.value==4){
|
|
@@ -514,7 +537,9 @@ export default {
|
514
|
537
|
this.show17=false,
|
515
|
538
|
this.show18=false,
|
516
|
539
|
this.show19 = false,
|
517
|
|
- this.show20 = false
|
|
540
|
+ this.show20 = false,
|
|
541
|
+ this.show21 = false,
|
|
542
|
+ this.show22 = false
|
518
|
543
|
this.getArterOvernous()
|
519
|
544
|
}
|
520
|
545
|
if(row.value==5){
|
|
@@ -535,7 +560,9 @@ export default {
|
535
|
560
|
this.show17=false,
|
536
|
561
|
this.show18=false,
|
537
|
562
|
this.show19 = false,
|
538
|
|
- this.show20 = false
|
|
563
|
+ this.show20 = false,
|
|
564
|
+ this.show21 = false,
|
|
565
|
+ this.show22 = false
|
539
|
566
|
this.getHighRiskInformed()
|
540
|
567
|
}
|
541
|
568
|
if(row.value==6){
|
|
@@ -556,7 +583,9 @@ export default {
|
556
|
583
|
this.show17=false,
|
557
|
584
|
this.show18=false,
|
558
|
585
|
this.show19 = false,
|
559
|
|
- this.show20 = false
|
|
586
|
+ this.show20 = false,
|
|
587
|
+ this.show21 = false,
|
|
588
|
+ this.show22 = false
|
560
|
589
|
this.getAnticoagulationInformed()
|
561
|
590
|
}
|
562
|
591
|
if(row.value==7){
|
|
@@ -577,7 +606,9 @@ export default {
|
577
|
606
|
this.show17=false,
|
578
|
607
|
this.show18=false,
|
579
|
608
|
this.show19 = false,
|
580
|
|
- this.show20 = false
|
|
609
|
+ this.show20 = false,
|
|
610
|
+ this.show21 = false,
|
|
611
|
+ this.show22 = false
|
581
|
612
|
this.getCriticalInformed()
|
582
|
613
|
}
|
583
|
614
|
if(row.value==8){
|
|
@@ -598,7 +629,9 @@ export default {
|
598
|
629
|
this.show17=false,
|
599
|
630
|
this.show18=false,
|
600
|
631
|
this.show19 = false,
|
601
|
|
- this.show20 = false
|
|
632
|
+ this.show20 = false,
|
|
633
|
+ this.show21 = false,
|
|
634
|
+ this.show22 = false
|
602
|
635
|
this.getHemoperfusionInformed()
|
603
|
636
|
}
|
604
|
637
|
if(row.value==9){
|
|
@@ -619,7 +652,9 @@ export default {
|
619
|
652
|
this.show17=false,
|
620
|
653
|
this.show18=false,
|
621
|
654
|
this.show19 = false,
|
622
|
|
- this.show20 = false
|
|
655
|
+ this.show20 = false,
|
|
656
|
+ this.show21 = false,
|
|
657
|
+ this.show22 = false
|
623
|
658
|
this.getInformedConsent()
|
624
|
659
|
}
|
625
|
660
|
if(row.value==10){
|
|
@@ -640,7 +675,9 @@ export default {
|
640
|
675
|
this.show17=false,
|
641
|
676
|
this.show18=false,
|
642
|
677
|
this.show19 = false,
|
643
|
|
- this.show20 = false
|
|
678
|
+ this.show20 = false,
|
|
679
|
+ this.show21 = false,
|
|
680
|
+ this.show22 = false
|
644
|
681
|
}
|
645
|
682
|
// if(row.value==11){
|
646
|
683
|
// this.face_show=false
|
|
@@ -680,7 +717,9 @@ export default {
|
680
|
717
|
this.show17=false,
|
681
|
718
|
this.show18=false,
|
682
|
719
|
this.show19 = false,
|
683
|
|
- this.show20 = false
|
|
720
|
+ this.show20 = false,
|
|
721
|
+ this.show21 = false,
|
|
722
|
+ this.show22 = false
|
684
|
723
|
this.getTherapyInformed()
|
685
|
724
|
}
|
686
|
725
|
if(row.value==13){
|
|
@@ -701,7 +740,9 @@ export default {
|
701
|
740
|
this.show17=false,
|
702
|
741
|
this.show18=false,
|
703
|
742
|
this.show19 = false,
|
704
|
|
- this.show20 = false
|
|
743
|
+ this.show20 = false,
|
|
744
|
+ this.show21 = false,
|
|
745
|
+ this.show22 = false
|
705
|
746
|
this.getPatientMeDicalList()
|
706
|
747
|
}
|
707
|
748
|
if(row.value==14){
|
|
@@ -722,7 +763,9 @@ export default {
|
722
|
763
|
this.show17=false,
|
723
|
764
|
this.show18=false,
|
724
|
765
|
this.show19 = false,
|
725
|
|
- this.show20 = false
|
|
766
|
+ this.show20 = false,
|
|
767
|
+ this.show21 = false,
|
|
768
|
+ this.show22 = false
|
726
|
769
|
this.getTreamentPlan()
|
727
|
770
|
}
|
728
|
771
|
// if(row.value==15){
|
|
@@ -762,7 +805,9 @@ export default {
|
762
|
805
|
this.show17=false,
|
763
|
806
|
this.show18=false,
|
764
|
807
|
this.show19 = false,
|
765
|
|
- this.show20 = false
|
|
808
|
+ this.show20 = false,
|
|
809
|
+ this.show21 = false,
|
|
810
|
+ this.show22 = false
|
766
|
811
|
this.getPatientCriticalOneList()
|
767
|
812
|
}
|
768
|
813
|
if(row.value==17){
|
|
@@ -783,7 +828,9 @@ export default {
|
783
|
828
|
this.show17=true,
|
784
|
829
|
this.show18=false,
|
785
|
830
|
this.show19 = false,
|
786
|
|
- this.show20 = false
|
|
831
|
+ this.show20 = false,
|
|
832
|
+ this.show21 = false,
|
|
833
|
+ this.show22 = false
|
787
|
834
|
}
|
788
|
835
|
if(row.value==18){
|
789
|
836
|
this.filter_show=false
|
|
@@ -803,7 +850,9 @@ export default {
|
803
|
850
|
this.show17=false,
|
804
|
851
|
this.show18=true,
|
805
|
852
|
this.show19 = false,
|
806
|
|
- this.show20 = false
|
|
853
|
+ this.show20 = false,
|
|
854
|
+ this.show21 = false,
|
|
855
|
+ this.show22 = false
|
807
|
856
|
}
|
808
|
857
|
if(row.value==19){
|
809
|
858
|
this.filter_show=false
|
|
@@ -823,7 +872,9 @@ export default {
|
823
|
872
|
this.show17=false,
|
824
|
873
|
this.show18=false,
|
825
|
874
|
this.show19 = true,
|
826
|
|
- this.show20 = false
|
|
875
|
+ this.show20 = false,
|
|
876
|
+ this.show21 = false,
|
|
877
|
+ this.show22 = false
|
827
|
878
|
}
|
828
|
879
|
if(row.value==20){
|
829
|
880
|
this.filter_show=false
|
|
@@ -843,7 +894,53 @@ export default {
|
843
|
894
|
this.show17=false,
|
844
|
895
|
this.show18=false,
|
845
|
896
|
this.show19 = false,
|
846
|
|
- this.show20 = true
|
|
897
|
+ this.show20 = true,
|
|
898
|
+ this.show21 = false,
|
|
899
|
+ this.show22 = false
|
|
900
|
+ }
|
|
901
|
+ if(row.value==21){
|
|
902
|
+ this.filter_show=false
|
|
903
|
+ this.face_show=false
|
|
904
|
+ this.profunda_show=false,
|
|
905
|
+ this.arteriovenous_show=false,
|
|
906
|
+ this.Highrisk_show=false,
|
|
907
|
+ this.anticoagulation_show=false,
|
|
908
|
+ this.critical_show=false,
|
|
909
|
+ this.hemoperfusion_show=false,
|
|
910
|
+ this.Bring_show=false,
|
|
911
|
+ this.catheterization_show=false,
|
|
912
|
+ this.therapy_show=false,
|
|
913
|
+ this.history_show=false,
|
|
914
|
+ this.show14=false,
|
|
915
|
+ this.show16=false,
|
|
916
|
+ this.show17=false,
|
|
917
|
+ this.show18=false,
|
|
918
|
+ this.show19 = false,
|
|
919
|
+ this.show20 = false,
|
|
920
|
+ this.show21 = true,
|
|
921
|
+ this.show22 = false
|
|
922
|
+ }
|
|
923
|
+ if(row.value==22){
|
|
924
|
+ this.filter_show=false
|
|
925
|
+ this.face_show=false
|
|
926
|
+ this.profunda_show=false,
|
|
927
|
+ this.arteriovenous_show=false,
|
|
928
|
+ this.Highrisk_show=false,
|
|
929
|
+ this.anticoagulation_show=false,
|
|
930
|
+ this.critical_show=false,
|
|
931
|
+ this.hemoperfusion_show=false,
|
|
932
|
+ this.Bring_show=false,
|
|
933
|
+ this.catheterization_show=false,
|
|
934
|
+ this.therapy_show=false,
|
|
935
|
+ this.history_show=false,
|
|
936
|
+ this.show14=false,
|
|
937
|
+ this.show16=false,
|
|
938
|
+ this.show17=false,
|
|
939
|
+ this.show18=false,
|
|
940
|
+ this.show19 = false,
|
|
941
|
+ this.show20 = false,
|
|
942
|
+ this.show21 = false,
|
|
943
|
+ this.show22 = true
|
847
|
944
|
}
|
848
|
945
|
},
|
849
|
946
|
|