From 7e1e8acb9725a6a840a05b26343b637901397d37 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Sat, 1 Aug 2026 19:43:17 +0800 Subject: [PATCH] =?UTF-8?q?PACS=20=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Laravel/app/Http/Controllers/API/Third/CSharpController.php | 2 ++ 1 file changed, 2 insertions(+) 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']??'',