diff --git a/database/seeders/OrganizationSeeder.php b/database/seeders/OrganizationSeeder.php index e160131..8d485c7 100644 --- a/database/seeders/OrganizationSeeder.php +++ b/database/seeders/OrganizationSeeder.php @@ -82,7 +82,7 @@ public function run(): void 'dicom_port' => 4242, 'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/', 'wado_path' => 'dicom-web', - 'ae_title' => 'RADFUSION', + 'ae_title' => 'BLACKFISH', 'stone_viewer_path' => 'stone-webviewer/index.html', 'ohif_viewer_path' => 'ohif/viewer', ] @@ -97,7 +97,52 @@ public function run(): void 'dicom_port' => 4242, 'rest_api_endpoint' => 'http://helsinki.mylabctg.com:8042/', 'wado_path' => 'dicom-web', - 'ae_title' => 'RADFUSION', + 'ae_title' => 'BLACKFISH', + 'stone_viewer_path' => 'stone-webviewer/index.html', + 'ohif_viewer_path' => 'ohif/viewer', + ] + ); + DicomServer::create( + [ + 'is_active' => true, + 'server_name' => 'SGP-1', + 'geo_code' => 'SG', + 'host' => 'singapore.mylabctg.com', + 'http_port' => 8042, + 'dicom_port' => 4242, + 'rest_api_endpoint' => 'http://singapore.mylabctg.com:8042/', + 'wado_path' => 'dicom-web', + 'ae_title' => 'BLACKFISH', + 'stone_viewer_path' => 'stone-webviewer/index.html', + 'ohif_viewer_path' => 'ohif/viewer', + ] + ); + DicomServer::create( + [ + 'is_active' => true, + 'server_name' => 'Texas', + 'geo_code' => 'US', + 'host' => 'texas.mylabctg.com', + 'http_port' => 8042, + 'dicom_port' => 4242, + 'rest_api_endpoint' => 'http://texas.mylabctg.com:8042/', + 'wado_path' => 'dicom-web', + 'ae_title' => 'BLACKFISH', + 'stone_viewer_path' => 'stone-webviewer/index.html', + 'ohif_viewer_path' => 'ohif/viewer', + ] + ); + DicomServer::create( + [ + 'is_active' => true, + 'server_name' => 'San Jose', + 'geo_code' => 'US', + 'host' => 'san-jose.mylabctg.com', + 'http_port' => 8042, + 'dicom_port' => 4242, + 'rest_api_endpoint' => 'http://san-jose.mylabctg.com:8042/', + 'wado_path' => 'dicom-web', + 'ae_title' => 'BLACKFISH', 'stone_viewer_path' => 'stone-webviewer/index.html', 'ohif_viewer_path' => 'ohif/viewer', ] @@ -111,7 +156,7 @@ public function run(): void 'http_port' => 8043, 'dicom_port' => 4242, 'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/', - 'ae_title' => 'RADFUSION', + 'ae_title' => 'BLACKFISH', 'wado_path' => 'dicom-web', 'stone_viewer_path' => 'stone-webviewer/index.html', 'ohif_viewer_path' => 'ohif/viewer',