From 8070f5cdb56a6b9c74c61e63466c631f070edc64 Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Sat, 10 May 2025 11:06:36 +0800 Subject: [PATCH] Update Test FE pada Hematologi Bisa Merah --- app/Controllers/PrintResult.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/Controllers/PrintResult.php b/app/Controllers/PrintResult.php index c278289..a8ff882 100644 --- a/app/Controllers/PrintResult.php +++ b/app/Controllers/PrintResult.php @@ -854,8 +854,13 @@ class PrintResult extends BaseController { // Untuk Hema Tidak Perlu Merah if($item['CHAPID']==1) { - $color = ""; - $resflag = ""; + // Pengecualian Untuk Test dengan code FE atau Ferittin Pada Chapter Hematologi + if ($item["TESTCODE"] == 'FE') { + $color = "red_font"; + } else { + $color = ""; + $resflag = ""; + } } elseif ($resflag == 'L' ) { // $resflag .= "  "; // $color = "red_font";