Update Test FE pada Hematologi Bisa Merah
This commit is contained in:
parent
7c3fcdcb2c
commit
8070f5cdb5
@ -854,8 +854,13 @@ class PrintResult extends BaseController {
|
||||
|
||||
// Untuk Hema Tidak Perlu Merah
|
||||
if($item['CHAPID']==1) {
|
||||
$color = "";
|
||||
$resflag = "";
|
||||
// Pengecualian Untuk Test dengan code FE atau Ferittin Pada Chapter Hematologi
|
||||
if ($item["TESTCODE"] == 'FE') {
|
||||
$color = "red_font";
|
||||
} else {
|
||||
$color = "";
|
||||
$resflag = "";
|
||||
}
|
||||
} elseif ($resflag == 'L' ) {
|
||||
// $resflag .= " ";
|
||||
// $color = "red_font";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user