From 64514cfdc82c40cc65cc01dbc18f83e7dc7ba7eb Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Thu, 27 Mar 2025 18:17:55 +0700 Subject: [PATCH] Update AHIV,AHCV,HBSAG,AHBS,HBSAB dan VDRL Agar Tidak Merah Saat Nilai Tidak Normal --- app/Controllers/PrintResult.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Controllers/PrintResult.php b/app/Controllers/PrintResult.php index 9ec07f2..39122d2 100644 --- a/app/Controllers/PrintResult.php +++ b/app/Controllers/PrintResult.php @@ -858,10 +858,10 @@ class PrintResult extends BaseController { } elseif ($resflag == 'L' || $resflag == 'H') { // $resflag .= "  "; // $color = "red_font"; - + // Pengecualian Khusus $excludedred = ["HBsAg", "Anti HIV", "VDRL/Anti TP", "Anti HCV", "Anti HBs", "HBs-Ab"]; - if (in_array(strtolower($item['SHORTTEXT']), $excludedred)) { + if (in_array($item['SHORTTEXT'], $excludedred)) { $color = ""; } else { // Normal $color = "red_font"; @@ -878,7 +878,7 @@ class PrintResult extends BaseController { } elseif ($range == false) { // Jika nilai bukan merupakan rentang alias hanya code - $excludedred = ["fibers", "fat", "HBsAg", "Anti HIV", "VDRL/Anti TP", "Anti HCV", "Anti HBs", "HBs-Ab"]; + $excludedred = ["fibers", "fat"]; if ( in_array(strtolower($item['SHORTTEXT']), $excludedred)) { // Khusus Shorttex Ini jika Positive maka tidak perlu merah $color = "";