fix rules

This commit is contained in:
Masroor Ehsan 2025-01-27 19:18:15 +06:00
parent d6432ac054
commit 1b5faca946

View File

@ -57,7 +57,7 @@ public function run(): void
'name' => 'Chevron MR/CT', 'name' => 'Chevron MR/CT',
'organization_id' => $chev->id, 'organization_id' => $chev->id,
'department_id' => $chev_dep_ct_mr->id, 'department_id' => $chev_dep_ct_mr->id,
'condition' => '(study.institution_name ?? "" starts with "chevron") and not (study.modality in ["CR", "DX", "MG"])', 'condition' => '(study.institution_name ?? "" starts with "chevron") and (study.modality not in ["CR", "DX", "MG"])',
] ]
); );