Update AHIV,AHCV,HBSAG,AHBS,HBSAB dan VDRL Agar Tidak Merah Saat Nilai Tidak Normal
This commit is contained in:
parent
69270d1962
commit
64514cfdc8
@ -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 = "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user