Spesimen Lab Spesimen Lab Laboratorium
Data Pasien
Nomor Registrasi: {{ $labPatient->queueLab->registration_number ?? '-' }}
Nomor Rekam Medis: {{ $labPatient->patient->medical_record_number ?? '-' }}
Nama: {{ $labPatient->patient->name ?? '-' }}
Alamat: {{ $labPatient->patient->address ?? '-' }}
Tanggal Registrasi: {{ optional($labPatient->queueLab->date_time)->format('d-m-Y') ?? '-' }}
Tanggal Lahir / Umur: {{ optional($labPatient->patient->birthday)->format('d-m-Y') ?? '-' }} / {{ $labPatient->patient->age ?? '-' }}
Nomor Ponsel: {{ $labPatient->patient->phone_number ?? '-' }}
NIK: {{ $labPatient->patient->id_number ?? '-' }}
@foreach ($specimens as $specimen) @livewire('laboratory.tube.partial.input', [ 'id' => $specimen->id, ], key('row-' . $specimen->id)) @endforeach
Sampel Collection Recieve Sample Jumlah Tabung
Pratinjau  Barcode
@foreach ($specimens as $specimen) @for ($i = 0; $i < $specimen->tube; $i++)
{{ app_setting('APP_NAME') }}
{{ $labPatient->patient->name ?? '-' }}
{{ optional($labPatient->patient->birthday)->format('d/m/Y') ?? '-' }}
{{ $labPatient->patient->medical_record_number ?? '-' }}
{{ $specimen->sample ?? '-' }}
@endfor @endforeach
@push('scripts') @endpush