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
|
// Untuk Hema Tidak Perlu Merah
|
||||||
if($item['CHAPID']==1) {
|
if($item['CHAPID']==1) {
|
||||||
|
// Pengecualian Untuk Test dengan code FE atau Ferittin Pada Chapter Hematologi
|
||||||
|
if ($item["TESTCODE"] == 'FE') {
|
||||||
|
$color = "red_font";
|
||||||
|
} else {
|
||||||
$color = "";
|
$color = "";
|
||||||
$resflag = "";
|
$resflag = "";
|
||||||
|
}
|
||||||
} elseif ($resflag == 'L' ) {
|
} elseif ($resflag == 'L' ) {
|
||||||
// $resflag .= " ";
|
// $resflag .= " ";
|
||||||
// $color = "red_font";
|
// $color = "red_font";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user