belongsTo(DicomRoutingRule::class); } protected function casts(): array { return [ 'case_sensitive' => 'boolean', 'match_mode' => MatchMode::class, ]; } }