|
@@ -65,6 +65,9 @@ func (this *DialysisAPIController) AddMonitorRecord() {
|
65
|
65
|
//breathingRated, _ := this.GetFloat("breathing_rated")
|
66
|
66
|
breathingRated := this.GetString("breathing_rated")
|
67
|
67
|
systolicBP, _ := this.GetFloat("systolic_bp")
|
|
68
|
+ //breathingRated, _ := this.GetFloat("breathing_rated")
|
|
69
|
+ breathingRated := this.GetString("breathing_rated")
|
|
70
|
+ systolicBP, _ := this.GetFloat("systolic_bp")
|
68
|
71
|
diastolicBP, _ := this.GetFloat("diastolic_bp")
|
69
|
72
|
BPType, _ := this.GetInt("bp_type")
|
70
|
73
|
bloodFlowVolume, _ := this.GetFloat("blood_flow_volume")
|
|
@@ -243,6 +246,9 @@ func (this *DialysisAPIController) EditMonitorRecord() {
|
243
|
246
|
//breathingRated, _ := this.GetFloat("breathing_rated")
|
244
|
247
|
breathingRated := this.GetString("breathing_rated")
|
245
|
248
|
systolicBP, _ := this.GetFloat("systolic_bp")
|
|
249
|
+ //breathingRated, _ := this.GetFloat("breathing_rated")
|
|
250
|
+ breathingRated := this.GetString("breathing_rated")
|
|
251
|
+ systolicBP, _ := this.GetFloat("systolic_bp")
|
246
|
252
|
diastolicBP, _ := this.GetFloat("diastolic_bp")
|
247
|
253
|
BPType, _ := this.GetInt("bp_type")
|
248
|
254
|
bloodFlowVolume, _ := this.GetFloat("blood_flow_volume")
|