|
@@ -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
|
}
|