|
@@ -3945,9 +3945,9 @@ func (c *DialysisApiController) CreateMonitor() {
|
3945
|
3945
|
blood_pressure_type, _ := c.GetInt64("blood_pressure_type", 0)
|
3946
|
3946
|
blood_flow_volume, _ := c.GetFloat("blood_flow_volume", 0)
|
3947
|
3947
|
venous_pressure, _ := c.GetFloat("venous_pressure", 0)
|
3948
|
|
- venous_pressure_type,_ := c.GetInt64("venous_pressure_type",1)
|
|
3948
|
+ venous_pressure_type, _ := c.GetInt64("venous_pressure_type", 1)
|
3949
|
3949
|
transmembrane_pressure, _ := c.GetFloat("transmembrane_pressure", 0)
|
3950
|
|
- transmembrane_pressure_type,_:= c.GetInt64("transmembrane_pressure_type",1)
|
|
3950
|
+ transmembrane_pressure_type, _ := c.GetInt64("transmembrane_pressure_type", 1)
|
3951
|
3951
|
ultrafiltration_rate, _ := c.GetFloat("ultrafiltration_rate", 0)
|
3952
|
3952
|
ultrafiltration_volume, _ := c.GetFloat("ultrafiltration_volume", 0)
|
3953
|
3953
|
sodium_concentration, _ := c.GetFloat("sodium_concentration", 0)
|
|
@@ -4327,7 +4327,7 @@ func (c *DialysisApiController) GetDialysisOrder() {
|
4327
|
4327
|
|
4328
|
4328
|
order, err := service.FindDialysisMacher(adminUserInfo.CurrentOrgId, patientInfo.ID, xttime)
|
4329
|
4329
|
nurse, err := service.FindPunctureNurse(order.PunctureNurse, adminUserInfo.CurrentAppId, adminUserInfo.CurrentOrgId)
|
4330
|
|
- //fmt.Print("nurse------------", err)
|
|
4330
|
+
|
4331
|
4331
|
startNuse, err := service.FindeStartNuse(order.StartNurse, adminUserInfo.CurrentAppId, adminUserInfo.CurrentOrgId)
|
4332
|
4332
|
FinishNuse, err := service.FindeStartNuse(order.FinishNurse, adminUserInfo.CurrentAppId, adminUserInfo.CurrentOrgId)
|
4333
|
4333
|
//获取透析处方
|
|
@@ -4338,7 +4338,7 @@ func (c *DialysisApiController) GetDialysisOrder() {
|
4338
|
4338
|
//获取医嘱内容
|
4339
|
4339
|
doctor, err := service.FindDoctor(doctorAdvice.AdviceDoctor, adminUserInfo.CurrentAppId, adminUserInfo.CurrentOrgId)
|
4340
|
4340
|
DoctorName, err := service.FindDoctorName(doctorAdvice.AdviceDoctor, adminUserInfo.CurrentAppId, adminUserInfo.CurrentOrgId)
|
4341
|
|
- //fmt.Print("err-----------------------------------------------------------------", err)
|
|
4341
|
+
|
4342
|
4342
|
DoctorAdvice, _ := service.FindDoctorAdviceOrderById(adminUserInfo.CurrentOrgId, patientInfo.ID, xttime)
|
4343
|
4343
|
doctorAdevieInfo, err := service.FindDoctorAdviceByInfo(adminUserInfo.CurrentOrgId, patientInfo.ID, xttime)
|
4344
|
4344
|
//获取上次的透后体重
|