|
@@ -1326,6 +1326,7 @@ func (this *HisProjectApiController) GetDoctorAdvicePrint() {
|
1326
|
1326
|
temp_p_type = 2
|
1327
|
1327
|
}
|
1328
|
1328
|
|
|
1329
|
+ sch, _ := service.GetScheduleByDate(adminUserInfo.CurrentOrgId, recordDateTime, patient_id)
|
1329
|
1330
|
advicePrint, err := service.GetDoctorAdvicePrint(patient_id, recordDateTime, idStrs, adminUserInfo.CurrentOrgId, temp_p_type)
|
1330
|
1331
|
projectlist, err := service.GetAllProjectList(adminUserInfo.CurrentOrgId, "")
|
1331
|
1332
|
his, _ := service.GetLastHisPatient(patient_id, adminUserInfo.CurrentOrgId)
|
|
@@ -1361,6 +1362,7 @@ func (this *HisProjectApiController) GetDoctorAdvicePrint() {
|
1361
|
1362
|
"eles": eles,
|
1362
|
1363
|
"psn_info": psn_info,
|
1363
|
1364
|
"roles": roles,
|
|
1365
|
+ "sch": sch,
|
1364
|
1366
|
})
|
1365
|
1367
|
}
|
1366
|
1368
|
|