CITOLÓGIAI VIZSGÁLATKÉRŐ
@include('Inquiries.pdf.canvas')
ASPIRÁCIÓS MINTA/LENYOMATI KÉSZÍTMÉNY/KAPARÉK
@if (isset($data['aspiration_sample'])) @foreach($data['aspiration_sample'] as $key => $value) @if ($value == 'Nyirokcsomó' && isset($data['lymph_node']))  ({{ $data['lymph_node'] }}) @endif @if ($value == 'Egyéb' && isset($data['aspiration_other']))  ({{ $data['aspiration_other'] }}) @endif {{ $value }}@if (!$loop->last),@endif @endforeach @endif
TESTŰRI FOLYADÉK
@if (isset($data['body_fluid'])) @foreach($data['body_fluid'] as $key => $value) @if ($value == 'Egyéb' && isset($data['body_fluid_other']))  ({{ $data['body_fluid_other'] }}) @endif {{ $value }}@if (!$loop->last),@endif @endforeach @endif
@if(!isset($data['version'])) @php $data['records'] = [$data]; @endphp @endif @foreach($data['records'] as $data)
MINTA/ELVÁLTOZÁS LEÍRÁSA
Elváltozás tapintata: @if (isset($data['changes_tact'])) @foreach($data['changes_tact'] as $key => $value) {{ $value }}@if (!$loop->last),@endif @endforeach @endif
Környéki nyirokcsomók: @if (isset($data['nearby_lymph_nodes'])) @foreach($data['nearby_lymph_nodes'] as $key => $value) {{ $value }}@if (!$loop->last),@endif @endforeach @endif
Egyéb jellemzők: @if (isset($data['other_features'])) @foreach($data['other_features'] as $key => $value) {{ $value }}@if (!$loop->last),@endif @endforeach @endif
Elváltozás mérete: {{ $data['lesion_size_width']??'' }} x {{ $data['lesion_size_height']??'' }} cm
Mióta észlelik? {{ $data['how_long']??'' }}
Kórelőzmény {{ $data['medical_history']??'' }}
@endforeach
Kép feltöltve {{ ($model->file1 || $model->file2 || $model->file3)?'igen':'nem' }}