This commit is contained in:
Dr Masroor Ehsan 2025-01-10 15:22:51 +06:00
parent ddb9edf013
commit 51095f716f

View File

@ -64,6 +64,8 @@ public function run(): void
'port' => 8042,
'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/',
'ae_title' => 'RADFUSION',
'stone_viewer_path' => 'stone-webviewer/index.html',
'ohif_viewer_path' => 'ohif/viewer',
]
);
OrthancHost::create(
@ -74,6 +76,8 @@ public function run(): void
'port' => 8043,
'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/',
'ae_title' => 'RADFUSION',
'stone_viewer_path' => 'stone-webviewer/index.html',
'ohif_viewer_path' => 'ohif/viewer',
'institute_id' => $chev->id,
'facility_id' => $chev_xr->id,
]