Perbaikan untuk Waktu Pada Header Laporan Hasil
This commit is contained in:
parent
67fc5c9a6b
commit
b5d95eb695
@ -563,7 +563,7 @@ class PrintResult extends BaseController {
|
|||||||
} elseif ($hostordernumber[0] == 'S' || $hostordernumber[0] == 'X') {
|
} elseif ($hostordernumber[0] == 'S' || $hostordernumber[0] == 'X') {
|
||||||
$branch = "PMG Surabaya";
|
$branch = "PMG Surabaya";
|
||||||
} else {
|
} else {
|
||||||
$branch = "Unknown";
|
$branch = "Testing";
|
||||||
}
|
}
|
||||||
|
|
||||||
$collection_date = $data[0]['COLLECTIONDATE'];
|
$collection_date = $data[0]['COLLECTIONDATE'];
|
||||||
@ -1091,10 +1091,11 @@ class PrintResult extends BaseController {
|
|||||||
left join DICT_TEST_SAMPLES ts on ts.TESTID=t.TESTID and dt.TESTID=ts.TESTID
|
left join DICT_TEST_SAMPLES ts on ts.TESTID=t.TESTID and dt.TESTID=ts.TESTID
|
||||||
left join DICT_SAMPLES_TYPES st on st.SAMPTYPEID=ts.SAMPTYPEID
|
left join DICT_SAMPLES_TYPES st on st.SAMPTYPEID=ts.SAMPTYPEID
|
||||||
left join cmod.dbo.CM_DICT_TESTS cdt on dt.TESTCODE=cdt.TESTCODE
|
left join cmod.dbo.CM_DICT_TESTS cdt on dt.TESTCODE=cdt.TESTCODE
|
||||||
left join cmod.dbo.CM_RESULTS cr on cr.ACCESSNUMBER=r.ACCESSNUMBER and cr.TESTCODE=cdt.TESTCODE and cr.TESTCODE=dt.TESTCODE and t.RESUPDDATE = cr.RESDATE
|
left join cmod.dbo.CM_RESULTS cr on cr.ACCESSNUMBER=r.ACCESSNUMBER and cr.TESTCODE=cdt.TESTCODE and cr.TESTCODE=dt.TESTCODE
|
||||||
|
-- and t.RESUPDDATE = cr.RESDATE
|
||||||
|
-- and dt.SHORTTEXT <> 'EGFR'
|
||||||
where r.ACCESSNUMBER='$access'
|
where r.ACCESSNUMBER='$access'
|
||||||
and t.NOTPRINTABLE is null
|
and t.NOTPRINTABLE is null
|
||||||
-- and dt.SHORTTEXT <> 'EGFR'
|
|
||||||
ORDER BY t.TESTORDER";
|
ORDER BY t.TESTORDER";
|
||||||
$query = $db->query($sql);
|
$query = $db->query($sql);
|
||||||
$results = $query->getResultArray();
|
$results = $query->getResultArray();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user