28169 8 meses atrás
pai
commit
8e244d7450

BIN
XT_New.exe Ver arquivo


+ 2 - 0
controllers/mobile_api_controllers/patient_api_controller.go Ver arquivo

5051
 			"project_config":          project_config,
5051
 			"project_config":          project_config,
5052
 			"lastWeight":              lastWeight,
5052
 			"lastWeight":              lastWeight,
5053
 			"lastSchedule":            lastSchedule,
5053
 			"lastSchedule":            lastSchedule,
5054
+			"DoctorAdvice":            DoctorAdvice,
5054
 			"hisAdvice":               hisAdvice,
5055
 			"hisAdvice":               hisAdvice,
5055
 		})
5056
 		})
5056
 	}
5057
 	}
5076
 			"project_config":          project_config,
5077
 			"project_config":          project_config,
5077
 			"lastWeight":              lastWeight,
5078
 			"lastWeight":              lastWeight,
5078
 			"lastSchedule":            lastSchedule,
5079
 			"lastSchedule":            lastSchedule,
5080
+			"DoctorAdvice":            DoctorAdvice,
5079
 			"hisAdvice":               hisAdvice,
5081
 			"hisAdvice":               hisAdvice,
5080
 		})
5082
 		})
5081
 	}
5083
 	}