pacs servers

This commit is contained in:
Dr Masroor Ehsan 2025-01-28 23:21:15 +06:00
parent 7455709731
commit 90dce16aea

View File

@ -82,7 +82,7 @@ public function run(): void
'dicom_port' => 4242, 'dicom_port' => 4242,
'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/', 'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/',
'wado_path' => 'dicom-web', 'wado_path' => 'dicom-web',
'ae_title' => 'RADFUSION', 'ae_title' => 'BLACKFISH',
'stone_viewer_path' => 'stone-webviewer/index.html', 'stone_viewer_path' => 'stone-webviewer/index.html',
'ohif_viewer_path' => 'ohif/viewer', 'ohif_viewer_path' => 'ohif/viewer',
] ]
@ -97,7 +97,52 @@ public function run(): void
'dicom_port' => 4242, 'dicom_port' => 4242,
'rest_api_endpoint' => 'http://helsinki.mylabctg.com:8042/', 'rest_api_endpoint' => 'http://helsinki.mylabctg.com:8042/',
'wado_path' => 'dicom-web', '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', 'stone_viewer_path' => 'stone-webviewer/index.html',
'ohif_viewer_path' => 'ohif/viewer', 'ohif_viewer_path' => 'ohif/viewer',
] ]
@ -111,7 +156,7 @@ public function run(): void
'http_port' => 8043, 'http_port' => 8043,
'dicom_port' => 4242, 'dicom_port' => 4242,
'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/', 'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/',
'ae_title' => 'RADFUSION', 'ae_title' => 'BLACKFISH',
'wado_path' => 'dicom-web', 'wado_path' => 'dicom-web',
'stone_viewer_path' => 'stone-webviewer/index.html', 'stone_viewer_path' => 'stone-webviewer/index.html',
'ohif_viewer_path' => 'ohif/viewer', 'ohif_viewer_path' => 'ohif/viewer',