28169 vor 8 Monaten
Ursprung
Commit
8e244d7450
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. BIN
      XT_New.exe
  2. 2 0
      controllers/mobile_api_controllers/patient_api_controller.go

BIN
XT_New.exe Datei anzeigen


+ 2 - 0
controllers/mobile_api_controllers/patient_api_controller.go Datei anzeigen

@@ -5051,6 +5051,7 @@ func (c *PatientApiController) GetPrintDialysisOrder() {
5051 5051
 			"project_config":          project_config,
5052 5052
 			"lastWeight":              lastWeight,
5053 5053
 			"lastSchedule":            lastSchedule,
5054
+			"DoctorAdvice":            DoctorAdvice,
5054 5055
 			"hisAdvice":               hisAdvice,
5055 5056
 		})
5056 5057
 	}
@@ -5076,6 +5077,7 @@ func (c *PatientApiController) GetPrintDialysisOrder() {
5076 5077
 			"project_config":          project_config,
5077 5078
 			"lastWeight":              lastWeight,
5078 5079
 			"lastSchedule":            lastSchedule,
5080
+			"DoctorAdvice":            DoctorAdvice,
5079 5081
 			"hisAdvice":               hisAdvice,
5080 5082
 		})
5081 5083
 	}