| Nomor Registrasi | : | {{ $labPatient->queueLab->registration_number ?? '-' }} |
| Nomor Rekam Medis | : | {{ $labPatient->patient->medical_record_number ?? '-' }} |
| Nama | : |
|
| 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 ?? '-' }} |
| Sampel | Collection | Recieve Sample | Jumlah Tabung |
|---|
|
{{ app_setting('APP_NAME') }}
|
|
|
{{ $labPatient->patient->name ?? '-' }} {{ optional($labPatient->patient->birthday)->format('d/m/Y') ?? '-' }} {{ $labPatient->patient->medical_record_number ?? '-' }} |
{{ $specimen->sample ?? '-' }}
|
|
|
|