Update DL flaging merah dirubah jadihitam dan Fat/lemak diubah flagging stool itu positive tetap hitam
This commit is contained in:
parent
3fb064375b
commit
e0565bfa21
@ -846,7 +846,10 @@ class PrintResult extends BaseController {
|
||||
|
||||
// Untuk mewarnai value yang tidak beda dengan nilai normal
|
||||
$color = "";
|
||||
if ($resflag == 'L' || $resflag == 'H') {
|
||||
|
||||
if($item['CHAPID']==1) {
|
||||
$color = "";
|
||||
} elseif ($resflag == 'L' || $resflag == 'H') {
|
||||
// $resflag .= " ";
|
||||
$color = "red_font";
|
||||
}
|
||||
@ -861,7 +864,7 @@ class PrintResult extends BaseController {
|
||||
|
||||
} elseif ($range == false) { // Jika nilai bukan merupakan rentang alias hanya code
|
||||
|
||||
if ($item['TESTCODE'] == 'FMIFI') { // Khusus Kode Ini jika Positive maka tidak perlu merah
|
||||
if ($item['TESTCODE'] == 'FMIFI' || $item['TESTCODE'] == 'FMIFT') { // Khusus Kode Ini jika Positive maka tidak perlu merah
|
||||
|
||||
$color = "";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user