@section('optional_css') @endsection @section('optional_js') @endsection

{{ __('Hasil Checkup') }}

@if(session('success')) {{ session('success') }} @endif @if(session('delete')) {{ session('delete') }} @endif Pemeriksaan
{{ __('barcode') }}
barcode
{{ __('kode') }}
{{ $checkup->kode??'-' }}
{{ __('Nama Lengkap') }}
{{ $checkup->nama_lengkap??'-' }}
{{ __('tanggal lahir') }}
{{ $checkup->tanggal_lahir->format('Y-m-d')??'-' }}
{{ __('jenis layanan') }}
{{ $checkup->jenis_layanan??'-' }}
{{ __('Status Pengambilan Sample') }}
{{ $checkup->status_pengambilan_sample_text() }}
{{ __('Waktu Pengambilan Sample') }}
{{ $checkup->waktu_pengambilan_sample??'-' }}
{{ __('Waktu Hasil Pengujian') }}
{{ $checkup->waktu_hasil_pengujian??'-' }}
{{ __('Hasil') }}
@php $bgtext = ""; if($checkup->hasil == 1){ $bgtext = "text-success"; } if($checkup->hasil == 2){ $bgtext = "text-danger"; } if($checkup->hasil == 3){ $bgtext = "text-warning"; } @endphp
{{ $checkup->hasil_text() }}
{{ __('Keterangan') }}
{{ $checkup->keterangan??'-' }}
@if(in_array($checkup->hasil, [1,2]))
{{ __('Print Hasil') }}
{{ __('Kirim Ulang Hasil') }}
@endif
{{ __('Print Barcode') }}
{{ __('Info Pasien') }} {{ __('Edit') }}

Identitas

@if(!empty($checkup->patient->foto_pasien)) @else @endif
{{ __('Foto Pasien') }}
@if(!empty($checkup->patient->foto_identitas)) @else @endif
{{ __('Foto Identitas') }}
{{ __('Jenis Identitas') }}
{{ $checkup->patient->jenis_identitas??'-' }}
{{ __('Nomor Identitas') }}
{{ $checkup->patient->nomor_identitas??'-' }}
{{ __('Nama Lengkap') }}
{{ $checkup->patient->nama_lengkap??'-' }}

Info Pasien

{{ __('Nomor Telepon') }}
{{ $checkup->patient->nomor_telepon??'-' }}
{{ __('Email') }}
{{ $checkup->patient->email??'-' }}
{{ __('Agama') }}
{{ $checkup->patient->agama??'-' }}
{{ __('Jenis Kelamin') }}
{{ $checkup->patient->jenis_kelamin??'-' }}
{{ __('Tanggal Lahir') }}
{{ $checkup->patient->tanggal_lahir->format('Y-m-d')??'-' }}
{{ __('Tempat Lahir') }}
{{ $checkup->patient->tempat_lahir??'-' }}
{{ __('Keterangan') }}
{{ $checkup->patient->keterangan??'-' }}

Alamat

{{ __('Negara Asal') }}
{{ $checkup->patient->negara_asal??'-' }}
{{ __('Alamat') }}
{{ $checkup->patient->alamat??'-' }}
{{ __('Kelurahan') }}
{{ $checkup->patient->kelurahan??'-' }}
{{ __('Kecamatan') }}
{{ $checkup->patient->kecamatan??'-' }}
{{ __('Kota') }}
{{ $checkup->patient->kota??'-' }}
{{ __('RT') }}
{{ $checkup->patient->rt??'-' }}
{{ __('RW') }}
{{ $checkup->patient->rw??'-' }}