|
@@ -8580,6 +8580,8 @@ func (this *PatientApiController) GetAutoPatientContent() {
|
8580
|
8580
|
|
8581
|
8581
|
patient, _ := service.GetPatientByIDOne(orgId, patient_id)
|
8582
|
8582
|
|
|
8583
|
+ longAdvice, _ := service.GetLongDoctorAdvice(orgId, patient_id, startTime, endTime)
|
|
8584
|
+
|
8583
|
8585
|
this.ServeSuccessJSON(map[string]interface{}{
|
8584
|
8586
|
"prescription": prescription,
|
8585
|
8587
|
"berfor": berfor,
|
|
@@ -8588,6 +8590,7 @@ func (this *PatientApiController) GetAutoPatientContent() {
|
8588
|
8590
|
"inpectionList": inpectionList,
|
8589
|
8591
|
"dialysisOrder": dialysisOrder,
|
8590
|
8592
|
"patient": patient,
|
|
8593
|
+ "longAdvice": longAdvice,
|
8591
|
8594
|
})
|
8592
|
8595
|
|
8593
|
8596
|
}
|