This commit is contained in:
Dr Masroor Ehsan 2025-01-10 14:53:35 +06:00
parent 5409947521
commit f5c59bbea2

View File

@ -25,20 +25,25 @@ public function run(): void
'name' => 'CMCH',
'is_active' => true,
]);
Institute::create([
$dummy = Institute::create([
'name' => 'Dummy Site',
'is_active' => false,
]);
$chev_xr = Facility::create(
[
'server_name' => 'Orthanc Main',
'host' => 'pacs.mylabctg.com',
'port' => 8042,
'ae_title' => 'RADFUSION',
'is_active' => true,
'name' => 'Chevron XR',
'institute_id' => $chev->id,
]
);
$cmch_mr = Facility::create(
[
'is_active' => false,
'name' => 'CMCH MR',
'institute_id' => $cmch->id,
]
);
DB::table('institute_names')->insert([
'name' => 'CHEVRON CLINICAL LABORATORY , PANCHLAISH,CTG',