Retur Registrasi Pasien Retur Registrasi Pasien Laboratorium
Data Pasien
Nomor Registrasi: {{ $this->nomorRegistrasi }}
Nomor Rekam Medis: {{ $this->patient->medical_record_number }}
Nama: {{ $this->patient->name }}
Jenis Kelamin: {{ $this->patient->gender }}
Tanggal Lahir / Umur: {{ optional($this->patient->birthday)->format('d-m-Y') }} / {{ $this->patient->age }}
Nomor Ponsel: {{ $this->patient->phone_number }}
NIK: {{ $this->patient->id_number }}
Alamat: {{ $this->patient->address }}
Registrasi laboratorium pasien.
@foreach (app_const('REGISTRATION_METHODS') as $registration) @endforeach
@forelse ($this->dataTes as $index => $tes) @empty @endforelse
Tes Tarif Potongan (%) Subtotal
@foreach ($testPrices as $test) @endforeach
Pilih pasien dan perusahaan terlebih dahulu, kemudian tambah tes yang diinginkan.
Total
Informasi Registrasi
@foreach ($doctors as $doctor) @endforeach
@foreach (app_const('PAYMENT_METHODS') as $payment) @endforeach
Hasil Diserahkan Ke
@foreach (app_const('LAB_TAKERS') as $taker) @endforeach
Prioritas
@foreach (app_const('LAB_PRIORITIES') as $priority) @endforeach
Pembayaran
@foreach ($discounts as $discount) @endforeach
@push('styles') @endpush @push('scripts') @endpush