|
@@ -725,7 +725,7 @@
|
725
|
725
|
</el-dialog>
|
726
|
726
|
|
727
|
727
|
|
728
|
|
- <el-dialog title="修改病程记录" width="50%" top="5vh" :visible.sync="show_edit_dialog">
|
|
728
|
+ <el-dialog title="修改病程记录" width="70%" top="5vh" :visible.sync="show_edit_dialog">
|
729
|
729
|
<div>
|
730
|
730
|
<div class="new_record_form">
|
731
|
731
|
<div class="cell clearfix">
|
|
@@ -754,7 +754,7 @@
|
754
|
754
|
<keep-alive>
|
755
|
755
|
<editor ref="edit_neditor"
|
756
|
756
|
id="edit_editor"
|
757
|
|
- style="width: 600px"
|
|
757
|
+ style="width: 80%"
|
758
|
758
|
v-bind:r_content="edit_new_content">
|
759
|
759
|
</editor>
|
760
|
760
|
</keep-alive>
|
|
@@ -1038,10 +1038,10 @@
|
1038
|
1038
|
return
|
1039
|
1039
|
}
|
1040
|
1040
|
this.$router.push({ path: "/course/print?ids="+this.ids+"&patient_id="+this.patient_id});
|
1041
|
|
-
|
|
1041
|
+
|
1042
|
1042
|
},
|
1043
|
1043
|
toAuto(){
|
1044
|
|
-
|
|
1044
|
+
|
1045
|
1045
|
var params= {
|
1046
|
1046
|
patient_id:parseInt(this.$route.query.id),
|
1047
|
1047
|
record_date:this.course_of_disease_time.slice(0,10),
|
|
@@ -1056,19 +1056,19 @@
|
1056
|
1056
|
var monitors = response.data.data.monitor
|
1057
|
1057
|
var doctor_advices = response.data.data.advice
|
1058
|
1058
|
var assessment_after_dislysis = response.data.data.afterDislysis
|
1059
|
|
-
|
|
1059
|
+
|
1060
|
1060
|
var str_one = ""
|
1061
|
1061
|
if(dialysis_order!=null){
|
1062
|
1062
|
if(dialysis_order.puncture_nurse_id >0){
|
1063
|
1063
|
str_one = "护士穿刺成功!"
|
1064
|
1064
|
}
|
1065
|
1065
|
}
|
1066
|
|
-
|
1067
|
|
- var total =0
|
|
1066
|
+
|
|
1067
|
+ var total =0
|
1068
|
1068
|
if(predialysis_evaluation!=null){
|
1069
|
1069
|
total = (predialysis_evaluation.weight_before - predialysis_evaluation.dry_weight).toFixed(1)
|
1070
|
1070
|
}
|
1071
|
|
-
|
|
1071
|
+
|
1072
|
1072
|
|
1073
|
1073
|
var monitor_one =[]
|
1074
|
1074
|
var monitor_two = []
|
|
@@ -1087,12 +1087,12 @@
|
1087
|
1087
|
})
|
1088
|
1088
|
|
1089
|
1089
|
}
|
1090
|
|
-
|
|
1090
|
+
|
1091
|
1091
|
var doc_str = ""
|
1092
|
|
-
|
|
1092
|
+
|
1093
|
1093
|
if(doctor_advices!=null && doctor_advices.length > 0){
|
1094
|
|
-
|
1095
|
|
-
|
|
1094
|
+
|
|
1095
|
+
|
1096
|
1096
|
for(let i=0;i<doctor_advices.length;i++){
|
1097
|
1097
|
doc_str +=doctor_advices[i].advice_name +" "+doctor_advices[i].prescribing_number+doctor_advices[i].prescribing_number_unit+" "+doctor_advices[i].delivery_way
|
1098
|
1098
|
}
|
|
@@ -1101,7 +1101,7 @@
|
1101
|
1101
|
if(predialysis_evaluation.blood_access_part_id == -2){
|
1102
|
1102
|
predialysis_evaluation.blood_access_part_id = ""
|
1103
|
1103
|
}
|
1104
|
|
-
|
|
1104
|
+
|
1105
|
1105
|
var str = " 患者今日来我科行血液透析治疗,血管通路选择:"+predialysis_evaluation.blood_access_part_id+ " "+this.QueryOperaById(predialysis_evaluation.blood_access_part_opera_id) +",透析模式:"+this.getModeId(prescription.mode_id)+
|
1106
|
1106
|
",透前检查:"+predialysis_evaluation.internal_fistula +predialysis_evaluation.catheter + str_one +" "+ ",透析器:"+prescription.dialyzer_perfusion_apparatus + ",抗凝剂:"+this.GetAnticoagulant(prescription.anticoagulant) +",总量:"+prescription.anticoagulant_zongliang+"iu"+
|
1107
|
1107
|
",透前体重:"+predialysis_evaluation.weight_before+"kg"+",间期体重增长:"+total +"kg"+",目标脱水量:"+prescription.target_ultrafiltration +"ml" +",血流量:"+prescription.blood_flow_volume+"ml/min" + ",透析开始时间:"+this.getTime(dialysis_order.start_time) +",透析过程中血压波动,"+"最大收缩压:"+monitor_one[0].systolic_blood_pressure+"mmHg"+",最小收缩压:"+monitor_one[monitor_one.length-1].systolic_blood_pressure
|
|
@@ -1224,10 +1224,10 @@
|
1224
|
1224
|
}
|
1225
|
1225
|
if(id == 3){
|
1226
|
1226
|
anticoagulant_name = "低分子肝素"
|
1227
|
|
- }
|
|
1227
|
+ }
|
1228
|
1228
|
if(id == 4){
|
1229
|
1229
|
anticoagulant_name = "阿加曲班"
|
1230
|
|
- }
|
|
1230
|
+ }
|
1231
|
1231
|
|
1232
|
1232
|
if(id == 5){
|
1233
|
1233
|
anticoagulant_name = "枸橼酸钠"
|
|
@@ -1237,34 +1237,34 @@
|
1237
|
1237
|
}
|
1238
|
1238
|
if(id == 7){
|
1239
|
1239
|
anticoagulant_name = "低分子肝素钠"
|
1240
|
|
- }
|
|
1240
|
+ }
|
1241
|
1241
|
if(id == 8){
|
1242
|
1242
|
anticoagulant_name = "依诺肝素"
|
1243
|
|
- }
|
|
1243
|
+ }
|
1244
|
1244
|
|
1245
|
1245
|
if(id == 9){
|
1246
|
1246
|
anticoagulant_name = "达肝素"
|
1247
|
|
- }
|
|
1247
|
+ }
|
1248
|
1248
|
if(id == 10){
|
1249
|
1249
|
anticoagulant_name = "体外抗凝"
|
1250
|
|
- }
|
|
1250
|
+ }
|
1251
|
1251
|
|
1252
|
1252
|
if(id == 11){
|
1253
|
1253
|
anticoagulant_name = "那屈肝素"
|
1254
|
|
- }
|
|
1254
|
+ }
|
1255
|
1255
|
if(id == 12){
|
1256
|
1256
|
anticoagulant_name = "无抗凝剂"
|
1257
|
|
- }
|
|
1257
|
+ }
|
1258
|
1258
|
|
1259
|
1259
|
if(id == 13){
|
1260
|
1260
|
anticoagulant_name = "那屈肝素钙"
|
1261
|
|
- }
|
|
1261
|
+ }
|
1262
|
1262
|
if(id == 14){
|
1263
|
1263
|
anticoagulant_name = "肝素钙注射液"
|
1264
|
|
- }
|
|
1264
|
+ }
|
1265
|
1265
|
if(id == 15){
|
1266
|
1266
|
anticoagulant_name = "甲磺酸萘莫司他"
|
1267
|
|
- }
|
|
1267
|
+ }
|
1268
|
1268
|
|
1269
|
1269
|
return anticoagulant_name
|
1270
|
1270
|
},
|