|
@@ -1234,6 +1234,8 @@ func (this *HisProjectApiController) GetDoctorAdvicePrint() {
|
1234
|
1234
|
//hisPatient, _ := service.GetHisPatientById(patient_id)
|
1235
|
1235
|
hisHospitalRecord, _ := service.GetLastHospitalRecordTwo(patient_id, adminUserInfo.CurrentOrgId)
|
1236
|
1236
|
|
|
1237
|
+ eles, _ := service.GetNewAdminUserES(adminUserInfo.CurrentOrgId)
|
|
1238
|
+
|
1237
|
1239
|
if err != nil {
|
1238
|
1240
|
this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeUpdateConfig)
|
1239
|
1241
|
return
|
|
@@ -1245,6 +1247,7 @@ func (this *HisProjectApiController) GetDoctorAdvicePrint() {
|
1245
|
1247
|
"his": his,
|
1246
|
1248
|
"hisHospitalRecord": hisHospitalRecord,
|
1247
|
1249
|
"info": prescriptionInfo,
|
|
1250
|
+ "eles": eles,
|
1248
|
1251
|
})
|
1249
|
1252
|
}
|
1250
|
1253
|
|