Update test VDRL jika Reactive Warnai Merah

This commit is contained in:
mikael-zakaria 2025-04-04 16:49:27 +08:00
parent 75bfadc077
commit 76d9b1bbd7

View File

@ -903,7 +903,7 @@ class PrintResult extends BaseController {
if (in_array(strtolower($item['RESCOMMENT']), $redWord)) { if (in_array(strtolower($item['RESCOMMENT']), $redWord)) {
// Pengecualian Khusus Untuk Test Berikut // Pengecualian Khusus Untuk Test Berikut
$excludedred = ["Anti HIV", "VDRL/Anti TP", "Anti HCV", "Anti HBs", "HBs-Ab"]; $excludedred = ["Anti HIV", "Anti HCV", "Anti HBs", "HBs-Ab"];
if (in_array($item['SHORTTEXT'], $excludedred)) { if (in_array($item['SHORTTEXT'], $excludedred)) {
$color = ""; $color = "";
} else { // Normal } else { // Normal