Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $("#grid").kendoGrid({
- dataSource: {
- type: "json",
- transport: {
- read: {
- url: $("#urlPath").val() + "/TViewMCU/AjaxRead?s_periode=" + $("#fl_periode").val() +
- "&s_dstrct_code=" + $("#fl_distrik").val() +
- "&s_is_pama=" + $("#fl_is_pama").val() +
- "&s_dept=" + dept +
- "&s_kkr=" + $("#fl_kkr").val(),
- contentType: "application/json",
- type: "POST"
- },
- destroy: {
- url: $("#urlPath").val() + "/TViewMCU/AjaxDelete",
- contentType: "application/json",
- type: "POST",
- complete: function (e) {
- if (e.responseJSON.status) {
- show_alert("Success!", e.responseJSON.remarks, "green");
- } else {
- show_alert("Error!", e.responseJSON.remarks, "red");
- }
- $("#grid").data("kendoGrid").dataSource.read();
- }
- },
- parameterMap: function (data, operation) {
- return kendo.stringify(data)
- }
- },
- pageSize: 15,
- serverPaging: true,
- serverFiltering: true,
- serverSorting: true,
- schema: {
- data: "Data",
- total: "Total",
- model: {
- id: "pid",
- fields: {
- pid: { type: "string" },
- nrp_pasien: { type: "string" },
- nama_pasien: { type: "string" },
- company_pasien: { type: "string" },
- is_pama: { type: "string" },
- distrik: { type: "string" },
- dept_code_desc: { type: "string" },
- pos_title: { type: "string" },
- tgl_lahir: { type: "date" },
- jenis_kelamin: { type: "string" },
- tgl_periksa: { type: "date" },
- bulan_tahun_periksa: { type: "string" },
- sakit_saat_ini: { type: "string" },
- minum_obat: { type: "string" },
- is_stress: { type: "boolean" },
- is_sakit_jantung: { type: "boolean" },
- is_hipertensi: { type: "boolean" },
- is_diabetes: { type: "boolean" },
- is_stroke: { type: "boolean" },
- is_epilepsi: { type: "boolean" },
- kejiwaan: { type: "string" },
- kanker: { type: "string" },
- sakit_pinggang: { type: "string" },
- ambeien: { type: "string" },
- patah_tulang: { type: "string" },
- is_sesak_nafas: { type: "boolean" },
- riwayat_penyakit_keluarga: { type: "string" },
- alergi: { type: "string" },
- rutin_olahraga: { type: "boolean" },
- merokok: { type: "boolean" },
- miras: { type: "boolean" },
- tb_cm: { type: "number" },
- bb_kg: { type: "number" },
- bmi: { type: "number" },
- nadi: { type: "number" },
- rr: { type: "number" },
- sistolik: { type: "number" },
- diastolik: { type: "number" },
- buta_warna: { type: "string" },
- visus_od: { type: "string" },
- visus_os: { type: "string" },
- visus_od_kcmt: { type: "string" },
- visus_os_kcmt: { type: "string" },
- anatomi_mata: { type: "string" },
- kedalaman_mata: { type: "string" },
- lapangan_lihat: { type: "string" },
- lihat_malam: { type: "string" },
- pemulihan_silau: { type: "string" },
- jaeger_test: { type: "string" },
- tht: { type: "string" },
- orodental: { type: "string" },
- sistem_kardiovaskuler: { type: "string" },
- sistem_pernafasan: { type: "string" },
- sistem_digestivus: { type: "string" },
- sistem_genito: { type: "string" },
- sistem_neuro: { type: "string" },
- laseque_test: { type: "string" },
- phalen_test: { type: "string" },
- balance_test: { type: "string" },
- pemeriksaan_others: { type: "string" },
- rontgen_dada: { type: "string" },
- kesimpulan_rontgen_dada: { type: "string" },
- rontgen_lumbo: { type: "string" },
- kesimpulan_rontgen_lumbo: { type: "string" },
- ekg: { type: "string" },
- kesimpulan_ekg: { type: "string" },
- treadmill: { type: "string" },
- kesimpulan_treadmill: { type: "string" },
- echocardiografi: { type: "string" },
- ct_cardio: { type: "string" },
- cathlab: { type: "string" },
- audiometri: { type: "string" },
- kesimpulan_audiometri: { type: "string" },
- spirometri: { type: "string" },
- kesimpulan_spirometri: { type: "string" },
- foto_sinus: { type: "string" },
- led: { type: "number" },
- hb: { type: "number" },
- leukosit: { type: "number" },
- trombosit: { type: "number" },
- ht: { type: "string" },
- basofil: { type: "string" },
- eosinofil: { type: "string" },
- batang: { type: "string" },
- segment: { type: "string" },
- limfosit: { type: "string" },
- monosit: { type: "string" },
- eritrosit: { type: "string" },
- gol_darah: { type: "string" },
- rhesus: { type: "string" },
- sgot: { type: "number" },
- sgpt: { type: "number" },
- kolesterol_total: { type: "number" },
- kolesterol_hdl: { type: "number" },
- indeks_kolesterol: { type: "number" },
- kolesterol_ldl: { type: "number" },
- trigliserida: { type: "number" },
- glukosa_puasa: { type: "number" },
- reduksi_puasa: { type: "string" },
- glukosa_sewaktu: { type: "string" },
- hba1c: { type: "number" },
- reduksi_sewaktu: { type: "string" },
- ureum: { type: "number" },
- creatinin: { type: "number" },
- asam_urat: { type: "number" },
- vdrl: { type: "string" },
- hbs_ag: { type: "string" },
- anti_hbs: { type: "string" },
- anti_hiv: { type: "string" },
- urin_warna: { type: "string" },
- urin_kejernihan: { type: "string" },
- urin_ph: { type: "number" },
- urin_berat_jenis: { type: "number" },
- urin_albumin: { type: "string" },
- urin_glukosa: { type: "string" },
- urin_bilirubin: { type: "string" },
- urin_urobilinogen: { type: "string" },
- urin_keton: { type: "string" },
- urin_darah_samar: { type: "string" },
- urin_lekositesterase: { type: "string" },
- urin_nitrit: { type: "string" },
- urin_leukosit: { type: "string" },
- urin_eritrosit: { type: "string" },
- urin_epitel: { type: "string" },
- urin_silinder: { type: "string" },
- urin_kristal: { type: "string" },
- urin_bakteri: { type: "string" },
- urin_lain: { type: "string" },
- amfetamin: { type: "string" },
- methamfetamin: { type: "string" },
- canabis: { type: "string" },
- benzodiazepin: { type: "string" },
- opiat: { type: "string" },
- coccaine: { type: "string" },
- edinburgh: { type: "number" },
- australian_diabetes: { type: "number" },
- is_ncep_atp: { type: "boolean" },
- jumlah_bintang: { type: "number" },
- kesimpulan_umum: { type: "string" },
- risiko_kesehatan_umum: { type: "string" },
- saran_umum: { type: "string" },
- kkr: { type: "string" },
- status_followup_mcu: { type: "string" }
- }
- }
- }
- },
- height: 500,
- filterable: true,
- sortable: true,
- pageable: true,
- editable: "inline",
- resizable: true,
- pageable: {
- refresh: true,
- buttonCount: 10,
- input: true,
- pageSizes: [10, 20, 50, 100, 1000, 100000],
- info: true,
- messages: {}
- },
- toolbar: [{ template: $('#lblbtnAdd').html() }, "excel"],
- excel: {
- fileName: "Transaksi MCU.xlsx",
- allPages: true
- },
- excelExport: function(e) {
- var sheet = e.workbook.sheets[0];
- for (var rowIndex = 0; rowIndex < sheet.rows.length; rowIndex++) {
- var row = sheet.rows[rowIndex];
- for (var cellIndex = 0; cellIndex < row.cells.length; cellIndex ++) {
- var cell =row.cells[cellIndex];
- while(cell.value && cell.value.toString().indexOf("<br/>") >= 0){
- cell.value = cell.value.replace("<br/>", " ");
- cell.wrap = true;
- }
- }
- }
- },
- columns: [
- {template: "#=++rowNo#", title: "No. ", width: "50px"},
- {
- title: 'Action', width: "180px",
- command: [
- { click: Edit, text: 'Edit', iconClass: "k-icon k-edit" },
- "destroy"
- ]
- },
- {
- title: 'PROFILE', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'nrp_pasien', title: 'NRP', width: "150px" },
- { field: 'nama_pasien', title: 'NAMA', width: "200px" },
- { field: 'company_pasien', title: 'PERUSAHAAN', width: "150px" },
- { field: 'distrik', title: 'DISTRIK', width: "100px" },
- { field: 'is_pama', title: 'PAMA/<br/>NONPAMA', width: "100px" },
- { field: 'dept_code_desc', title: 'DEPARTEMEN', width: "200px" },
- { field: 'pos_title', title: 'POSISI/<br/>PEKERJAAN', width: "200px" },
- { field: 'tgl_lahir', title: 'TTL', width: "100px", format: "{0:yyyy-MM-dd}" },
- { field: 'jenis_kelamin', title: 'JENIS<br/>KELAMIN', width: "100px" },
- { field: 'tgl_periksa', title: 'TANGGAL<br/>PERIKSA', width: "150px", format: "{0:yyyy-MM-dd}" }
- ]
- },
- {
- title: 'RIWAYAT MEDIK', headerAttributes: { style: "text-align: center" },
- columns: [
- {
- title: 'KELUHAN', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'sakit_saat_ini', title: 'Sakit Saat Ini', width: "150px" },
- { field: 'minum_obat', title: 'Minum Obat<br/>(sebutkan nama<br/>obat)', width: "150px" },
- { field: 'is_stress', title: 'Stress', width: "100px", template: "#if(is_stress==null){# #: '' # #}else{# #if(is_stress==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" }
- ]
- },
- {
- title: 'RIWAYAT PENYAKIT DAHULU', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'is_sakit_jantung', title: 'Sakit<br/>Jantung', width: "100px", template: "#if(is_sakit_jantung==null){# #: '' # #}else{# #if(is_sakit_jantung==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" },
- { field: 'is_hipertensi', title: 'Hipertensi', width: "100px", template: "#if(is_hipertensi==null){# #: '' # #}else{# #if(is_hipertensi==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" },
- { field: 'is_diabetes', title: 'Diabetes', width: "100px", template: "#if(is_diabetes==null){# #: '' # #}else{# #if(is_diabetes==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" },
- { field: 'is_stroke', title: 'Stroke', width: "100px", template: "#if(is_stroke==null){# #: '' # #}else{# #if(is_stroke==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" },
- { field: 'is_epilepsi', title: 'Epilepsi', width: "100px", template: "#if(is_epilepsi==null){# #: '' # #}else{# #if(is_epilepsi==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" },
- { field: 'kejiwaan', title: 'Kejiwaan', width: "100px" },
- { field: 'kanker', title: 'Kanker', width: "100px" },
- { field: 'sakit_pinggang', title: 'Sakit<br/>Pinggang', width: "100px" },
- { field: 'ambeien', title: 'Ambeien', width: "100px" },
- { field: 'patah_tulang', title: 'Patah<br/>Tulang', width: "100px" },
- { field: 'is_sesak_nafas', title: 'Sesak<br/>Nafas', width: "100px", template: "#if(is_sesak_nafas==null){# #: '' # #}else{# #if(is_sesak_nafas==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" }
- ]
- },
- { field: 'riwayat_penyakit_keluarga', title: 'Riwayat<br/>Penyakit<br/>Keluarga', width: "150px" },
- { field: 'alergi', title: 'Alergi', width: "150px" },
- {
- title: 'KEBIASAAN', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'rutin_olahraga', title: 'Olahraga <br/>3x seminggu<br/>> 30menit', width: "120px", template: "#if(rutin_olahraga==null){# #: '' # #}else{# #if(rutin_olahraga==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" },
- { field: 'merokok', title: 'Merokok', width: "100px", template: "#if(merokok==null){# #: '' # #}else{# #if(merokok==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" },
- { field: 'miras', title: 'Miras', width: "100px", template: "#if(miras==null){# #: '' # #}else{# #if(miras==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" }
- ]
- }
- ]
- },
- {
- title: 'PEMERIKSAAN FISIK', headerAttributes: { style: "text-align: center" },
- columns: [
- {
- title: 'TB', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'tb_cm', title: 'cm', width: "80px" }
- ]
- },
- {
- title: 'BB', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'bb_kg', title: 'Kg', width: "80px" }
- ]
- },
- { field: 'bmi', title: 'BMI', width: "80px" },
- {
- title: 'Nadi', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'nadi', title: 'x/menit', width: "100px" }
- ]
- },
- {
- title: 'RR', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'rr', title: 'x/menit', width: "100px" }
- ]
- },
- {
- title: 'Tekanan Darah', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'sistolik', title: 'Sistolik', width: "100px" },
- { field: 'diastolik', title: 'Diastolik', width: "100px" }
- ]
- },
- {
- title: 'MATA', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'buta_warna', title: 'Buta<br/>Warna', width: "100px" },
- {
- title: 'VISUS', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'visus_od', title: 'OD<br/>(TP KCMT)', width: "120px" }, //missing column title in excel
- { field: 'visus_os', title: 'OS<br/>(TP KCMT)', width: "120px" }, //missing column title in excel
- { field: 'visus_od_kcmt', title: 'OS<br/>(KCMT)', width: "120px" }, //missing column title in excel
- { field: 'visus_os_kcmt', title: 'OS<br/>(KCMT)', width: "120px" }
- ]
- },
- { field: 'anatomi_mata', title: 'Anatomi', width: "100px" },
- {
- title: 'Pemeriksaan Khusus Mata', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'kedalaman_mata', title: 'Kedalaman<br/>Pengelihatan', width: "150px" }, //misplaced in excel
- { field: 'lapangan_lihat', title: 'Lapangan<br/>Pengelihatan', width: "150px" }, //misplaced in excel
- { field: 'lihat_malam', title: 'Pengelihatan<br/>Malam', width: "150px" }, //misplaced in excel
- { field: 'pemulihan_silau', title: 'Pemulihan<br/>karena silau', width: "150px" }
- ]
- },
- { field: 'jaeger_test', title: 'Jaeger<br/>Test', width: "100px" }
- ]
- },
- { field: 'tht', title: 'THT', width: "100px" },
- { field: 'orodental', title: 'Orodental', width: "100px" },
- { field: 'sistem_kardiovaskuler', title: 'Sistem<br/>Kardiovaskuler', width: "150px" },
- { field: 'sistem_pernafasan', title: 'Sistem<br/>Pernafasan', width: "150px" },
- { field: 'sistem_digestivus', title: 'Sistem<br/>Digestivus', width: "150px" },
- { field: 'sistem_genito', title: 'Sistem<br/>Genitourinovenerelogi', width: "180px" },
- { field: 'sistem_neuro', title: 'Sistem<br/>Neuromuskuloskeletal', width: "180px" },
- {
- title: 'Pemeriksaan Neurologis', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'laseque_test', title: 'Laseque, Patrick,<br/>Kontra Patrick', width: "150px" }, //missing column title in excel
- { field: 'phalen_test', title: 'Phalen &<br/>Tinel Test', width: "150px" }, //missing column title in excel
- { field: 'balance_test', title: 'Balance<br/>Test', width: "120px" }, //missing column title in excel
- { field: 'pemeriksaan_others', title: 'Pemeriksaan<br/>Lainnya', width: "120px" } //missing column title in excel
- ]
- }
- ]
- },
- {
- title: 'PEMERIKSAAN PENUNJANG', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'rontgen_dada', title: 'Rontgen Dada', width: "150px" },
- { field: 'kesimpulan_rontgen_dada', title: 'Kesimpulan<br/>Rontgen Dada', width: "150px" },
- { field: 'rontgen_lumbo', title: 'Rontgen<br/>Lumbosakral', width: "150px" },
- { field: 'kesimpulan_rontgen_lumbo', title: 'Kesimpulan<br/>Rontgen<br/>Lumbosakral', width: "150px" },
- {
- title: 'Pemeriksaan Jantung', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'ekg', title: 'EKG', width: "150px" }, //missing column title in excel
- { field: 'kesimpulan_ekg', title: 'Kesimpulan EKG', width: "150px" }, //missing column title in excel
- { field: 'treadmill', title: 'Treadmill', width: "150px" }, //missing column title in excel
- { field: 'kesimpulan_treadmill', title: 'Kesimpulan<br/>Treadmill', width: "150px" }, //missing column title in excel
- { field: 'echocardiografi', title: 'Echocardiografi', width: "150px" },
- { field: 'ct_cardio', title: 'CT Cardio', width: "150px" },
- { field: 'cathlab', title: 'Cathlab', width: "150px" }
- ]
- },
- { field: 'audiometri', title: 'Audiometri', width: "150px" },
- { field: 'kesimpulan_audiometri', title: 'Kesimpulan<br/>Audiometri', width: "150px" },
- { field: 'spirometri', title: 'Spirometri', width: "150px" },
- { field: 'kesimpulan_spirometri', title: 'Kesimpulan<br/>Spirometri', width: "150px" },
- { field: 'foto_sinus', title: 'Foto Sinus', width: "150px" },
- {
- title: 'LED', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'led', title: '< 10 < 20', width: "100px" } //missing column title in excel
- ]
- },
- {
- title: 'Hb', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'hb', title: '13.2 - 17.3<br/>11.7 - 15.5', width: "120px" } //missing column title in excel
- ]
- },
- {
- title: 'Leukosit', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'leukosit', title: '3600 - 11000', width: "150px" } //missing column title in excel
- ]
- },
- {
- title: 'Thrombosit', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'trombosit', title: '150000 - 440000', width: "150px" } //missing column title in excel
- ]
- },
- {
- title: 'Ht', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'ht', title: '40 - 52<br/>35 - 47', width: "120px" } //missing column title in excel
- ]
- },
- {
- title: 'HITUNG JENIS', headerAttributes: { style: "text-align: center" },
- columns: [
- {
- title: 'Basofil', headerAttributes: { style: "text-align: center" }, //misplaced in excel
- columns: [
- { field: 'basofil', title: '0 - 1%', width: "100px" } //misplaced in excel
- ]
- },
- {
- title: 'Eosinofil', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'eosinofil', title: '0 - 5%', width: "100px" } //misplaced in excel
- ]
- },
- {
- title: 'Batang', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'batang', title: '2 - 6%', width: "100px" } //misplaced in excel
- ]
- },
- {
- title: 'Segment', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'segment', title: '50 - 70%', width: "100px" } //missing column title in excel
- ]
- },
- {
- title: 'Limfosit', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'limfosit', title: '25 - 40%', width: "100px" } //misplaced in excel
- ]
- },
- {
- title: 'Monosit', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'monosit', title: '2 - 8%', width: "100px" } //misplaced in excel
- ]
- }
- ]
- },
- {
- title: 'Eritrosit', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'eritrosit', title: '4.5 - 5.9', width: "100px" }
- ]
- },
- { field: 'gol_darah', title: 'Gol Darah', width: "100px" },
- { field: 'rhesus', title: 'Rhesus', width: "100px" }
- ]
- },
- {
- title: 'FUNGSI HATI', headerAttributes: { style: "text-align: center" },
- columns: [
- {
- title: 'SGOT', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'sgot', title: '< 40<br/>< 32', width: "100px" } //missing column title in excel
- ]
- },
- {
- title: 'SGPT', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'sgpt', title: '< 41<br/>< 33', width: "100px" } //missing column title in excel
- ]
- }
- ]
- },
- {
- title: 'FUNGSI LEMAK', headerAttributes: { style: "text-align: center" },
- columns: [
- {
- title: 'Kolesterol Total', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'kolesterol_total', title: '< 200', width: "100px" } //misplaced in excel
- ]
- },
- {
- title: 'Kolesterol HDL', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'kolesterol_hdl', title: '40 - 59', width: "100px" } //misplaced in excel
- ]
- },
- {
- title: 'Indeks Kolesterol<br/>Total / HDL', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'indeks_kolesterol', title: '< 4', width: "120px" } //misplaced in excel
- ]
- },
- {
- title: 'Kolesterol LDL', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'kolesterol_ldl', title: '< 100', width: "100px" } //misplaced in excel
- ]
- },
- {
- title: 'Trigliserida', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'trigliserida', title: '< 150', width: "100px" }
- ]
- }
- ]
- },
- {
- title: 'GULA DARAH', headerAttributes: { style: "text-align: center" },
- columns: [
- {
- title: 'Glukosa Puasa', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'glukosa_puasa', title: '60 - 100', width: "100px" }
- ]
- },
- {
- title: 'Reduksi Puasa', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'reduksi_puasa', title: 'Negatif', width: "100px" }
- ]
- },
- {
- title: 'Glukosa Sewaktu', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'glukosa_sewaktu', title: '< 140', width: "120px" }
- ]
- },
- {
- title: 'HbA1c', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'hba1c', title: '', width: "100px" }
- ]
- },
- {
- title: 'Reduksi<br/>Sewaktu', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'reduksi_sewaktu', title: 'Negatif', width: "100px" },
- ]
- }
- ]
- },
- {
- title: 'FUNGSI GINJAL', headerAttributes: { style: "text-align: center" },
- columns: [
- {
- title: 'Ureum', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'ureum', title: '10 - 50', width: "100px" }
- ]
- },
- {
- title: 'Creatinin', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'creatinin', title: '< 1.20', width: "100px" }
- ]
- },
- {
- title: 'Asam Urat', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'asam_urat', title: '3.4 - 7.0<br/>2.4 - 5.7', width: "120px" }
- ]
- }
- ]
- },
- {
- title: 'IMUNO-SEROLOGI', headerAttributes: { style: "text-align: center" },
- columns: [
- {
- title: 'VDRL', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'vdrl', title: 'Negatif', width: "100px" }
- ]
- },
- {
- title: 'HBs-Ag', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'hbs_ag', title: 'Negatif', width: "100px" }
- ]
- },
- {
- title: 'Anti HBs', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'anti_hbs', title: '>= 100', width: "100px" }
- ]
- },
- {
- title: 'Anti HIV (Elisa)', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'anti_hiv', title: 'Negatif', width: "100px" }
- ]
- }
- ]
- },
- {
- title: 'URINALISIS', headerAttributes: { style: "text-align: center" },
- columns: [
- {
- title: 'Warna', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_warna', title: 'Kuning', width: "100px" }
- ]
- },
- {
- title: 'Kejernihan', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_kejernihan', title: 'Jernih', width: "100px" }
- ]
- },
- {
- title: 'pH', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_ph', title: '4.5 - 8.5', width: "100px" }
- ]
- },
- {
- title: 'Berat Jenis', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_berat_jenis', title: '1003 - 1030', width: "120px" }
- ]
- },
- {
- title: 'Albumin', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_albumin', title: 'Negatif', width: "100px" }
- ]
- },
- {
- title: 'Glukosa', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_glukosa', title: 'Negatif', width: "100px" }
- ]
- },
- {
- title: 'Bilirubin', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_bilirubin', title: 'Negatif', width: "100px" }
- ]
- },
- {
- title: 'Urobilinogen', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_urobilinogen', title: '3 - 16<br/>/ normal', width: "120px" }
- ]
- },
- {
- title: 'Keton', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_keton', title: 'Negatif', width: "100px" }
- ]
- },
- {
- title: 'Darah Samar', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_darah_samar', title: 'Negatif', width: "100px" }
- ]
- },
- {
- title: 'Lekositesterase', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_lekositesterase', title: 'Negatif', width: "120px" }
- ]
- },
- {
- title: 'Nitrit', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_nitrit', title: 'Negatif', width: "100px" }
- ]
- },
- {
- title: 'SEDIMENT', headerAttributes: { style: "text-align: center" },
- columns: [
- {
- title: 'Leukosit', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_leukosit', title: '<3+: 10-29', width: "120px" } //missing column title in excel
- ]
- },
- {
- title: 'Eritrosit', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_eritrosit', title: '<3+: 10-29', width: "120px" } //missing column title in excel
- ]
- },
- {
- title: 'Epitel', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_epitel', title: '<3+: 10-29', width: "120px" } //misplaced in excel
- ]
- },
- {
- title: 'Silinder', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_silinder', title: '<3+: 10-100', width: "120px" } //misplaced in excel
- ]
- },
- {
- title: 'Kristal', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_kristal', title: '<3+: 10', width: "120px" } //misplaced in excel
- ]
- },
- {
- title: 'Bakteri', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_bakteri', title: '<2+: banYk', width: "120px" } //misplaced in excel
- ]
- },
- {
- title: 'Lain-lain', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'urin_lain', title: 'Negatif', width: "100px" } //misplaced in excel
- ]
- }
- ]
- }
- ]
- },
- {
- title: 'NARKOBA / DRUGS SCREENING', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'amfetamin', title: 'Amfetamin', width: "120px" },
- { field: 'methamfetamin', title: 'Methamfetamin', width: "150px" },
- { field: 'canabis', title: 'Canabis', width: "100px" },
- { field: 'benzodiazepin', title: 'Benzodiazepin', width: "150px" },
- { field: 'opiat', title: 'Opiat', width: "100px" },
- { field: 'coccaine', title: 'Coccaine', width: "100px" }
- ]
- },
- {
- title: 'KRITERIA JANTUNG', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'edinburgh', title: 'Edinburgh (%)', width: "150px" }
- ]
- },
- {
- title: 'KRITERIA DIABETES', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'australian_diabetes', title: 'Australian Type 2<br/>Diabetes Risk<br/>Asessment Tool<br/>(%)', width: "150px" }
- ]
- },
- {
- title: 'SINDROM METABOLIK', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'is_ncep_atp', title: 'NCEP-ATP<br/>(3 dari total 5<br/>kriteria)', width: "150px", template: "#if(is_ncep_atp==null){# #: '' # #}else{# #if(is_ncep_atp==true){# #: 'Y' # #}else{# #: 'N' # #}# #}#" }
- ]
- },
- {
- title: 'KRITERIA ASTERIX (^) MICHIGAN WELLNESS STUDY (MODIFIED)', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'jumlah_bintang', title: 'Jumlah', width: "200px" }
- ]
- },
- { field: 'kesimpulan_umum', title: 'KESIMPULAN', width: "400px" },
- {
- title: 'RESIKO KESEHATAN DI PAMA', headerAttributes: { style: "text-align: center" },
- columns: [
- { field: 'risiko_kesehatan_umum', title: 'Low Risk, Medium Risk,<br/>High Risk, Critical Risk', width: "200px" } //missing column title in excel
- ]
- },
- { field: 'saran_umum', title: 'SARAN', width: "400px" },
- { field: 'kkr', title: 'KLASIFIKASI KKR', width: "150px" },
- { field: 'status_followup_mcu', title: 'STATUS<br/>FOLLOWUP MCU', width: "150px" }
- ],
- dataBinding: function () {
- window.rowNo = (this.dataSource.page() - 1) * this.dataSource.pageSize();
- }
- });}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement