Update Tidak Menampilkan Test Group (ALB dan GLOB)

This commit is contained in:
mikael-zakaria 2025-04-14 14:22:29 +08:00
parent 3d9a34c713
commit 58be9960eb

View File

@ -1177,7 +1177,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'; return $serum_type != 'Feces' && $serum_type != 'Urine' && $chapter_eng != 'Note' && $serum_type != 'Swab Tenggorokan' && $printable !=1 && $tesscode!='EGFR' && $tesscode!='RAG' && $tesscode!='GLOB';
}); });
$notes = array_filter($results, function($item) { $notes = array_filter($results, function($item) {