Update test VDRL jika Reactive Warnai Merah
This commit is contained in:
parent
75bfadc077
commit
76d9b1bbd7
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user