@role('Admin|superadmin') @endrole @role('Puskesmas|Pihak Wajib Pajak') @endrole @role('Admin|superadmin') @foreach ($unit_kerja as $key => $item) @endforeach @endrole @role('Puskesmas|Pihak Wajib Pajak') @foreach ($desa as $key => $item) @if($item->filterHipertensi(Session::get('year'))) @endif @endforeach @endrole
PELAYANAN KESEHATAN PENDERITA HIPERTENSI MENURUT JENIS KELAMIN, KECAMATAN, DAN PUSKESMAS
Kabupaten/Kota Kutai Timur
Tahun {{Session::get('year')}}
KecamatanPuskesmasDesaJumlah Penderita Hipertensi Berusia > 15 tahun Mendapat Pelayanan Kesehatan
Laki Laki Perempuan Laki Laki + Perempuan Laki Laki Perempuan Perempuan + Laki Laki
Jumlah % Jumlah % Jumlah %
{{$item->kecamatan}} {{$item->nama}} {{$item->hipertensi_per_desa(Session::get('year'))["jumlah_L"]}} {{$item->hipertensi_per_desa(Session::get('year'))["jumlah_P"]}} {{$item->hipertensi_per_desa(Session::get('year'))["jumlah_P"] + $item->hipertensi_per_desa(Session::get('year'))["jumlah_L"]}} {{$item->hipertensi_per_desa(Session::get('year'))["pelayanan_L"]}} {{$item->hipertensi_per_desa(Session::get('year'))["jumlah_L"] > 0?number_format($item->hipertensi_per_desa(Session::get('year'))["pelayanan_L"]/$item->hipertensi_per_desa(Session::get('year'))["jumlah_L"]*100, 2):0}}% {{$item->hipertensi_per_desa(Session::get('year'))["pelayanan_P"]}} {{$item->hipertensi_per_desa(Session::get('year'))["jumlah_P"] > 0?number_format($item->hipertensi_per_desa(Session::get('year'))["pelayanan_P"]/$item->hipertensi_per_desa(Session::get('year'))["jumlah_P"]*100, 2):0}}% {{$item->hipertensi_per_desa(Session::get('year'))["pelayanan_P"] + $item->hipertensi_per_desa(Session::get('year'))["pelayanan_L"]}} {{$item->hipertensi_per_desa(Session::get('year'))["jumlah_P"] + $item->hipertensi_per_desa(Session::get('year'))["jumlah_L"] > 0?number_format(($item->hipertensi_per_desa(Session::get('year'))["pelayanan_P"] + $item->hipertensi_per_desa(Session::get('year'))["pelayanan_L"])/($item->hipertensi_per_desa(Session::get('year'))["jumlah_P"] + $item->hipertensi_per_desa(Session::get('year'))["jumlah_L"])*100, 2):0}}%
TOTAL {{$total_L}} {{$total_P}} {{$total_L + $total_P}} {{$total_pelayanan_L}} {{$total_L > 0?number_format($total_pelayanan_L/$total_L*100, 2):0}}% {{$total_pelayanan_P}} {{$total_P > 0?number_format($total_pelayanan_P/$total_P*100, 2):0}}% {{$total_pelayanan_P + $total_pelayanan_L}} {{$total_P + $total_L > 0?number_format(($total_pelayanan_P + $total_pelayanan_L)/($total_P + $total_L)*100, 2):0}}%
{{$item->UnitKerja->kecamatan}} {{$item->nama}} {{$item->filterHipertensi(Session::get('year'))->jumlah_L}} {{$item->filterHipertensi(Session::get('year'))->jumlah_P}} {{$item->filterHipertensi(Session::get('year'))->jumlah_L + $item->filterHipertensi(Session::get('year'))->jumlah_P}} {{$item->filterHipertensi(Session::get('year'))->pelayanan_L}} {{$item->filterHipertensi(Session::get('year'))->jumlah_L > 0 ? number_format($item->filterHipertensi(Session::get('year'))->pelayanan_L / $item->filterHipertensi(Session::get('year'))->jumlah_L * 100, 2) : 0}}% {{$item->filterHipertensi(Session::get('year'))->pelayanan_P}} {{$item->filterHipertensi(Session::get('year'))->jumlah_P > 0 ? number_format($item->filterHipertensi(Session::get('year'))->pelayanan_P / $item->filterHipertensi(Session::get('year'))->jumlah_P * 100, 2) : 0}}% {{$item->filterHipertensi(Session::get('year'))->pelayanan_P + $item->filterHipertensi(Session::get('year'))->pelayanan_L}} {{$item->filterHipertensi(Session::get('year'))->jumlah_P + $item->filterHipertensi(Session::get('year'))->jumlah_L > 0 ? number_format(($item->filterHipertensi(Session::get('year'))->pelayanan_P + $item->filterHipertensi(Session::get('year'))->pelayanan_L) / ($item->filterHipertensi(Session::get('year'))->jumlah_P + $item->filterHipertensi(Session::get('year'))->jumlah_L) * 100, 2) : 0}}%
TOTAL {{$total_L}} {{$total_P}} {{$total_L + $total_P}} {{$total_pelayanan_L}} {{$total_L > 0?number_format($total_pelayanan_L/$total_L*100, 2):0}}% {{$total_pelayanan_P}} {{$total_P > 0?number_format($total_pelayanan_P/$total_P*100, 2):0}}% {{$total_pelayanan_P + $total_pelayanan_L}} {{$total_P + $total_L > 0?number_format(($total_pelayanan_P + $total_pelayanan_L)/($total_P + $total_L)*100, 2):0}}%