Update agar test BILIN tidak ditampilkan pada Laporan Hasil

This commit is contained in:
mikael-zakaria 2025-05-13 12:34:09 +07:00
parent 8070f5cdb5
commit f6b390f7f0

View File

@ -1185,7 +1185,7 @@ class PrintResult extends BaseController {
$printable = $item['NOTPRINTABLE']; $printable = $item['NOTPRINTABLE'];
$tesscode = $item["TESTCODE"]; $tesscode = $item["TESTCODE"];
return $serum_type != 'Feces' && $serum_type != 'Urine' && $chapter_eng != 'Note' && $serum_type != 'Swab Tenggorokan' && $printable !=1 && $tesscode!='EGFR' && $tesscode!='RAG' && $tesscode!='GLOB'; return $serum_type != 'Feces' && $serum_type != 'Urine' && $chapter_eng != 'Note' && $serum_type != 'Swab Tenggorokan' && $printable !=1 && $tesscode!='EGFR' && $tesscode!='RAG' && $tesscode!='GLOB' && $tesscode!='BILIN';
}); });
$notes = array_filter($results, function($item) { $notes = array_filter($results, function($item) {