CITOLÓGIAI ÉRTÉKELŐLAP

Beérkezés dátuma {{ $model->arrival_date ?? '-' }}
Egyéb azonosító {{ $model->other_id ?? '-' }}
Beküldő állatorvos {{ $model->colleague_name ?? $model->office()->name ?? '-' }}
Tulajdonos neve {{ $model->owner_name ?? '-' }}

Állat adatai

Faj {{ $model->species()->name ?? '' }}
Fajta {{ $model->breed()->name ?? '' }}
Kor {{ $model->age ?? '' }}
Ivar {{ $model->sex()->name ?? '' }}

Klinikum

Helyeződés @foreach ($model->anatomies()->get() as $organ) {{$organ->name}}@if (!$loop->last), @endif @endforeach

Citológiai lelet

@include("RegistrationBooks.pdf.split", ['title' => 'Giemsa festés', 'value' => $model->more_romanowsky ?? '', 'first' => true, 'last' => true, 'file' => \App\Models\File::TYPE_CYTOLOGICAL]) @include("RegistrationBooks.pdf.split", ['title' => 'Hematoxilin-eosin festés', 'value' => $model->more_haematoxilin ?? '', 'last' => true])
@include("RegistrationBooks.pdf.split", ['title' => 'Diagnózis', 'value' => $model->diagnosis ?? '', 'first' => true, 'last' => true, 'bold' => true]) @include("RegistrationBooks.pdf.split", ['title' => 'Megjegyzés', 'value' => $model->comment ?? ''])
Leletközlés dátuma {{ $model->report_date ?? '' }}
Hivatkozási szám {{ $model->reg_number ?? '' }}
Leletező állatorvos @if ($model->pathologist() && $model->pathologist()->getFile()) @endif
{{ $model->pathologist()->name ?? '' }}
{{ $model->pathologist()->title ?? '' }}
@foreach ($model->getFiles(\App\Models\File::TYPE_ADDITIONAL, true, false) as $image) @if ($loop->first)
@endif
@endforeach