Update AHIV,AHCV,HBSAG,AHBS,HBSAB dan VDRL Agar Tidak Merah Saat Nilai Tidak Normal
This commit is contained in:
parent
e66c10d5e6
commit
83310f88a4
@ -883,9 +883,16 @@ class PrintResult extends BaseController {
|
||||
}
|
||||
|
||||
} else { // Jika Rentang diatas nilai normal
|
||||
|
||||
// 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 Kondisi Ada Komentar Dibawah Result
|
||||
if ($item['RESCOMMENT'] != null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user