seed
This commit is contained in:
parent
ddb9edf013
commit
51095f716f
@ -64,6 +64,8 @@ public function run(): void
|
|||||||
'port' => 8042,
|
'port' => 8042,
|
||||||
'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/',
|
'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/',
|
||||||
'ae_title' => 'RADFUSION',
|
'ae_title' => 'RADFUSION',
|
||||||
|
'stone_viewer_path' => 'stone-webviewer/index.html',
|
||||||
|
'ohif_viewer_path' => 'ohif/viewer',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
OrthancHost::create(
|
OrthancHost::create(
|
||||||
@ -74,6 +76,8 @@ public function run(): void
|
|||||||
'port' => 8043,
|
'port' => 8043,
|
||||||
'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/',
|
'rest_api_endpoint' => 'http://pacs.mylabctg.com:8042/',
|
||||||
'ae_title' => 'RADFUSION',
|
'ae_title' => 'RADFUSION',
|
||||||
|
'stone_viewer_path' => 'stone-webviewer/index.html',
|
||||||
|
'ohif_viewer_path' => 'ohif/viewer',
|
||||||
'institute_id' => $chev->id,
|
'institute_id' => $chev->id,
|
||||||
'facility_id' => $chev_xr->id,
|
'facility_id' => $chev_xr->id,
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user