浏览代码

肝素量(mg)

mainqaq 3 年前
父节点
当前提交
047824e649
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      controllers/mobile_api_controllers/dialysis_api_controller_extend.go

+ 2 - 0
controllers/mobile_api_controllers/dialysis_api_controller_extend.go 查看文件

95
 	blood_sugar, _ := this.GetFloat("blood_sugar")
95
 	blood_sugar, _ := this.GetFloat("blood_sugar")
96
 	monitor_anticoagulant, _ := this.GetInt64("monitor_anticoagulant")
96
 	monitor_anticoagulant, _ := this.GetInt64("monitor_anticoagulant")
97
 	monitor_anticoagulant_value := this.GetString("monitor_anticoagulant_value")
97
 	monitor_anticoagulant_value := this.GetString("monitor_anticoagulant_value")
98
+	heparin_amount, _ := this.GetFloat("heparin_amount")
98
 	blood_pressure_monitoring_site, _ := this.GetInt64("blood_pressure_monitoring_site")
99
 	blood_pressure_monitoring_site, _ := this.GetInt64("blood_pressure_monitoring_site")
99
 	complication, _ := this.GetInt64("complication")
100
 	complication, _ := this.GetInt64("complication")
100
 	accumulated_blood_volume, _ := this.GetFloat("accumulated_blood_volume")
101
 	accumulated_blood_volume, _ := this.GetFloat("accumulated_blood_volume")
165
 		UreaMonitoring:              urea_monitoring,
166
 		UreaMonitoring:              urea_monitoring,
166
 		BloodThickness:              blood_thickness,
167
 		BloodThickness:              blood_thickness,
167
 		BloodMonitor:                blood_monitor,
168
 		BloodMonitor:                blood_monitor,
169
+		HeparinAmount:               heparin_amount,
168
 	}
170
 	}
169
 
171
 
170
 	err := service.CreateMonitor(&record)
172
 	err := service.CreateMonitor(&record)