Update AHIV,AHCV,HBSAG,AHBS,HBSAB dan VDRL Agar Tidak Merah Saat Nilai Tidak Normal
This commit is contained in:
parent
83310f88a4
commit
69270d1962
@ -857,7 +857,15 @@ class PrintResult extends BaseController {
|
|||||||
$color = "";
|
$color = "";
|
||||||
} elseif ($resflag == 'L' || $resflag == 'H') {
|
} elseif ($resflag == 'L' || $resflag == 'H') {
|
||||||
// $resflag .= " ";
|
// $resflag .= " ";
|
||||||
$color = "red_font";
|
// $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)) {
|
||||||
|
$color = "";
|
||||||
|
} else { // Normal
|
||||||
|
$color = "red_font";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hanya Untuk Yang Kode Nya Adalah CODE/CM
|
// Hanya Untuk Yang Kode Nya Adalah CODE/CM
|
||||||
@ -885,12 +893,12 @@ class PrintResult extends BaseController {
|
|||||||
} else { // Jika Rentang diatas nilai normal
|
} else { // Jika Rentang diatas nilai normal
|
||||||
|
|
||||||
// Pengecualian Khusus
|
// Pengecualian Khusus
|
||||||
$excludedred = ["HBsAg", "Anti HIV", "VDRL/Anti TP", "Anti HCV", "Anti HBs", "HBs-Ab"];
|
// $excludedred = ["HBsAg", "Anti HIV", "VDRL/Anti TP", "Anti HCV", "Anti HBs", "HBs-Ab"];
|
||||||
if (in_array(strtolower($item['SHORTTEXT']), $excludedred)) {
|
// if (in_array(strtolower($item['SHORTTEXT']), $excludedred)) {
|
||||||
$color = "";
|
// $color = "";
|
||||||
} else { // Normal
|
// } else { // Normal
|
||||||
$color = "red_font";
|
$color = "red_font";
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user