fix rules
This commit is contained in:
parent
d6432ac054
commit
1b5faca946
@ -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"])',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user