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