misc
This commit is contained in:
parent
1c2c8764c3
commit
9c998ab2fa
@ -140,8 +140,10 @@ public function getColumns(): array
|
||||
->title('Study'),
|
||||
|
||||
Column::make('study_date')->searchable(false)->title('Scan Dt'),
|
||||
Column::make('reader')->title('Read by'),
|
||||
Column::make('reported_at')->searchable(false)->title('Reported'),
|
||||
Column::make('reader')
|
||||
->searchable(false)
|
||||
->title('Read by'),
|
||||
Column::make('reported_at')->searchable(false)->title('Read At'),
|
||||
// Column::make('body_part_examined'),
|
||||
Column::make('images')
|
||||
->searchable(false)
|
||||
|
@ -217,7 +217,7 @@ public function sanitizedStudyDescription(): string
|
||||
'mr' => 'MR',
|
||||
'mri' => 'MRI',
|
||||
'hrct' => 'HRCT',
|
||||
'hub' => 'KUB',
|
||||
'kub' => 'KUB',
|
||||
'ap' => 'AP',
|
||||
'pa' => 'PA',
|
||||
'with' => 'w/',
|
||||
|
Loading…
Reference in New Issue
Block a user