|
@@ -1228,8 +1228,10 @@ func (this *HisProjectApiController) GetDoctorAdvicePrint() {
|
1228
|
1228
|
advicePrint, err := service.GetDoctorAdvicePrint(patient_id, recordDateTime, idStrs, adminUserInfo.CurrentOrgId, temp_p_type)
|
1229
|
1229
|
projectlist, err := service.GetAllProjectList(adminUserInfo.CurrentOrgId, "")
|
1230
|
1230
|
his, _ := service.GetLastHisPatient(patient_id, adminUserInfo.CurrentOrgId)
|
1231
|
|
- //prescriptionInfo, _ := service.GetPrscriptionInfo(patient_id, recordDateTime)
|
1232
|
|
- hisPatient, _ := service.GetHisPatientById(patient_id)
|
|
1231
|
+ prescriptionInfo, _ := service.GetPrscriptionInfo(patient_id, recordDateTime)
|
|
1232
|
+ //advicePrint, err := service.GetPre(patient_id, recordDateTime, idStrs, adminUserInfo.CurrentOrgId, temp_p_type)
|
|
1233
|
+ hisPatient, _ := service.GetHisPatient(adminUserInfo.CurrentOrgId, recordDateTime)
|
|
1234
|
+ //hisPatient, _ := service.GetHisPatientById(patient_id)
|
1233
|
1235
|
hisHospitalRecord, _ := service.GetLastHospitalRecordTwo(patient_id, adminUserInfo.CurrentOrgId)
|
1234
|
1236
|
|
1235
|
1237
|
if err != nil {
|
|
@@ -1242,6 +1244,7 @@ func (this *HisProjectApiController) GetDoctorAdvicePrint() {
|
1242
|
1244
|
"hisPatient": hisPatient,
|
1243
|
1245
|
"his": his,
|
1244
|
1246
|
"hisHospitalRecord": hisHospitalRecord,
|
|
1247
|
+ "info": prescriptionInfo,
|
1245
|
1248
|
})
|
1246
|
1249
|
}
|
1247
|
1250
|
|