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') {
|
} elseif ($resflag == 'L' || $resflag == 'H') {
|
||||||
// $resflag .= " ";
|
// $resflag .= " ";
|
||||||
// $color = "red_font";
|
// $color = "red_font";
|
||||||
|
|
||||||
// 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($item['SHORTTEXT'], $excludedred)) {
|
||||||
$color = "";
|
$color = "";
|
||||||
} else { // Normal
|
} else { // Normal
|
||||||
$color = "red_font";
|
$color = "red_font";
|
||||||
@ -878,7 +878,7 @@ class PrintResult extends BaseController {
|
|||||||
|
|
||||||
} elseif ($range == false) { // Jika nilai bukan merupakan rentang alias hanya code
|
} 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
|
if ( in_array(strtolower($item['SHORTTEXT']), $excludedred)) { // Khusus Shorttex Ini jika Positive maka tidak perlu merah
|
||||||
|
|
||||||
$color = "";
|
$color = "";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user