This commit is contained in:
Dr Masroor Ehsan 2025-01-04 21:41:45 +06:00
parent 1c2c8764c3
commit 9c998ab2fa
2 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -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/',