From 58be9960ebc1c1447fdc69eff0f89274c209f46b Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Mon, 14 Apr 2025 14:22:29 +0800 Subject: [PATCH] Update Tidak Menampilkan Test Group (ALB dan GLOB) --- app/Controllers/PrintResult.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/PrintResult.php b/app/Controllers/PrintResult.php index 72d070f..e180af6 100644 --- a/app/Controllers/PrintResult.php +++ b/app/Controllers/PrintResult.php @@ -1177,7 +1177,7 @@ class PrintResult extends BaseController { $printable = $item['NOTPRINTABLE']; $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) {