|
@@ -596,7 +596,7 @@
|
596
|
596
|
}
|
597
|
597
|
|
598
|
598
|
if(str.indexOf('透析时长')!=-1 && this.prescription!=null){
|
599
|
|
- arr.push("透析时长:"+this.prescription.dialysis_duration)
|
|
599
|
+ arr.push("透析时长:"+(this.prescription.dialysis_duration?this.prescription.dialysis_duration:""))
|
600
|
600
|
}
|
601
|
601
|
|
602
|
602
|
if(str.indexOf('透析时长')!=-1 && this.prescription==null){
|
|
@@ -604,7 +604,7 @@
|
604
|
604
|
}
|
605
|
605
|
|
606
|
606
|
if(str.indexOf("目标超滤量")!=-1 && this.prescription!=null){
|
607
|
|
- arr.push("目标超滤量:"+this.prescription.target_ultrafiltration)
|
|
607
|
+ arr.push("目标超滤量:"+(this.prescription.target_ultrafiltration?this.prescription.target_ultrafiltration:""))
|
608
|
608
|
}
|
609
|
609
|
if(str.indexOf("目标超滤量")!=-1 && this.prescription==null){
|
610
|
610
|
arr.push("目标超滤量:")
|
|
@@ -924,10 +924,7 @@
|
924
|
924
|
},
|
925
|
925
|
watch: {
|
926
|
926
|
isVisibility(val) {
|
927
|
|
- console.log("333333333",this.patient)
|
928
|
|
- console.log("透前评估23455",this.predialysis_evaluation)
|
929
|
|
- console.log("透析处方23567",this.prescription)
|
930
|
|
- console.log("双人核对",this.double_check)
|
|
927
|
+
|
931
|
928
|
if(this.prescription!=null && this.prescription.id!=0){
|
932
|
929
|
this.diazes = this.diazes + this.prescription.dialyzer_perfusion_apparatus
|
933
|
930
|
this.dialysate_formulation = this.dialysate_formulation + this.GetDialysateFormulationById(this.prescription.dialysate_formulation)
|
|
@@ -957,49 +954,49 @@
|
957
|
954
|
console.log("222222",this.checkList)
|
958
|
955
|
}
|
959
|
956
|
if(this.double_check.dialysis_item_desc.indexOf("穿刺针")!=-1){
|
960
|
|
- this.checkList.push("穿刺针:"+this.predialysis_evaluation.puncture_needle)
|
|
957
|
+ this.checkList.push("穿刺针:"+(this.predialysis_evaluation.puncture_needle?this.predialysis_evaluation.puncture_needle:""))
|
961
|
958
|
}
|
962
|
959
|
if(this.double_check.dialysis_item_desc.indexOf("透析液配方:")!=-1){
|
963
|
960
|
this.checkList.push("透析液配方:"+this.GetDialysateFormulationById(this.prescription.dialysate_formulation))
|
964
|
961
|
}
|
965
|
962
|
if(this.double_check.dialysis_item_desc.indexOf("钾:")!=-1){
|
966
|
|
- this.checkList.push("钾:"+this.prescription.kalium)
|
|
963
|
+ this.checkList.push("钾:"+(this.prescription.kalium?this.prescription.kalium:""))
|
967
|
964
|
}
|
968
|
965
|
if(this.double_check.dialysis_item_desc.indexOf("钙:")!=-1){
|
969
|
|
- this.checkList.push("钙:"+this.prescription.calcium)
|
|
966
|
+ this.checkList.push("钙:"+(this.prescription.calcium?this.prescription.calcium:""))
|
970
|
967
|
}
|
971
|
968
|
if(this.double_check.dialysis_parameter_desc.indexOf("透析模式:")!=-1){
|
972
|
969
|
this.checkListOne.push("透析模式:"+this.getMode(this.prescription.mode_id))
|
973
|
970
|
}
|
974
|
971
|
if(this.double_check.dialysis_parameter_desc.indexOf("透析时长")!=-1){
|
975
|
|
- this.checkListOne.push("透析时长:"+this.prescription.dialysis_duration)
|
|
972
|
+ this.checkListOne.push("透析时长:"+(this.prescription.dialysis_duration?this.prescription.dialysate_formulation:""))
|
976
|
973
|
}
|
977
|
974
|
if(this.double_check.dialysis_parameter_desc.indexOf("目标超滤量")!=-1){
|
978
|
|
- this.checkListOne.push("目标超滤量:"+this.prescription.target_ultrafiltration)
|
|
975
|
+ this.checkListOne.push("目标超滤量:"+(this.prescription.target_ultrafiltration?this.prescription.target_ultrafiltration:""))
|
979
|
976
|
}
|
980
|
977
|
if(this.double_check.dialysis_parameter_desc.indexOf("抗凝剂")!=-1){
|
981
|
978
|
this.checkListOne.push("抗凝剂:"+this.getAnticoagulant(this.prescription.anticoagulant))
|
982
|
979
|
}
|
983
|
980
|
if(this.double_check.dialysis_parameter_desc.indexOf("首剂")!=-1){
|
984
|
|
- this.checkListOne.push("首剂:"+this.prescription.anticoagulant_shouji)
|
|
981
|
+ this.checkListOne.push("首剂:"+(this.prescription.anticoagulant_shouji?this.prescription.anticoagulant_shouji:""))
|
985
|
982
|
}
|
986
|
983
|
if(this.double_check.dialysis_parameter_desc.indexOf("维持")!=-1){
|
987
|
|
- this.checkListOne.push("维持:"+this.prescription.anticoagulant_weichi)
|
|
984
|
+ this.checkListOne.push("维持:"+(this.prescription.anticoagulant_weichi?this.prescription.anticoagulant_weichi:""))
|
988
|
985
|
}
|
989
|
986
|
if(this.double_check.dialysis_parameter_desc.indexOf("总量")!=-1){
|
990
|
|
- this.checkListOne.push("总量:"+this.prescription.anticoagulant_zongliang)
|
|
987
|
+ this.checkListOne.push("总量:"+(this.prescription.anticoagulant_zongliang?this.prescription.anticoagulant_zongliang:""))
|
991
|
988
|
}
|
992
|
989
|
if(this.double_check.dialysis_parameter_desc.indexOf("置换液")!=-1){
|
993
|
|
- this.checkListOne.push("置换液:"+this.prescription.displace_liqui_part)
|
|
990
|
+ this.checkListOne.push("置换液:"+(this.prescription.displace_liqui_part?this.prescription.displace_liqui_part:""))
|
994
|
991
|
}
|
995
|
992
|
if(this.double_check.dialysis_parameter_desc.indexOf("置换总量")!=-1){
|
996
|
|
- this.checkListOne.push("置换总量:"+this.prescription.replacement_total)
|
|
993
|
+ this.checkListOne.push("置换总量:"+(this.prescription.replacement_total?this.prescription.replacement_total:""))
|
997
|
994
|
}
|
998
|
995
|
if(this.double_check.dialysis_parameter_desc.indexOf("处方血流量")!=-1){
|
999
|
|
- this.checkListOne.push("处方血流量:"+this.prescription.blood_flow_volume)
|
|
996
|
+ this.checkListOne.push("处方血流量:"+(this.prescription.blood_flow_volume?this.prescription.blood_flow_volume:""))
|
1000
|
997
|
}
|
1001
|
998
|
if(this.double_check.dialysis_parameter_desc.indexOf("透析液流量")!=-1){
|
1002
|
|
- this.checkListOne.push("透析液流量:"+this.prescription.dialysate_flow)
|
|
999
|
+ this.checkListOne.push("透析液流量:"+(this.prescription.dialysate_flow?this.prescription.dialysate_flow:""))
|
1003
|
1000
|
}
|
1004
|
1001
|
if(this.double_check.vascular_access_desc.indexOf("通路类型")!=-1){
|
1005
|
1002
|
this.checkListTwo.push("通路类型:"+this.getBloodAccess(this.predialysis_evaluation.blood_access_part_opera_id))
|