@extends('layouts.app') @section('content')
DataTables has most features enabled by
default, so all you need to do to use it with your own tables is to call
the construction function: $().DataTable();
.
No | Indikator | L | P | L+P | Satuan | @role('superadmin')Lock Data | @endrole
---|---|---|---|---|---|---|
1 | Luas Wilayah | {{$unit_kerja->totalWilayah()}} | Km2 | @role('superadmin')check_lock('App\Models\UnitKerja') == 2 ? "checked":""}} class="data-lock" id="App\Models\UnitKerja" year={{Session::get('year')}} upload_lock="DetailWilayah" > | @endrole||
2 | Jumlah Desa/Kelurahan | {{$unit_kerja->totalKelurahan() + $desa}} | Desa/Kelurahan | @role('superadmin')check_lock('App\Models\UnitKerja') == 2 ? "checked":""}} class="data-lock" id="App\Models\UnitKerja" year={{Session::get('year')}} upload_lock="DetailWilayah" > | @endrole||
3 | Jumlah Penduduk | {{$unit_kerja->totalJumlahPenduduk()}} | Jiwa | @role('superadmin')check_lock('App\Models\UnitKerja') == 2 ? "checked":""}} class="data-lock" id="App\Models\UnitKerja" year={{Session::get('year')}} upload_lock="DetailWilayah" > | @endrole||
4 | Rata-rata jiwa/rumah tangga | {{$unit_kerja->totalJumlahRumahTangga() > 0?$unit_kerja->totalJumlahPenduduk() / $unit_kerja->totalJumlahRumahTangga():0}} | Jiwa | @role('superadmin')check_lock('App\Models\UnitKerja') == 2 ? "checked":""}} class="data-lock" id="App\Models\UnitKerja" year={{Session::get('year')}} upload_lock="DetailWilayah" > | @endrole||
5 | Kepadatan Penduduk | {{$unit_kerja->totalWilayah() > 0?$unit_kerja->totalJumlahPenduduk() / $unit_kerja->totalWilayah():0}} | Jiwa/Km2 | @role('superadmin')check_lock('App\Models\UnitKerja') == 2 ? "checked":""}} class="data-lock" id="App\Models\UnitKerja" year={{Session::get('year')}} upload_lock="DetailWilayah" > | @endrole||
6 | Rasio Beban Tanggungan | {{ $KelompokUmur->where('batas_bawah', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 20)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 25)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 30)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 35)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 40)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 45)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 50)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 55)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 60)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 15)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 20)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 25)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 30)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 35)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 40)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 45)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 50)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 55)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 60)->sum('perempuan') > 0? ( $KelompokUmur->where('batas_bawah', 0)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 5)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 10)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 65)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 70)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 75)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 0)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 5)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 10)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 65)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 70)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 75)->sum('perempuan')) / ( $KelompokUmur->where('batas_bawah', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 20)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 25)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 30)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 35)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 40)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 45)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 50)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 55)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 60)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', 15)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 20)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 25)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 30)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 35)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 40)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 45)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 50)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 55)->sum('perempuan') + $KelompokUmur->where('batas_bawah', 60)->sum('perempuan') ) * 100:0 }} | Per 100 Penduduk Aktif | @role('superadmin')check_lock('App\Models\KelompokUmur') == 2 ? "checked":""}} class="data-lock" id="App\Models\KelompokUmur" year={{Session::get('year')}} upload_lock="KelompokUmur" > | @endrole||
7 | Rasio Jenis Kelamin | {{$KelompokUmurPerempuan>0? ($KelompokUmurLakiLaki) / ($KelompokUmurPerempuan ) * 100:0 }} | @role('superadmin') | check_lock('App\Models\KelompokUmur') == 2 ? "checked":""}} class="data-lock" id="App\Models\KelompokUmur" year={{Session::get('year')}} upload_lock="KelompokUmur" > | @endrole||
7 | PENDUDUK BERUMUR 15 TAHUN KE ATAS YANG MELEK HURUF | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')? ($MelekHuruf->where('variabel', 'PENDUDUK BERUMUR 15 TAHUN KE ATAS YANG MELEK HURUF')->first()->laki_laki) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'PENDUDUK BERUMUR 15 TAHUN KE ATAS YANG MELEK HURUF')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')? ( $MelekHuruf->where('variabel', 'PENDUDUK BERUMUR 15 TAHUN KE ATAS YANG MELEK HURUF')->first()->perempuan + $MelekHuruf->where('variabel', 'PENDUDUK BERUMUR 15 TAHUN KE ATAS YANG MELEK HURUF')->first()->laki_laki ) / ( $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') ) * 100:0 }} | % | @role('superadmin')check_lock('App\Models\MelekHuruf') == 2 ? "checked":""}} class="data-lock" id="App\Models\MelekHuruf" year={{Session::get('year')}} upload_lock="MelekHuruf" > | @endrole
8 | PENDUDUK BERUMUR 15 TAHUN KE ATAS YANG MEMILIKI IJAZAH TERTINGGI | @role('superadmin') | check_lock('App\Models\MelekHuruf') == 2 ? "checked":""}} class="data-lock" id="App\Models\MelekHuruf" year={{Session::get('year')}} upload_lock="MelekHuruf" > | @endrole|||
A. SMP/MTs | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')? ($MelekHuruf->where('variabel', 'c. SMP/ MTs')->first()->laki_laki) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'c. SMP/ MTs')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'c. SMP/ MTs')->first()->laki_laki + $MelekHuruf->where('variabel', 'c. SMP/ MTs')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | % | @role('superadmin')check_lock('App\Models\MelekHuruf') == 2 ? "checked":""}} class="data-lock" id="App\Models\MelekHuruf" year={{Session::get('year')}} upload_lock="MelekHuruf" > | @endrole|
B. SMA/MA | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')? ($MelekHuruf->where('variabel', 'd. SMA/ MA')->first()->laki_laki) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'd. SMA/ MA')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'd. SMA/ MA')->first()->laki_laki + $MelekHuruf->where('variabel', 'd. SMA/ MA')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | % | @role('superadmin')check_lock('App\Models\MelekHuruf') == 2 ? "checked":""}} class="data-lock" id="App\Models\MelekHuruf" year={{Session::get('year')}} upload_lock="MelekHuruf" > | @endrole|
C. SEKOLAH MENENGAH KEJURUAN | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')? ($MelekHuruf->where('variabel', 'e. SEKOLAH MENENGAH KEJURUAN')->first()->laki_laki) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'e. SEKOLAH MENENGAH KEJURUAN')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'e. SEKOLAH MENENGAH KEJURUAN')->first()->laki_laki + $MelekHuruf->where('variabel', 'e. SEKOLAH MENENGAH KEJURUAN')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | % | @role('superadmin')check_lock('App\Models\MelekHuruf') == 2 ? "checked":""}} class="data-lock" id="App\Models\MelekHuruf" year={{Session::get('year')}} upload_lock="MelekHuruf" > | @endrole|
D. Diplomas I/Diploma II | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')? ($MelekHuruf->where('variabel', 'f. DIPLOMA I/DIPLOMA II')->first()->laki_laki) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'f. DIPLOMA I/DIPLOMA II')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'f. DIPLOMA I/DIPLOMA II')->first()->laki_laki + $MelekHuruf->where('variabel', 'f. DIPLOMA I/DIPLOMA II')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | % | @role('superadmin')check_lock('App\Models\MelekHuruf') == 2 ? "checked":""}} class="data-lock" id="App\Models\MelekHuruf" year={{Session::get('year')}} upload_lock="MelekHuruf"> | @endrole|
E. Akademi/Diploma III | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')? ($MelekHuruf->where('variabel', 'g. AKADEMI/DIPLOMA III')->first()->laki_laki) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'g. AKADEMI/DIPLOMA III')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'g. AKADEMI/DIPLOMA III')->first()->laki_laki + $MelekHuruf->where('variabel', 'g. AKADEMI/DIPLOMA III')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | % | @role('superadmin')check_lock('App\Models\MelekHuruf') == 2 ? "checked":""}} class="data-lock" id="App\Models\MelekHuruf" year={{Session::get('year')}} upload_lock="MelekHuruf"> | @endrole|
E. S1/Diploma IV | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')? ($MelekHuruf->where('variabel', 'h. S1/DIPLOMA IV')->first()->laki_laki) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'h. S1/DIPLOMA IV')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'h. S1/DIPLOMA IV')->first()->laki_laki + $MelekHuruf->where('variabel', 'h. S1/DIPLOMA IV')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | % | @role('superadmin')check_lock('App\Models\MelekHuruf') == 2 ? "checked":""}} class="data-lock" id="App\Models\MelekHuruf" year={{Session::get('year')}} upload_lock="MelekHuruf"> | @endrole|
E. S2/S3 (Master/Doktor) | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')? ($MelekHuruf->where('variabel', 'i. S2/S3 (MASTER/DOKTOR)')->first()->laki_laki) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'i. S2/S3 (MASTER/DOKTOR)')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | {{$KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')? ($MelekHuruf->where('variabel', 'i. S2/S3 (MASTER/DOKTOR)')->first()->laki_laki + $MelekHuruf->where('variabel', 'i. S2/S3 (MASTER/DOKTOR)')->first()->perempuan) / ($KelompokUmur->where('batas_bawah', '>=', 15)->sum('laki_laki') + $KelompokUmur->where('batas_bawah', '>=', 15)->sum('perempuan')) * 100:0 }} | % | @role('superadmin')check_lock('App\Models\MelekHuruf') == 2 ? "checked":""}} class="data-lock" id="App\Models\MelekHuruf" year={{Session::get('year')}} upload_lock="MelekHuruf"> | @endrole|
9 | Jumlah Rumah Sakit Umum | {{$FasilitasKesehatan->where('fasilitas_kesehatan', 'RUMAH SAKIT UMUM')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns })}} | RS | @role('superadmin')check_lock('App\Models\FasilitasKesehatan') == 2 ? "checked":""}} class="data-lock" id="App\Models\FasilitasKesehatan" year={{Session::get('year')}} upload_lock="FasilitasKesehatan"> | @endrole||
10. | Jumlah Rumah Sakit Khusus | {{$FasilitasKesehatan->where('fasilitas_kesehatan', 'RUMAH SAKIT KHUSUS')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns })}} | RS | @role('superadmin')check_lock('App\Models\FasilitasKesehatan') == 2 ? "checked":""}} class="data-lock" id="App\Models\FasilitasKesehatan" year={{Session::get('year')}} upload_lock="FasilitasKesehatan" > | @endrole||
11. | Jumlah Puskesmas Rawat Inap | {{$FasilitasKesehatan->where('fasilitas_kesehatan', 'PUSKESMAS RAWAT INAP')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns })}} | Puskesmas | @role('superadmin')check_lock('App\Models\FasilitasKesehatan') == 2 ? "checked":""}} class="data-lock" id="App\Models\FasilitasKesehatan" year={{Session::get('year')}} upload_lock="FasilitasKesehatan"> | @endrole||
13. | Jumlah Puskesmas Non Rawat Inap | {{$FasilitasKesehatan->where('fasilitas_kesehatan', 'PUSKESMAS NON RAWAT INAP')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns })}} | Puskesmas | @role('superadmin')check_lock('App\Models\FasilitasKesehatan') == 2 ? "checked":""}} class="data-lock" id="App\Models\FasilitasKesehatan" year={{Session::get('year')}} upload_lock="FasilitasKesehatan"> | @endrole||
14. | Jumlah Puskesmas Keliling | {{$FasilitasKesehatan->where('fasilitas_kesehatan', 'PUSKESMAS KELILING')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns })}} | Puskesmas Keliling | @role('superadmin')check_lock('App\Models\FasilitasKesehatan') == 2 ? "checked":""}} class="data-lock" id="App\Models\FasilitasKesehatan" year={{Session::get('year')}} upload_lock="FasilitasKesehatan" > | @endrole||
15. | Jumlah Puskesmas Pembantu | {{$FasilitasKesehatan->where('fasilitas_kesehatan', 'PUSKESMAS PEMBANTU')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns })}} | Pustu | @role('superadmin')check_lock('App\Models\FasilitasKesehatan') == 2 ? "checked":""}} class="data-lock" id="App\Models\FasilitasKesehatan" year={{Session::get('year')}} upload_lock="FasilitasKesehatan"> | @endrole||
16. | Jumlah Apotek | {{$FasilitasKesehatan->where('fasilitas_kesehatan', 'APOTEK')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns })}} | Apotek | @role('superadmin')check_lock('App\Models\FasilitasKesehatan') == 2 ? "checked":""}} class="data-lock" id="App\Models\FasilitasKesehatan" year={{Session::get('year')}} upload_lock="FasilitasKesehatan"> | @endrole||
17. | Jumlah Klinik Pratama | {{$FasilitasKesehatan->where('fasilitas_kesehatan', 'KLINIK PRATAMA')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns })}} | Klinik Pratama | @role('superadmin')check_lock('App\Models\FasilitasKesehatan') == 2 ? "checked":""}} class="data-lock" id="App\Models\FasilitasKesehatan" year={{Session::get('year')}} upload_lock="FasilitasKesehatan"> | @endrole||
18. | Jumlah Klinik Utama | {{$FasilitasKesehatan->where('fasilitas_kesehatan', 'KLINIK UTAMA')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns })}} | Klinik Utama | @role('superadmin')check_lock('App\Models\FasilitasKesehatan') == 2 ? "checked":""}} class="data-lock" id="App\Models\FasilitasKesehatan" year={{Session::get('year')}} upload_lock="FasilitasKesehatan" > | @endrole||
19. | RS Dengan Kemampuan Pelayanan Gadar Level 1 | {{$FasilitasKesehatan->where('fasilitas_kesehatan', 'RUMAH SAKIT UMUM')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns }) + $FasilitasKesehatan->where('fasilitas_kesehatan', 'RUMAH SAKIT KHUSUS')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns }) > 0?($FasilitasKesehatan->where('fasilitas_kesehatan', 'RUMAH SAKIT UMUM')->sum(function ($item) { return $item->gawat_darurat_1; // Add the specific columns }) + $FasilitasKesehatan->where('fasilitas_kesehatan', 'RUMAH SAKIT KHUSUS')->sum(function ($item) { return $item->gawat_darurat_1; // Add the specific columns })) / ( $FasilitasKesehatan->where('fasilitas_kesehatan', 'RUMAH SAKIT UMUM')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns }) + $FasilitasKesehatan->where('fasilitas_kesehatan', 'RUMAH SAKIT KHUSUS')->sum(function ($item) { return $item->kemenkes + $item->pemprov + $item->pemkot + $item->tni_polri + $item->bumn + $item->swasta + $item->ormas; // Add the specific columns }) ) * 100:0}} | % | @role('superadmin')check_lock('App\Models\FasilitasKesehatan') == 2 ? "checked":""}} class="data-lock" id="App\Models\FasilitasKesehatan" year={{Session::get('year')}} upload_lock="FasilitasKesehatan"> | @endrole||
20. | Angka kematian kasar/Gross Death Rate (GDR) di RS | {{$AngkaKematian->sum('pasien_keluar_hidup_mati_L') > 0?($AngkaKematian->sum('pasien_keluar_mati_L')) / ($AngkaKematian->sum('pasien_keluar_hidup_mati_L')) * 100:0}} | {{$AngkaKematian->sum('pasien_keluar_hidup_mati_P') > 0?($AngkaKematian->sum('pasien_keluar_mati_P')) / ($AngkaKematian->sum('pasien_keluar_hidup_mati_P')) * 100:0}} | {{$AngkaKematian->sum('pasien_keluar_hidup_mati_L') + $AngkaKematian->sum('pasien_keluar_hidup_mati_P') > 0?($AngkaKematian->sum('pasien_keluar_mati_L') + $AngkaKematian->sum('pasien_keluar_mati_P')) / ($AngkaKematian->sum('pasien_keluar_hidup_mati_L') + $AngkaKematian->sum('pasien_keluar_hidup_mati_P')) * 100:0}} | % | @role('superadmin')check_lock('App\Models\AngkaKematian') == 2 ? "checked":""}} class="data-lock" id="App\Models\AngkaKematian" year={{Session::get('year')}} upload_lock="AngkaKematian" > | @endrole
21. | Angka kematian murni/Nett Death Rate (NDR) di RS | {{$AngkaKematian->sum('pasien_keluar_hidup_mati_L') > 0?($AngkaKematian->sum('pasien_keluar_mati_48_L')) / ($AngkaKematian->sum('pasien_keluar_hidup_mati_L')) * 100:0}} | {{$AngkaKematian->sum('pasien_keluar_hidup_mati_P') > 0?($AngkaKematian->sum('pasien_keluar_mati_48_P')) / ($AngkaKematian->sum('pasien_keluar_hidup_mati_P')) * 100:0}} | {{$AngkaKematian->sum('pasien_keluar_hidup_mati_L') + $AngkaKematian->sum('pasien_keluar_hidup_mati_48_P') > 0?($AngkaKematian->sum('pasien_keluar_mati_48_L') + $AngkaKematian->sum('pasien_keluar_mati_P')) / ($AngkaKematian->sum('pasien_keluar_hidup_mati_L') + $AngkaKematian->sum('pasien_keluar_hidup_mati_P')) * 100:0}} | % | @role('superadmin')check_lock('App\Models\AngkaKematian') == 2 ? "checked":""}} class="data-lock" id="App\Models\AngkaKematian" year={{Session::get('year')}} upload_lock="AngkaKematian"> | @endrole
22. | Bed Occupation Rate (BOR) di RS | {{$AngkaKematian->sum('jumlah_tempat_tidur') > 0?($AngkaKematian->sum('jumlah_hari_perawatan')) / ($AngkaKematian->sum('jumlah_tempat_tidur') * 365) * 100:0}} | % | @role('superadmin')check_lock('App\Models\AngkaKematian') == 2 ? "checked":""}} class="data-lock" id="App\Models\AngkaKematian" year={{Session::get('year')}} upload_lock="AngkaKematian" > | @endrole||
23. | Bed Turn Over (BTO) di RS | {{$AngkaKematian->sum('jumlah_tempat_tidur') > 0?($AngkaKematian->sum('pasien_keluar_hidup_mati_L') + $AngkaKematian->sum('pasien_keluar_hidup_mati_P')) / ($AngkaKematian->sum('jumlah_tempat_tidur')) * 100:0}} | Kali | @role('superadmin')check_lock('App\Models\AngkaKematian') == 2 ? "checked":""}} class="data-lock" id="App\Models\AngkaKematian" year={{Session::get('year')}} upload_lock="AngkaKematian"> | @endrole||
24. | Turn of Interval (TOI) di RS | {{$AngkaKematian->sum('pasien_keluar_hidup_mati_L') + $AngkaKematian->sum('pasien_keluar_hidup_mati_P') > 0?number_format((($AngkaKematian->sum('jumlah_tempat_tidur') * 365) - $AngkaKematian->sum('jumlah_hari_perawatan')) / ($AngkaKematian->sum('pasien_keluar_hidup_mati_L') + $AngkaKematian->sum('pasien_keluar_hidup_mati_P')), 2):0}} | Hari | @role('superadmin')check_lock('App\Models\AngkaKematian') == 2 ? "checked":""}} class="data-lock" id="App\Models\AngkaKematian" year={{Session::get('year')}} upload_lock="AngkaKematian"> | @endrole||
25. | Average Length of Stay (ALOS) di RS | {{$AngkaKematian->sum('pasien_keluar_hidup_mati_L') + $AngkaKematian->sum('pasien_keluar_hidup_mati_P') > 0?number_format(($AngkaKematian->sum('jumlah_lama_dirawat')) / ($AngkaKematian->sum('pasien_keluar_hidup_mati_L') + $AngkaKematian->sum('pasien_keluar_hidup_mati_P')), 2):0}} | Hari | @role('superadmin')check_lock('App\Models\AngkaKematian') == 2 ? "checked":""}} class="data-lock" id="App\Models\AngkaKematian" year={{Session::get('year')}} upload_lock="AngkaKematian" > | @endrole||
26. | Puskesmas dengan ketersediaan obat vaksin & essensial | {{$total_obat?number_format($obat_tersedia/$total_obat * 100, 2):0}} | % | @role('superadmin')@endrole | ||
27. | Persentase Ketersediaan Obat Essensial | {{$total_obat_1?number_format($obat_tersedia_1/$total_obat_1 * 100, 2):0}} | % | @role('superadmin')@endrole | ||
28. | Persentase kabupaten/kota dengan ketersediaan vaksin IDL | {{$total_vaksin?number_format($vaksin_tersedia/$total_vaksin * 100, 2):0}} | % | @role('superadmin')@endrole | ||
29. | Jumlah Lahir Hidup | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')}} | % | @role('superadmin')check_lock('App\Models\Kelahiran') == 2 ? "checked":""}} class="data-lock" id="App\Models\Kelahiran" year={{Session::get('year')}} upload_lock="Kelahiran"> | @endrole
30. | Angka Lahir Mati (Dilaporkan) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_mati_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | Per 1000 Kelahiran Hidup | @role('superadmin')check_lock('App\Models\Kelahiran') == 2 ? "checked":""}} class="data-lock" id="App\Models\Kelahiran" year={{Session::get('year')}} upload_lock="Kelahiran"> | @endrole
31. | Jumlah Kematian Ibu | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_bersalin') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_hamil') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_nifas')}} | Ibu | @role('superadmin')check_lock('App\Models\JumlahKematianIbu') == 2 ? "checked":""}} class="data-lock" id="App\Models\JumlahKematianIbu" year={{Session::get('year')}} upload_lock="JumlahKematianIbu"> | @endrole||
32. | Angka Kematian Ibu | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_bersalin') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_hamil') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_nifas')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100000):0}} | % | @role('superadmin')check_lock('App\Models\JumlahKematianIbu') == 2 ? "checked":""}} class="data-lock" id="App\Models\JumlahKematianIbu" year={{Session::get('year')}} upload_lock="JumlahKematianIbu"> | @endrole||
33. | Kunjungan Ibu Hamil (K1) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'k1') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin"> | @endrole||
34. | Kunjungan Ibu Hamil (K4) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'k4') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin"> | @endrole||
35. | Kunjungan Ibu Hamil (K6) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'k6') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin"> | @endrole||
36. | Persalinan di Fasyankes | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'fasyankes') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin"> | @endrole||
37. | Pelayanan Ibu Nifas KF Lengkap | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'kf_lengkap') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin"> | @endrole||
38. | Ibu Nifas Mendapat Vitamin A | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'vita') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin"> | @endrole||
39. | Ibu hamil dengan imunisasi Td2+ | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'td2_plus') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin"> | @endrole||
40. | Ibu Hamil Mendapat Tablet Tambah Darah 90 | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'dapat_ttd') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin"> | @endrole||
41. | Ibu Hamil Mendapat Tablet Tambah Darah 90 | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'dapat_ttd') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin"> | @endrole||
42. | Ibu Hamil Mengonsumsi Tablet Tambah Darah 90 | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'konsumsi_ttd') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin"> | @endrole||
43. | Bumil dengan Komplikasi Kebidanan yang Ditangani | {{(20/100) * $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKomplikasiBidan', 'jumlah') / ((20/100) * $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\KomplikasiBidan') == 2 ? "checked":""}} class="data-lock" id="App\Models\KomplikasiBidan" year={{Session::get('year')}} upload_lock="KomplikasiBidan"> | @endrole||
44. | Peserta KB Aktif Modern | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPus', 'jumlah') > 0?number_format(( $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPus', 'kondom') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPus', 'akdr') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPus', 'pil') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPus', 'suntik') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPus', 'implan') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPus', 'mop') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPus', 'mow') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPus', 'mal') ) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPus', 'jumlah')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Pus') == 2 ? "checked":""}} class="data-lock" id="App\Models\Pus" year={{Session::get('year')}} upload_lock="Pus"> | @endrole||
45. | Peserta KB Pasca Persalinan | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') > 0?number_format(( $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'kondom') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'akdr') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'pil') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'suntik') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'implan') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'mop') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'mow') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'mal') ) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\IbuHamilDanBersalin') == 2 ? "checked":""}} class="data-lock" id="App\Models\IbuHamilDanBersalin" year={{Session::get('year')}} upload_lock="IbuHamilDanBersalin" > | @endrole||
46. | Jumlah Kematian Neonatal | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_L')}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_P')}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_L')}} | Neonatal | @role('superadmin')check_lock('App\Models\KematianNeonatal') == 2 ? "checked":""}} class="data-lock" id="App\Models\KematianNeonatal" year={{Session::get('year')}} upload_lock="KematianNeonatal"> | @endrole
47. | Angka Kematian Neonatal (dilaporkan) | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_L') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') * 1000, 2):0}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_P') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') * 1000, 2):0}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 1000, 2):0 }} | Per 1.000 Kelahiran Hidup | @role('superadmin')check_lock('App\Models\KematianNeonatal') == 2 ? "checked":""}} class="data-lock" id="App\Models\KematianNeonatal" year={{Session::get('year')}} upload_lock="KematianNeonatal"> | @endrole
48. | Jumlah Bayi Mati | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'post_neo_L')}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'post_neo_P')}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'post_neo_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'post_neo_P')}} | Bayi | @role('superadmin')check_lock('App\Models\KematianNeonatal') == 2 ? "checked":""}} class="data-lock" id="App\Models\KematianNeonatal" year={{Session::get('year')}} upload_lock="KematianNeonatal"> | @endrole
49. | Angka Kematian Bayi (dilaporkan) | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'post_neo_L')) / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') * 1000, 2):0}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'post_neo_P')) / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') * 1000, 2):0}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'neo_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'post_neo_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'post_neo_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 1000, 2):0 }} | Per 1.000 Kelahiran Hidup | @role('superadmin')check_lock('App\Models\KematianNeonatal') == 2 ? "checked":""}} class="data-lock" id="App\Models\KematianNeonatal" year={{Session::get('year')}} upload_lock="KematianNeonatal" > | @endrole
50. | Jumlah Balita Mati | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'balita_L')}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'balita_P')}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'balita_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'balita_L')}} | Balita | @role('superadmin')check_lock('App\Models\KematianNeonatal') == 2 ? "checked":""}} class="data-lock" id="App\Models\KematianNeonatal" year={{Session::get('year')}} upload_lock="KematianNeonatal"> | @endrole
51. | Angka Kematian Balita (dilaporkan) | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'balita_L') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') * 1000, 2):0}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'balita_P') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') * 1000, 2):0}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'balita_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKematianNeonatal', 'balita_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 1000, 2):0 }} | Per 1.000 Kelahiran Hidup | @role('superadmin')check_lock('App\Models\KematianNeonatal') == 2 ? "checked":""}} class="data-lock" id="App\Models\KematianNeonatal" year={{Session::get('year')}} upload_lock="KematianNeonatal"> | @endrole
52. | Bayi baru lahir ditimbang | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_L') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') * 1000, 2):0}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_P') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') * 1000, 2):0}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 1000, 2):0 }} | % | @role('superadmin')check_lock('App\Models\KomplikasiNeonatal') == 2 ? "checked":""}} class="data-lock" id="App\Models\KomplikasiNeonatal" year={{Session::get('year')}} upload_lock="KomplikasiNeonatal"> | @endrole
53. | Berat Badan Bayi Lahir Rendah (BBLR) | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_L') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'bblr_L') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_L') * 1000, 2):0}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_P') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'bblr_P') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_P') * 1000, 2):0}} | {{ $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'bblr_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'bblr_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBblr', 'timbang_P')) * 1000, 2):0 }} | % | @role('superadmin')check_lock('App\Models\BblrPrematur') == 2 ? "checked":""}} class="data-lock" id="App\Models\BblrPrematur" year={{Session::get('year')}} upload_lock="BblrPrematur"> | @endrole
54. | Kunjungan Neonatus 1 Kali | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterNeonatal', 'kn1_L') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterNeonatal', 'kn1_P') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterNeonatal', 'kn1_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterNeonatal', 'kn1_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Neonatal') == 2 ? "checked":""}} class="data-lock" id="App\Models\Neonatal" year={{Session::get('year')}} upload_lock="Neonatal"> | @endrole
55. | Kunjungan Neonatus 3 Kali (Kn Lengkap) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterNeonatal', 'kn_lengkap_L') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterNeonatal', 'kn_lengkap_P') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterNeonatal', 'kn_lengkap_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterNeonatal', 'kn_lengkap_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Neonatal') == 2 ? "checked":""}} class="data-lock" id="App\Models\Neonatal" year={{Session::get('year')}} upload_lock="Neonatal"> | @endrole
56. | Bayi yang diberi ASI Eksklusif | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterImdAsi', 'jumlah_enam_bulan') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterImdAsi', 'mendapat_asi')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterImdAsi', 'jumlah_enam_bulan'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\ImdAsi') == 2 ? "checked":""}} class="data-lock" id="App\Models\ImdAsi" year={{Session::get('year')}} upload_lock="ImdAsi"> | @endrole||
57. | Pelayanan kesehatan bayi | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananBalita', 'jumlah_L') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananBalita', 'jumlah_P') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananBalita', 'jumlah_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananBalita', 'jumlah_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\PelayananBalita') == 2 ? "checked":""}} class="data-lock" id="App\Models\PelayananBalita" year={{Session::get('year')}} upload_lock="PelayananBalita"> | @endrole
58. | Cakupan Imunisasi Campak/Rubela pada Bayi | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBayiImunisasi', 'rubela_L') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBayiImunisasi', 'rubela_P') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBayiImunisasi', 'rubela_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBayiImunisasi', 'rubela_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\BayiImunisasi') == 2 ? "checked":""}} class="data-lock" id="App\Models\BayiImunisasi" year={{Session::get('year')}} upload_lock="BayiImunisasi"> | @endrole
59. | Imunisasi dasar lengkap pada bayi | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBayiImunisasi', 'lengkap_L') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBayiImunisasi', 'lengkap_P') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBayiImunisasi', 'lengkap_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBayiImunisasi', 'lengkap_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\BayiImunisasi') == 2 ? "checked":""}} class="data-lock" id="App\Models\BayiImunisasi" year={{Session::get('year')}} upload_lock="BayiImunisasi"> | @endrole
60. | Bayi Mendapat Vitamin A | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'jumlah_6') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'vita_6')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'jumlah_6'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\BalitaVita') == 2 ? "checked":""}} class="data-lock" id="App\Models\BalitaVita" year={{Session::get('year')}} upload_lock="BalitaVita"> | @endrole||
61. | Anak Balita Mendapat Vitamin A | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'jumlah_12') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'vita_12')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'jumlah_12'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\BalitaVita') == 2 ? "checked":""}} class="data-lock" id="App\Models\BalitaVita" year={{Session::get('year')}} upload_lock="BalitaVita"> | @endrole||
62. | Balita Mendapatkan Vitamin A | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'jumlah_12') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'jumlah_6')> 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'vita_12') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'vita_6')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'jumlah_12') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterBalitaVita', 'jumlah_6'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\BalitaVita') == 2 ? "checked":""}} class="data-lock" id="App\Models\BalitaVita" year={{Session::get('year')}} upload_lock="BalitaVita"> | @endrole||
63. | Balita Memiliki Buku KIA | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKesehatanBalita', 'balita_12_59') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKesehatanBalita', 'balita_kia')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKesehatanBalita', 'balita_12_59'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\KesehatanBalita') == 2 ? "checked":""}} class="data-lock" id="App\Models\KesehatanBalita" year={{Session::get('year')}} upload_lock="KesehatanBalita"> | @endrole||
64. | Balita Dipantau Pertumbuhan dan Perkembangan | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKesehatanBalita', 'balita_0_59') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKesehatanBalita', 'balita_dipantau')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKesehatanBalita', 'balita_0_59'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\KesehatanBalita') == 2 ? "checked":""}} class="data-lock" id="App\Models\KesehatanBalita" year={{Session::get('year')}} upload_lock="KesehatanBalita"> | @endrole||
65. | Balita ditimbang (D/S) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'jumlah_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'timbang_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'jumlah_L'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'jumlah_P') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'timbang_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'jumlah_P'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'jumlah_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'jumlah_P') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'timbang_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'timbang_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'jumlah_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterTimbang', 'jumlah_P'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Timbang') == 2 ? "checked":""}} class="data-lock" id="App\Models\Timbang" year={{Session::get('year')}} upload_lock="Timbang"> | @endrole
66. | Balita Berat Badan Kurang (BB/U) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'jumlah_timbang') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'bb_kurang')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'jumlah_timbang'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\StatusGizi') == 2 ? "checked":""}} class="data-lock" id="App\Models\StatusGizi" year={{Session::get('year')}} upload_lock="StatusGizi"> | @endrole||
67. | Balita pendek (TB/U) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'jumlah_tinggi') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'tb_kurang')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'jumlah_tinggi'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\StatusGizi') == 2 ? "checked":""}} class="data-lock" id="App\Models\StatusGizi" year={{Session::get('year')}} upload_lock="StatusGizi"> | @endrole||
68. | Balita Gizi Kurang (BB/TB) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'jumlah_gizi') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'gizi_kurang')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'jumlah_gizi'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\StatusGizi') == 2 ? "checked":""}} class="data-lock" id="App\Models\StatusGizi" year={{Session::get('year')}} upload_lock="StatusGizi"> | @endrole||
69. | Balita Gizi Buruk (BB/TB) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'jumlah_gizi') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'gizi_buruk')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterStatusGizi', 'jumlah_gizi'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\StatusGizi') == 2 ? "checked":""}} class="data-lock" id="App\Models\StatusGizi" year={{Session::get('year')}} upload_lock="StatusGizi"> | @endrole||
70. | Cakupan Penjaringan Kesehatan Siswa Kelas 1 SD/MI | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'jumlah_kelas_1') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'pelayanan_kelas_1')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'jumlah_kelas_1'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\PesertaDidik') == 2 ? "checked":""}} class="data-lock" id="App\Models\PesertaDidik" year={{Session::get('year')}} upload_lock="PesertaDidik"> | @endrole||
71. | Cakupan Penjaringan Kesehatan Siswa Kelas 7 SMP/MTs | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'jumlah_kelas_7') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'pelayanan_kelas_7')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'jumlah_kelas_7'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\PesertaDidik') == 2 ? "checked":""}} class="data-lock" id="App\Models\PesertaDidik" year={{Session::get('year')}} upload_lock="PesertaDidik"> | @endrole||
72. | Cakupan Penjaringan Kesehatan Siswa Kelas 10 SMA/MA | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'jumlah_kelas_10') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'pelayanan_kelas_10')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'jumlah_kelas_10'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\PesertaDidik') == 2 ? "checked":""}} class="data-lock" id="App\Models\PesertaDidik" year={{Session::get('year')}} upload_lock="PesertaDidik"> | @endrole||
73. | Pelayanan kesehatan pada usia pendidikan dasar | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'jumlah_usia_dasar') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'pelayanan_usia_dasar')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPesertaDidik', 'jumlah_usia_dasar'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\PesertaDidik') == 2 ? "checked":""}} class="data-lock" id="App\Models\PesertaDidik" year={{Session::get('year')}} upload_lock="PesertaDidik"> | @endrole||
74. | Pelayanan Kesehatan Usia Produktif | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'jumlah_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'standar_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'jumlah_L'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'jumlah_P') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'standar_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'jumlah_P'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'jumlah_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'jumlah_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'standar_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'standar_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'jumlah_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananProduktif', 'jumlah_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\PelayananProduktif') == 2 ? "checked":""}} class="data-lock" id="App\Models\PelayananProduktif" year={{Session::get('year')}} upload_lock="PelayananProduktif"> | @endrole
75. | Catin Mendapatkan Layanan Kesehatan | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'kua_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'layanan_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'kua_L'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'kua_P') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'layanan_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'kua_P'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'kua_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'kua_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'layanan_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'layanan_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'kua_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterCatin', 'kua_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Catin') == 2 ? "checked":""}} class="data-lock" id="App\Models\Catin" year={{Session::get('year')}} upload_lock="Catin"> | @endrole
76. | Pelayanan Kesehatan Usila (60+ tahun) | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'jumlah_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'standar_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'jumlah_L'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'jumlah_P') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'standar_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'jumlah_P'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'jumlah_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'jumlah_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'standar_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'standar_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'jumlah_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterPelayananLansia', 'jumlah_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\PelayananLansia') == 2 ? "checked":""}} class="data-lock" id="App\Models\PelayananLansia" year={{Session::get('year')}} upload_lock="PelayananLansia" > | @endrole
77. | Angka kesembuhan BTA+ | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'konfirmasi_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'kesembuhan_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'konfirmasi_L'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'konfirmasi_P') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'kesembuhan_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'konfirmasi_P'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'konfirmasi_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'konfirmasi_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'kesembuhan_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'kesembuhan_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'konfirmasi_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'konfirmasi_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\ObatTuberkulosis') == 2 ? "checked":""}} class="data-lock" id="App\Models\ObatTuberkulosis" year={{Session::get('year')}} upload_lock="ObatTuberkulosis"> | @endrole
78. | Angka pengobatan lengkap semua kasus TBC | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'lengkap_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_L'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_P') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'lengkap_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_P'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'lengkap_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'lengkap_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\ObatTuberkulosis') == 2 ? "checked":""}} class="data-lock" id="App\Models\ObatTuberkulosis" year={{Session::get('year')}} upload_lock="ObatTuberkulosis"> | @endrole
79. | Angka keberhasilan pengobatan (Success Rate) semua kasus TBC | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'berhasil_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_L'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_P') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'berhasil_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_P'))) * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'berhasil_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'berhasil_L')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\ObatTuberkulosis') == 2 ? "checked":""}} class="data-lock" id="App\Models\ObatTuberkulosis" year={{Session::get('year')}} upload_lock="ObatTuberkulosis"> | @endrole
80. | Jumlah kematian selama pengobatan tuberkulosis | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_L') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'kematian')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_P') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterObatTuberkulosis', 'diobati_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\ObatTuberkulosis') == 2 ? "checked":""}} class="data-lock" id="App\Models\ObatTuberkulosis" year={{Session::get('year')}} upload_lock="ObatTuberkulosis"> | @endrole||
81. | Persentase ODHIV Baru Mendapat Pengobatan ARV | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterOdhiv', 'baru') > 0?number_format((($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterOdhiv', 'arv')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterOdhiv', 'baru'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Odhiv') == 2 ? "checked":""}} class="data-lock" id="App\Models\Odhiv" year={{Session::get('year')}} upload_lock="Odhiv"> | @endrole||
82. | Persentase Ibu hamil diperiksa Hepatitis | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0?number_format((($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterDeteksiDiniHepatitisBPadaIbuHamil', 'reaktif') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterDeteksiDiniHepatitisBPadaIbuHamil', 'non_reaktif')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\DeteksiDiniHepatitisBPadaIbuHamil') == 2 ? "checked":""}} class="data-lock" id="App\Models\DeteksiDiniHepatitisBPadaIbuHamil" year={{Session::get('year')}} upload_lock="DeteksiDiniHepatitisBPadaIbuHamil"> | @endrole||
83. | Persentase Ibu hamil diperiksa Reaktif Hepatitis | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterDeteksiDiniHepatitisBPadaIbuHamil', 'reaktif') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterDeteksiDiniHepatitisBPadaIbuHamil', 'non_reaktif') > 0?number_format((($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterDeteksiDiniHepatitisBPadaIbuHamil', 'reaktif')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterDeteksiDiniHepatitisBPadaIbuHamil', 'reaktif') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterDeteksiDiniHepatitisBPadaIbuHamil', 'non_reaktif'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\DeteksiDiniHepatitisBPadaIbuHamil') == 2 ? "checked":""}} class="data-lock" id="App\Models\DeteksiDiniHepatitisBPadaIbuHamil" year={{Session::get('year')}} upload_lock="DeteksiDiniHepatitisBPadaIbuHamil"> | @endrole||
84. | Persentase Bayi dari Bumil Reakif Hepatitis Diperiksa | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable63', 'jumlah_bayi')> 0?number_format((($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable63', 'jumlah_k_24') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable63', 'jumlah_b_24')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable63', 'jumlah_bayi'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table63') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table63" year={{Session::get('year')}} upload_lock="Table63"> | @endrole||
85. | Jumlah Kasus Baru Kusta (PB+MB) | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb')}} | Kasus | @role('superadmin')check_lock('App\Models\Table64') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table64" year={{Session::get('year')}} upload_lock="Table64"> | @endrole
86. | Angka penemuan kasus baru kusta (NCDR) | {{$unit_kerja->totalJumlahPenduduk() > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb')) / $unit_kerja->totalJumlahPenduduk() * 100000, 2):0}} | {{$unit_kerja->totalJumlahPenduduk() > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb')) / $unit_kerja->totalJumlahPenduduk() * 100000, 2):0}} | {{$unit_kerja->totalJumlahPenduduk() > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb')) / $unit_kerja->totalJumlahPenduduk() * 100000, 2):0}} | Per 100.000 Penduduk | @role('superadmin')check_lock('App\Models\Table64') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table64" year={{Session::get('year')}} upload_lock="Table64"> | @endrole
87. | Persentase Kasus Baru Kusta anak < 15 Tahun | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb') > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable65', 'penderita_kusta_1')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table65') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table65" year={{Session::get('year')}} upload_lock="Table65"> | @endrole||
88. | Persentase Cacat Tingkat 0 Penderita Kusta | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb') > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable65', 'jumlah_cacat_0')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table65') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table65" year={{Session::get('year')}} upload_lock="Table65"> | @endrole||
89. | Persentase Cacat Tingkat 0 Penderita Kusta | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb') > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable65', 'jumlah_cacat_0')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table65') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table65" year={{Session::get('year')}} upload_lock="Table65"> | @endrole||
90. | Persentase Cacat Tingkat 2 Penderita Kusta | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb') > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable65', 'jumlah_cacat_1')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'l_mb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_pb') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable64', 'p_mb')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table65') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table65" year={{Session::get('year')}} upload_lock="Table65"> | @endrole91. | Angka Cacat Tingkat 2 Penderita Kusta | {{$KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable65', 'jumlah_cacat_1')) / ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 100000, 2):0}} | Per 100.000 Penduduk | @role('superadmin')check_lock('App\Models\Table65') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table65" year={{Session::get('year')}} upload_lock="Table65"> | @endrole92. | Angka Prevalensi Kusta | {{$KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable66', 'pausi_anak') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable66', 'pausi_dewasa') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable66', 'multi_anak') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable66', 'multi_dewasa')) / ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 10000, 2):0}} | Per 10.000 Penduduk | @role('superadmin')check_lock('App\Models\Table66') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table66" year={{Session::get('year')}} upload_lock="Table66"> | @endrole93. | Penderita Kusta PB Selesai Berobat (RFT PB) | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable67', 'kusta_2021_baru') > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable67', 'kusta_2021_rft')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable67', 'kusta_2021_baru')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table67') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table67" year={{Session::get('year')}} upload_lock="Table67"> | @endrole94. | Penderita Kusta MB Selesai Berobat (RFT MB) | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable67', 'kusta_2022_baru') > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable67', 'kusta_2022_rft')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable67', 'kusta_2022_baru')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table67') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table67" year={{Session::get('year')}} upload_lock="Table67"> | @endrole
95. | AFP Rate (non polio) < 15 tahun | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable68', 'jumlah_penduduk_15') > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable68', 'jumlah_kasus_afp')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable68', 'jumlah_penduduk_15')) * 100, 2):0}} | Per 100.000 Penduduk < 15 tahun | @role('superadmin')check_lock('App\Models\Table68') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table68" year={{Session::get('year')}} upload_lock="Table68"> | @endrole||
96. | Jumlah kasus difteri | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'difteri_l')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'difteri_p')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'difteri_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'difteri_p')}} | Kasus | @role('superadmin')check_lock('App\Models\Table69') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table69" year={{Session::get('year')}} upload_lock="Table69"> | @endrole
97. | Case fatality rate difteri | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'difteri_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'difteri_p') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'difteri_m') / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'difteri_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'difteri_p')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table69') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table69" year={{Session::get('year')}} upload_lock="Table69"> | @endrole||
98. | Jumlah kasus pertusis | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'pertusis_l')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'pertusis_p')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'pertusis_p') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'pertusis_l')}} | Kasus | @role('superadmin')check_lock('App\Models\Table69') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table69" year={{Session::get('year')}} upload_lock="Table69"> | @endrole
99. | Jumlah kasus tetanus neonatorum | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'tetanus_neonatorum_l')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'tetanus_neonatorum_p')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'tetanus_neonatorum_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'tetanus_neonatorum_p')}} | Kasus | @role('superadmin')check_lock('App\Models\Table69') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table69" year={{Session::get('year')}} upload_lock="Table69"> | @endrole
100. | Case fatality rate tetanus neonatorum | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'tetanus_neonatorum_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'tetanus_neonatorum_p') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'tetanus_neonatorum_m')/($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'tetanus_neonatorum_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'tetanus_neonatorum_p')) * 100, 2 ):0}} | % | @role('superadmin')check_lock('App\Models\Table69') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table69" year={{Session::get('year')}} upload_lock="Table69"> | @endrole||
101. | Jumlah kasus hepatitis B | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'hepatitis_l')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'hepatitis_p')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'hepatitis_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'hepatitis_p')}} | Kasus | @role('superadmin')check_lock('App\Models\Table69') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table69" year={{Session::get('year')}} upload_lock="Table69"> | @endrole
102. | Jumlah kasus suspek campak | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'suspek_campak_l')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'suspek_campak_p')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'suspek_campak_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'suspek_campak_p')}} | Kasus | @role('superadmin')check_lock('App\Models\Table69') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table69" year={{Session::get('year')}} upload_lock="Table69"> | @endrole
103. | Insiden rate suspek campak | {{$KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0? number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'suspek_campak_l') / ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 100000, 2):0 }} | {{$KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0? number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'suspek_campak_p') / ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 100000, 2):0 }} | {{$KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0? number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'suspek_campak_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable69', 'suspek_campak_p')) / ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 100000, 2):0 }} | Per 100.000 Penduduk | @role('superadmin')check_lock('App\Models\Table69') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table69" year={{Session::get('year')}} upload_lock="Table69"> | @endrole
104. | KLB ditangani < 24 jam | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable70', 'jumlah') > 0? number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable70', 'ditangani_24') / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable70', 'jumlah')) * 100, 2):0 }} | % | @role('superadmin')check_lock('App\Models\Table70') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table70" year={{Session::get('year')}} upload_lock="Table70"> | @endrole||
105. | Angka kesakitan (incidence rate)DBD | {{$KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0? number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'l_kasus') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'p_kasus')) / ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 100000, 2):0 }} | Per 100.000 Penduduk | @role('superadmin')check_lock('App\Models\Table72') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table72" year={{Session::get('year')}} upload_lock="Table72"> | @endrole||
106. | Angka Kematian (Case Fatality Rate) DBD | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'l_kasus') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'l_meninggal') / $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'l_kasus') * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'p_kasus') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'p_meninggal') / $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'p_kasus') * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'l_kasus') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'p_kasus') > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'l_meninggal') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'p_meninggal')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'l_kasus') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable72', 'p_kasus')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table72') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table72" year={{Session::get('year')}} upload_lock="Table72"> | @endrole
107. | Angka kesakitan malaria (annual parasit incidence) | {{$KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'l_positif') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'p_positif')) / ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 1000, 2):0}} | per 1.000 penduduk | @role('superadmin')check_lock('App\Models\Table73') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table73" year={{Session::get('year')}} upload_lock="Table73"> | @endrole||
108. | Konfirmasi laboratorium pada suspek malaria | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'suspek') > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'mikroskopis') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'rapid')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'suspek')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table73') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table73" year={{Session::get('year')}} upload_lock="Table73"> | @endrole||
109. | Pengobatan standar kasus malaria positif | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'l_positif') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'p_positif')> 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'pengobatan_standar')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'l_positif') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'p_positif')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table73') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table73" year={{Session::get('year')}} upload_lock="Table73"> | @endrole||
110. | Case fatality rate malaria | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'l_positif') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'l_meninggal') / $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'l_positif') * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'p_positif') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'p_meninggal') / $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'p_positif') * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'l_positif') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'p_positif')> 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'p_meninggal') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'l_meninggal')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'l_positif') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable73', 'p_positif')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table73') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table73" year={{Session::get('year')}} upload_lock="Table73"> | @endrole
111. | Penderita kronis filariasis | {{ $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_t_sebelumnya_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_b_ditemukan_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_pindah_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_meninggal_l') }} | {{ $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_t_sebelumnya_p') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_b_ditemukan_p') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_pindah_p') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_meninggal_p')}} | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_t_sebelumnya_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_b_ditemukan_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_pindah_l') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_meninggal_l')+ $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_t_sebelumnya_p') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_b_ditemukan_p') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_pindah_p') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable74', 'kronis_meninggal_p') }} | Kasus | @role('superadmin')check_lock('App\Models\Table74') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table74" year={{Session::get('year')}} upload_lock="Table74"> | @endrole
112. | Jumlah Kasus Covid-19 | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable84', 'kasus') }} | Kasus | @role('superadmin')check_lock('App\Models\Table84') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table84" year={{Session::get('year')}} upload_lock="Table84"> | @endrole||
113. | CFR (Case Fatality Rate) Covid-19 | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable84', 'kasus') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable84', 'meninggal') / $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable84', 'kasus') * 100, 2):0 }} | % | @role('superadmin')check_lock('App\Models\Table84') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table84" year={{Session::get('year')}} upload_lock="Table84"> | @endrole||
114. | Cakupan Total Vaksinasi Covid-19 Dosis 1 | {{ $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'sasaran_6_11') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'sasaran_12_17') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'sasaran_18_59') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'sasaran_60_up') > 0? number_format(( $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'hasil_vaksinasi_6_11') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'hasil_vaksinasi_12_17') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'hasil_vaksinasi_18_59') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'hasil_vaksinasi_60_up')) / ( $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'sasaran_6_11') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'sasaran_12_17') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'sasaran_18_59') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable86', 'sasaran_60_up')) * 100, 2):0 }} | % | @role('superadmin')check_lock('App\Models\Table86') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table86" year={{Session::get('year')}} upload_lock="Table86"> | @endrole||
115. | Cakupan Total Vaksinasi Covid-19 Dosis 2 | {{ $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'sasaran_6_11') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'sasaran_12_17') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'sasaran_18_59') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'sasaran_60_up') > 0? number_format(( $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'hasil_vaksinasi_6_11') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'hasil_vaksinasi_12_17') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'hasil_vaksinasi_18_59') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'hasil_vaksinasi_60_up')) / ( $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'sasaran_6_11') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'sasaran_12_17') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'sasaran_18_59') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable87', 'sasaran_60_up')) * 100, 2):0 }} | % | @role('superadmin')check_lock('App\Models\Table87') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table87" year={{Session::get('year')}} upload_lock="Table87"> | @endrole||
116. | Penderita Hipertensi Mendapat Pelayanan Kesehatan | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'jumlah_L') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'pelayanan_L') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'jumlah_L') * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'jumlah_P') > 0?number_format($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'pelayanan_P') / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'jumlah_P') * 100, 2):0}} | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'jumlah_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'jumlah_P') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'pelayanan_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'pelayanan_P')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'jumlah_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterHipertensi', 'jumlah_P')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Hipertensi') == 2 ? "checked":""}} class="data-lock" id="App\Models\Hipertensi" year={{Session::get('year')}} upload_lock="Hipertensi"> | @endrole
117. | Penyandang DM mendapatkan pelayanan kesehatan sesuai standar | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDiabetes', 'jumlah')> 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDiabetes', 'pelayanan')) / ($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterDiabetes', 'jumlah')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Diabetes') == 2 ? "checked":""}} class="data-lock" id="App\Models\Diabetes" year={{Session::get('year')}} upload_lock="Diabetes"> | @endrole||
118. | Pemeriksaan IVA pada perempuan usia 30-50 tahun | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'perempuan_30_50_tahun') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'perempuan_30_50_tahun') / $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'jumlah_iva') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table77') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table77" year={{Session::get('year')}} upload_lock="Table77"> | @endrole||
119. | Pemeriksaan IVA pada perempuan usia 30-50 tahun | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'perempuan_30_50_tahun') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'jumlah_iva') / $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'perempuan_30_50_tahun') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table77') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table77" year={{Session::get('year')}} upload_lock="Table77"> | @endrole||
120. | Persentase IVA positif pada perempuan usia 30-50 tahun | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'jumlah_iva') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'jumlah_iva_positif') / $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'jumlah_iva') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table77') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table77" year={{Session::get('year')}} upload_lock="Table77"> | @endrole||
120. | Pemeriksaan payudara (SADANIS) pada perempuan 30-50 tahun | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'perempuan_30_50_tahun') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'jumlah_sadanis') / $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'perempuan_30_50_tahun') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table77') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table77" year={{Session::get('year')}} upload_lock="Table77"> | @endrole||
121. | Persentase tumor/benjolan payudara pada perempuan 30-50 tahun | {{$unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'jumlah_sadanis') > 0?number_format($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'jumlah_tumor') / $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable77', 'jumlah_sadanis') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table77') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table77" year={{Session::get('year')}} upload_lock="Table77"> | @endrole||
122. | Pelayanan Kesehatan Orang dengan Gangguan Jiwa Berat | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterOdgj', 'sasaran') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKunjungan', 'jiwa_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKunjungan', 'jiwa_P')) / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterOdgj', 'sasaran') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table77') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table77" year={{Session::get('year')}} upload_lock="Table77"> | @endrole||
123. | Pelayanan Kesehatan Orang dengan Gangguan Jiwa Berat | {{$unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterOdgj', 'sasaran') > 0?number_format(($unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKunjungan', 'jiwa_L') + $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterKunjungan', 'jiwa_P')) / $unit_kerja->totalForAllUnitKerja(Session::get('year'), 'filterOdgj', 'sasaran') * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Odgj') == 2 ? "checked":""}} class="data-lock" id="App\Models\Odgj" year={{Session::get('year')}} upload_lock="Odgj"> | @endrole||
124. | Tempat Fasilitas Umum (TFU) yang Dilakukan Pengawasan Sesuai Standar | {{ $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'sd') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'smp') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'pasar') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'puskesmas') > 0?number_format(($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'm_sd') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'm_smp') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'm_pasar') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'm_puskesmas')) / ($unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'sd') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'smp') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'pasar') + $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable82', 'puskesmas')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table82') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table82" year={{Session::get('year')}} upload_lock="Table82"> | @endrole||
125. | Tempat Pengelolaan Pangan (TPP) Jasa Boga yang Memenuhi Syarat Kesehatan | {{ $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable83', 'jasa_boga_terdaftar') > 0?number_format(( $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable83', 'jasa_boga_jumlah')) / ( $unit_kerja->totalForAllUnitKerja2(Session::get('year'), 'filterTable83', 'jasa_boga_terdaftar')) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\Table83') == 2 ? "checked":""}} class="data-lock" id="App\Models\Table83" year={{Session::get('year')}} upload_lock="Table83"> | @endrole||
126. | Jumlah Dokter Spesialis | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterSpesialis', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterSpesialis', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterSpesialis', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterSpesialis', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\DokterSpesialis') == 2 ? "checked":""}} class="data-lock" id="App\Models\DokterSpesialis" year={{Session::get('year')}} upload_lock="Pemangku"> | @endrole
127. | Jumlah Dokter Umum | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Dokter', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Dokter', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Dokter', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Dokter', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\DokterSpesialis') == 2 ? "checked":""}} class="data-lock" id="App\Models\DokterSpesialis" year={{Session::get('year')}} upload_lock="Pemangku"> | @endrole
128. | Rasio Dokter (spesialis+umum) | {{ $KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0? number_format( ($unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Dokter', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Dokter', 'perempuan') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterSpesialis', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterSpesialis', 'perempuan'))/ ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 100000, 2 ):0}} | Per 100.000 Penduduk | @role('superadmin')check_lock('App\Models\DokterSpesialis') == 2 ? "checked":""}} class="data-lock" id="App\Models\DokterSpesialis" year={{Session::get('year')}} upload_lock="Pemangku"> | @endrole||
129. | Jumlah Dokter Gigi + Dokter Gigi Spesialis | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigi', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigiSpesialis', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigi', 'perempuan') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigiSpesialis', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigi', 'perempuan') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigiSpesialis', 'perempuan') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigi', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigiSpesialis', 'laki_laki')}} | Orang | @role('superadmin')check_lock('App\Models\DokterSpesialis') == 2 ? "checked":""}} class="data-lock" id="App\Models\DokterSpesialis" year={{Session::get('year')}} upload_lock="Pemangku"> | @endrole
130. | Rasio Dokter Gigi (termasuk Dokter Gigi Spesialis) | {{ $KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0? number_format( ($unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigi', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigi', 'perempuan') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigiSpesialis', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'DokterGigiSpesialis', 'perempuan'))/ ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 100000, 2 ):0}} | Per 100.000 Penduduk | @role('superadmin')check_lock('App\Models\DokterSpesialis') == 2 ? "checked":""}} class="data-lock" id="App\Models\DokterSpesialis" year={{Session::get('year')}} upload_lock="Pemangku"> | @endrole||
131. | Jumlah Bidan | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Bidan', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\Bidan') == 2 ? "checked":""}} class="data-lock" id="App\Models\Bidan" year={{Session::get('year')}} upload_lock="Jabatan"> | @endrole||
132. | Rasio Bidan per 100.000 penduduk | {{ $KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0? number_format( ($unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Bidan', 'perempuan'))/ ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 100000, 2 ):0}} | Orang | @role('superadmin')check_lock('App\Models\Bidan') == 2 ? "checked":""}} class="data-lock" id="App\Models\Bidan" year={{Session::get('year')}} upload_lock="Jabatan"> | @endrole||
133. | Jumlah Perawat | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Perawat', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Perawat', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Perawat', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Perawat', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\Bidan') == 2 ? "checked":""}} class="data-lock" id="App\Models\Bidan" year={{Session::get('year')}} upload_lock="Jabatan"> | @endrole
134. | Rasio Perawat per 100.000 penduduk | {{ $KelompokUmurLakiLaki + $KelompokUmurPerempuan > 0? number_format( ($unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Perawat', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Perawat', 'perempuan'))/ ($KelompokUmurLakiLaki + $KelompokUmurPerempuan) * 100000, 2 ):0 }} | Per 100.000 Penduduk | @role('superadmin')check_lock('App\Models\Bidan') == 2 ? "checked":""}} class="data-lock" id="App\Models\Bidan" year={{Session::get('year')}} upload_lock="Jabatan"> | @endrole||
135. | Jumlah Tenaga Kesehatan Masyarakat | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaKesehatanMasyarakat', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaKesehatanMasyarakat', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaKesehatanMasyarakat', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaKesehatanMasyarakat', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\TenagaKesehatanMasyarakat') == 2 ? "checked":""}} class="data-lock" id="App\Models\TenagaKesehatanMasyarakat" year={{Session::get('year')}} upload_lock="unit_organisasi"> | @endrole
136. | Jumlah Tenaga Kesehatan Lingkungan | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaKesehatanLingkungan', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaKesehatanLingkungan', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaKesehatanLingkungan', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaKesehatanLingkungan', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\TenagaKesehatanMasyarakat') == 2 ? "checked":""}} class="data-lock" id="App\Models\TenagaKesehatanMasyarakat" year={{Session::get('year')}} upload_lock="unit_organisasi"> | @endrole
137. | Jumlah Tenaga Gizi | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaGizi', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaGizi', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaGizi', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaGizi', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\TenagaKesehatanMasyarakat') == 2 ? "checked":""}} class="data-lock" id="App\Models\TenagaKesehatanMasyarakat" year={{Session::get('year')}} upload_lock="unit_organisasi"> | @endrole
138. | Jumlah Ahli Teknologi Laboratorium Medik | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'AhliLabMedik', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'AhliLabMedik', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'AhliLabMedik', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'AhliLabMedik', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\AhliLabMedik') == 2 ? "checked":""}} class="data-lock" id="App\Models\AhliLabMedik" year={{Session::get('year')}} upload_lock="kategori_opd"> | @endrole
139. | Jumlah Tenaga Teknik Biomedika Lainnya | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikBiomedik', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikBiomedik', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikBiomedik', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikBiomedik', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\AhliLabMedik') == 2 ? "checked":""}} class="data-lock" id="App\Models\AhliLabMedik" year={{Session::get('year')}} upload_lock="kategori_opd"> | @endrole
140. | Jumlah Tenaga Keterapian Fisik | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TerapiFisik', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TerapiFisik', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TerapiFisik', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TerapiFisik', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\AhliLabMedik') == 2 ? "checked":""}} class="data-lock" id="App\Models\AhliLabMedik" year={{Session::get('year')}} upload_lock="kategori_opd"> | @endrole
141. | Jumlah Tenaga Keteknisian Medis | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'KeteknisanMedik', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'KeteknisanMedik', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'KeteknisanMedik', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'KeteknisanMedik', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\AhliLabMedik') == 2 ? "checked":""}} class="data-lock" id="App\Models\AhliLabMedik" year={{Session::get('year')}} upload_lock="kategori_opd"> | @endrole
142. | Jumlah Tenaga Teknis Kefarmasian | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikFarmasi', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikFarmasi', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikFarmasi', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikFarmasi', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\Apoteker') == 2 ? "checked":""}} class="data-lock" id="App\Models\Apoteker" year={{Session::get('year')}} upload_lock="program"> | @endrole
143. | Jumlah Tenaga Apoteker | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Apoteker', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Apoteker', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Apoteker', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Apoteker', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\Apoteker') == 2 ? "checked":""}} class="data-lock" id="App\Models\Apoteker" year={{Session::get('year')}} upload_lock="program"> | @endrole
144. | Jumlah Tenaga Kefarmasian | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Apoteker', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikFarmasi', 'laki_laki')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Apoteker', 'perempuan') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikFarmasi', 'perempuan')}} | {{$unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Apoteker', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'Apoteker', 'perempuan') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikFarmasi', 'laki_laki') + $unit_kerja->totalForAllUnitKerja3(Session::get('year'), 'TenagaTeknikFarmasi', 'perempuan')}} | Orang | @role('superadmin')check_lock('App\Models\Apoteker') == 2 ? "checked":""}} class="data-lock" id="App\Models\Apoteker" year={{Session::get('year')}} upload_lock="program"> | @endrole
1 | Total Wilayah | {{$unit_kerja->luas_wilayah}} | % | |||
2 | Kunjungan Neonatus 1 Kali | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->admin_total(Session::get('year'), 'filterNeonatal', 'kn1_L') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->admin_total(Session::get('year'), 'filterNeonatal', 'kn1_P') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format((($unit_kerja->admin_total(Session::get('year'), 'filterNeonatal', 'kn1_P') + $unit_kerja->admin_total(Session::get('year'), 'filterNeonatal', 'kn1_L')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L'))) * 100, 2):0}} | % | |
3. | Jumlah Lahir Hidup | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')}} | % | |
4. | Angka Lahir Mati (Dilaporkan) | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0 ? number_format(($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_L')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2) : 0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0 ? number_format(($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_P')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2) : 0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0 ? number_format(($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_P')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_mati_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2) : 0}} | Per 1000 Kelahiran Hidup | |
5. | Jumlah Kematian Ibu | {{$unit_kerja->admin_total(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_bersalin') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_hamil') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_nifas')}} | Ibu | |||
6. | Angka Kematian Ibu | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0 ? number_format( ($unit_kerja->admin_total(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_bersalin') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_hamil') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianIbu', 'jumlah_kematian_ibu_nifas')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100000, 2) : 0}} | % | |||
7. | Kunjungan Ibu Hamil (K1) | {{$unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'k1') / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2) : 0}} | % | |||
8. | Kunjungan Ibu Hamil (K4) | {{$unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'k4') / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2) : 0}} | % | |||
9. | Kunjungan Ibu Hamil (K6) | {{$unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'k6') / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2) : 0}} | % | |||
10. | Persalinan di Fasyankes | {{$unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'fasyankes') / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') * 100, 2) : 0}} | % | |||
11. | Pelayanan Ibu Nifas KF Lengkap | {{$unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'kf_lengkap') / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') * 100, 2) : 0}} | % | |||
12. | Ibu Nifas Mendapat Vitamin A | {{$unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'vita') / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') * 100, 2) : 0}} | % | |||
13. | Ibu hamil dengan imunisasi Td2+ | {{$unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'td2_plus') / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2) : 0}} | % | |||
14. | Ibu Hamil Mendapat Tablet Tambah Darah 90 | {{$unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'dapat_ttd') / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2) : 0}} | % | |||
15. | Ibu Hamil Mendapat Tablet Tambah Darah 90 | {{$unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'dapat_ttd') / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2) : 0}} | % | |||
16. | Ibu Hamil Mengonsumsi Tablet Tambah Darah 90 | {{$unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'konsumsi_ttd') / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') * 100, 2) : 0}} | % | |||
17. | Bumil dengan Komplikasi Kebidanan yang Ditangani | {{(20/100) * $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil') > 0 ? number_format($unit_kerja->admin_total(Session::get('year'), 'filterKomplikasiBidan', 'jumlah') / ((20/100) * $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_hamil')) * 100, 2) : 0}} | % | |||
17. | Peserta KB Aktif Modern | {{ $unit_kerja->admin_total(Session::get('year'), 'filterPus', 'jumlah') > 0 ? number_format( ( $unit_kerja->admin_total(Session::get('year'), 'filterPus', 'kondom') + $unit_kerja->admin_total(Session::get('year'), 'filterPus', 'akdr') + $unit_kerja->admin_total(Session::get('year'), 'filterPus', 'pil') + $unit_kerja->admin_total(Session::get('year'), 'filterPus', 'suntik') + $unit_kerja->admin_total(Session::get('year'), 'filterPus', 'implan') + $unit_kerja->admin_total(Session::get('year'), 'filterPus', 'mop') + $unit_kerja->admin_total(Session::get('year'), 'filterPus', 'mow') + $unit_kerja->admin_total(Session::get('year'), 'filterPus', 'mal') ) / $unit_kerja->admin_total(Session::get('year'), 'filterPus', 'jumlah') * 100, 2 ) : 0 }} | % | |||
18. | Peserta KB Pasca Persalinan | {{ $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') > 0 ? number_format( ( $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'kondom') + $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'akdr') + $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'pil') + $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'suntik') + $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'implan') + $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'mop') + $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'mow') + $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'mal') ) / $unit_kerja->admin_total(Session::get('year'), 'filterDesa', 'jumlah_ibu_bersalin') * 100, 2 ) : 0 }} | % | |||
19. | Jumlah Kematian Neonatal | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_L') }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_P') }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_P') }} | Neonatal | |
20. | Angka Kematian Neonatal (dilaporkan) | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0 ? number_format( $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_L') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') * 1000, 2 ) : 0 }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0 ? number_format( $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_P') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') * 1000, 2 ) : 0 }} | {{ ($unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_P')) > 0 ? number_format( ( $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_P') ) / ( $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') ) * 1000, 2 ) : 0 }} | Per 1.000 Kelahiran Hidup | |
21. | Jumlah Bayi Mati | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'post_neo_L') }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'post_neo_P') }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'post_neo_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'post_neo_P') }} | Bayi | |
22. | Angka Kematian Bayi (dilaporkan) | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0 ? number_format( ( $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'post_neo_L') ) / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') * 1000, 2 ) : 0 }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0 ? number_format( ( $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'post_neo_P') ) / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') * 1000, 2 ) : 0 }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0 ? number_format( ( $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'neo_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'post_neo_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'post_neo_L') ) / ( $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') ) * 1000, 2 ) : 0 }} | Per 1.000 Kelahiran Hidup | |
23. | Jumlah Balita Mati | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'balita_L') }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'balita_P') }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'balita_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'balita_L') }} | Balita | |
24. | Angka Kematian Balita (dilaporkan) | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0 ? number_format( $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'balita_L') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') * 1000, 2 ) : 0 }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0 ? number_format( $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'balita_P') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') * 1000, 2 ) : 0 }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0 ? number_format( ( $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'balita_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKematianNeonatal', 'balita_P') ) / ( $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') ) * 1000, 2 ) : 0 }} | Per 1.000 Kelahiran Hidup | |
25. | Bayi baru lahir ditimbang | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0 ? number_format( $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_L') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') * 1000, 2 ) : 0 }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0 ? number_format( $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_P') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') * 1000, 2 ) : 0 }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0 ? number_format( ( $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_L') + $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_P') ) / ( $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') ) * 1000, 2 ) : 0 }} | % | |
26. | Berat Badan Bayi Lahir Rendah (BBLR) | {{ $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_L') > 0 ? number_format( $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'bblr_L') / $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_L') * 1000, 2 ) : 0 }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_P') > 0 ? number_format( $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'bblr_P') / $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_P') * 1000, 2 ) : 0 }} | {{ $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_L') + $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_P') > 0 ? number_format( ( $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'bblr_L') + $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'bblr_P') ) / ( $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_L') + $unit_kerja->admin_total(Session::get('year'), 'filterBblr', 'timbang_P') ) * 1000, 2 ) : 0 }} | % | |
27. | Kunjungan Neonatus 3 Kali (Kn Lengkap) | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->admin_total(Session::get('year'), 'filterNeonatal', 'kn_lengkap_L') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->admin_total(Session::get('year'), 'filterNeonatal', 'kn_lengkap_P') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format((($unit_kerja->admin_total(Session::get('year'), 'filterNeonatal', 'kn_lengkap_P') + $unit_kerja->admin_total(Session::get('year'), 'filterNeonatal', 'kn_lengkap_L')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L'))) * 100, 2):0}} | % | |
28. | Bayi yang diberi ASI Eksklusif | {{$unit_kerja->admin_total(Session::get('year'), 'filterImdAsi', 'jumlah_enam_bulan') > 0?number_format((($unit_kerja->admin_total(Session::get('year'), 'filterImdAsi', 'mendapat_asi')) / ($unit_kerja->admin_total(Session::get('year'), 'filterImdAsi', 'jumlah_enam_bulan'))) * 100, 2):0}} | % | |||
29. | Pelayanan kesehatan bayi | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->admin_total(Session::get('year'), 'filterPelayananBalita', 'jumlah_L') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->admin_total(Session::get('year'), 'filterPelayananBalita', 'jumlah_P') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format((($unit_kerja->admin_total(Session::get('year'), 'filterPelayananBalita', 'jumlah_P') + $unit_kerja->admin_total(Session::get('year'), 'filterPelayananBalita', 'jumlah_L')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L'))) * 100, 2):0}} | % | |
30. | Cakupan Imunisasi Campak/Rubela pada Bayi | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->admin_total(Session::get('year'), 'filterBayiImunisasi', 'rubela_L') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->admin_total(Session::get('year'), 'filterBayiImunisasi', 'rubela_P') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format((($unit_kerja->admin_total(Session::get('year'), 'filterBayiImunisasi', 'rubela_P') + $unit_kerja->admin_total(Session::get('year'), 'filterBayiImunisasi', 'rubela_L')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L'))) * 100, 2):0}} | % | |
31. | Imunisasi dasar lengkap pada bayi | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format(($unit_kerja->admin_total(Session::get('year'), 'filterBayiImunisasi', 'lengkap_L') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L')) * 100, 2):0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') > 0?number_format(($unit_kerja->admin_total(Session::get('year'), 'filterBayiImunisasi', 'lengkap_P') / $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P')) * 100, 2):0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L') > 0?number_format((($unit_kerja->admin_total(Session::get('year'), 'filterBayiImunisasi', 'lengkap_P') + $unit_kerja->admin_total(Session::get('year'), 'filterBayiImunisasi', 'lengkap_L')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_P') + $unit_kerja->admin_total(Session::get('year'), 'filterKelahiran', 'lahir_hidup_L'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\BayiImunisasi') == 2 ? "checked": ""}} class="data-lock" id="App\Models\BayiImunisasi" year={{Session::get('year')}}> | @endrole
32. | Bayi Mendapat Vitamin A | {{$unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'jumlah_6') > 0?number_format((($unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'vita_6')) / ($unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'jumlah_6'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\BalitaVita') == 2 ? "checked": ""}} class="data-lock" id="App\Models\BalitaVita" year={{Session::get('year')}}> | @endrole||
33. | Anak Balita Mendapat Vitamin A | {{$unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'jumlah_12') > 0?number_format((($unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'vita_12')) / ($unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'jumlah_12'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\BalitaVita') == 2 ? "checked": ""}} class="data-lock" id="App\Models\BalitaVita" year={{Session::get('year')}}> | @endrole||
34. | Balita Mendapatkan Vitamin A | {{$unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'jumlah_12') + $unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'jumlah_6') > 0?number_format((($unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'vita_12') + $unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'vita_6')) / ($unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'jumlah_12') + $unit_kerja->admin_total(Session::get('year'), 'filterBalitaVita', 'jumlah_6'))) * 100, 2):0}} | % | @role('superadmin')check_lock('App\Models\BalitaVita') == 2 ? "checked": ""}} class="data-lock" id="App\Models\BalitaVita" year={{Session::get('year')}}> | @endrole||
35. | Balita Memiliki Buku KIA | {{$unit_kerja->admin_total(Session::get('year'), 'filterKesehatanBalita', 'balita_12_59') > 0 ? number_format((($unit_kerja->admin_total(Session::get('year'), 'filterKesehatanBalita', 'balita_kia')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKesehatanBalita', 'balita_12_59'))) * 100, 2) : 0}} | % | |||
36. | Balita Dipantau Pertumbuhan dan Perkembangan | {{$unit_kerja->admin_total(Session::get('year'), 'filterKesehatanBalita', 'balita_0_59') > 0 ? number_format((($unit_kerja->admin_total(Session::get('year'), 'filterKesehatanBalita', 'balita_dipantau')) / ($unit_kerja->admin_total(Session::get('year'), 'filterKesehatanBalita', 'balita_0_59'))) * 100, 2) : 0}} | % | |||
37. | Balita ditimbang (D/S) | {{$unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'jumlah_L') > 0 ? number_format((($unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'timbang_L')) / ($unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'jumlah_L'))) * 100, 2) : 0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'jumlah_P') > 0 ? number_format((($unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'timbang_P')) / ($unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'jumlah_P'))) * 100, 2) : 0}} | {{$unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'jumlah_L') + $unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'jumlah_P') > 0 ? number_format((($unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'timbang_L') + $unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'timbang_P')) / ($unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'jumlah_L') + $unit_kerja->admin_total(Session::get('year'), 'filterTimbang', 'jumlah_P'))) * 100, 2) : 0}} | % | |
38. | Balita Berat Badan Kurang (BB/U) | {{$unit_kerja->admin_total(Session::get('year'), 'filterStatusGizi', 'jumlah_timbang') > 0 ? number_format((($unit_kerja->admin_total(Session::get('year'), 'filterStatusGizi', 'bb_kurang')) / ($unit_kerja->admin_total(Session::get('year'), 'filterStatusGizi', 'jumlah_timbang'))) * 100, 2) : 0}} | % |