@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->foto_filepath != null) User profile picture @else User profile picture @endif
{{$row->pasien->nama}}
@if($row->pasien->status == 1)

@else

@endif
  Rekam Medis
@canany(["layanan_fisio-layanan-create", "layanan_fisio-layanan-edit"]) @if(isset($row) && $row["layanan_fisio"]) Edit Layanan @else Create Layanan @endif @endcan Print
id]) : route('dashboard.layanan.' . $module. '.store') }}" method="POST" enctype="multipart/form-data"> @if ($action === "UPDATE") @method('PUT') @endif @csrf
@if ($errors->has('status')) @endif
@if ($errors->has('keluhan_utama')) @endif
@if ($errors->has('penyakit_penyerta')) @endif
@if ($errors->has('diagnosa_id')) @endif

@if ($errors->has('bb')) @endif
@if ($errors->has('tb')) @endif
@if ($errors->has('tensi')) @endif
@if ($errors->has('suhu')) @endif
@if ($errors->has('nadi')) @endif
@if ($errors->has('respirasi')) @endif

@if ($errors->has('nyeri_tekan')) @endif
@if ($errors->has('nyeri_gerak')) @endif
@if ($errors->has('nyeri_diam')) @endif
@if ($errors->has('palpasi')) @endif
@if ($errors->has('luas_gerak_sendi')) @endif
@if ($errors->has('kekuatan_otot')) @endif
@if ($errors->has('antropometri')) @endif

@if ($errors->has('statis')) @endif
@if ($errors->has('dinamis')) @endif
@if ($errors->has('kognitif')) @endif
@if ($errors->has('aukultasi')) @endif

@if ($errors->has('pemeriksaan_khusus')) @endif
@if ($errors->has('pemeriksaan_penunjang')) @endif

@if ($errors->has('impairment')) @endif
@if ($errors->has('disability')) @endif
@if ($errors->has('fungsional_limitation')) @endif

@if ($errors->has('jangka_pendek')) @endif
@if ($errors->has('jangka_panjang')) @endif

@foreach($tindakan as $val)
@if($row['tindakan_fisioterapis'] != null) id, json_decode($row['tindakan_fisioterapis'])) ? "checked" : '') ) }} id="flexCheckDefault"> @else @endif
@endforeach @if ($errors->has('tindakan_fisioterapis')) @endif
@if ($errors->has('edukasi')) @endif
Prognosis
@if ($errors->has('quo_ad_vitam')) @endif
@if ($errors->has('quo_ad_sanam')) @endif
@if ($errors->has('quo_ad_qosmeticam')) @endif
@if ($errors->has('quo_ad_fungsionam')) @endif
@if ($errors->has('evaluasi')) @endif
Upload
@if ($errors->has('file')) @endif
@if(isset($row) && $row["filename"] && $row["filepath"])

{{$row["filename"]}}

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