@extends("backend.layouts2.master") @section("title") Rekam Medis - Sistem Klinik @endsection @push('css') @endpush @section ('content')
@if (isset($errors) && count($errors) > 0) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session()->has('messages'))
{{ session()->get('messages') }}
@endif
@if($row->pasien->filepath != null) User profile picture @else User profile picture @endif
{{$row->pasien->nama}}
@if($row->pasien->status == 1)

@else

@endif
Identitas
Umur

{{ \Carbon\Carbon::parse($row->pasien->tgl_lahir)->diff(\Carbon\Carbon::now())->format('%y') }}


Jenis Kelamin

{{$row->pasien->jenis_kelamin}}


NIK

{{$row->pasien->nik}}


Alamat

{{$row->pasien->alamat}}
Kota : {{$row->pasien->kota}}


No HP

{{$row->pasien->no_hp}}


Email

{{$row->pasien->email}}


Rekam Medis
Tindakan @if(isset($row) && $row["odontogram"]) Odontogram @endif   @canany(["farmasi-resep-create", "farmasi-resep-edit"]) @if(isset($row) && $row["resep"]) Edit Resep @else Create Resep @endif @endcan
id]) : route('dashboard.layanan.' . $module. '.store') }}" method="POST" enctype="multipart/form-data"> @if ($action === "UPDATE") @method('PUT') @endif @csrf
Keluhan (CC) : {{$row->register->keluhan }}
Riwayat Penyakit : {{$row->register->riwayat_penyakit ?? '-'}}
Jasmani : {{$row->register->jasmani ?? '-'}}
Mental : {{ $row->register->mental ?? '-' }}
@if ($errors->has('bb')) @endif
@if ($errors->has('tb')) @endif
@if ($errors->has('tensi')) @endif
@if ($errors->has('suhu')) @endif
@if ($errors->has('doctor_id')) @endif
@if ($errors->has('status')) @endif
@if ($errors->has('diagnosa_id')) @endif
@if ($errors->has('catatan')) @endif
Upload
@if ($errors->has('file')) @endif
@if(isset($row) && $row["filename"] && $row["filepath"])

{{$row["filename"]}}

@endif
@endsection @push('js') @endpush