diff --git a/Laravel/app/Http/Controllers/API/Third/CSharpController.php b/Laravel/app/Http/Controllers/API/Third/CSharpController.php index 5fd010f..f985b0c 100644 --- a/Laravel/app/Http/Controllers/API/Third/CSharpController.php +++ b/Laravel/app/Http/Controllers/API/Third/CSharpController.php @@ -137,6 +137,7 @@ public function PacsSaveApplyInfoTest(Request $request) 'appoint_date' => $entrust->reservation_date . ' ' . substr($reservation_time, 0, 5), 'register_date' => $entrust->reservation_date . ' ' . substr($reservation_end_time, 0, 5), 'bodypartexamined' => $hisiteminfo['examPosiSmallName'] ?? '', + 'medical_history' => $hisInfo['medicalHistory'], 'dept_name' => $deptName, 'studyclass1' => $hisInfo['requestTypeAlias'] ?? '', 'studyclass1his' => $hisiteminfo['execDeptName'] ?? '', @@ -272,6 +273,7 @@ public function SaveApply($orderNo) 'appoint_date' => $entrust->reservation_date . ' ' . substr($reservation_time, 0, 5), 'register_date' => $entrust->reservation_date . ' ' . substr($reservation_end_time, 0, 5), 'bodypartexamined' => $hisiteminfo['examPosiSmallName']??'', + 'medical_history' => $hisInfo['medicalHistory'], 'dept_name' => $deptName, 'studyclass1' => $hisInfo['requestTypeAlias']??'', 'studyclass1his' => $hisiteminfo['execDeptName']??'',