Update
This commit is contained in:
@@ -376,7 +376,7 @@ class AstmMessageService
|
|||||||
if (strpos($cekbersih, 's4') === 0) {
|
if (strpos($cekbersih, 's4') === 0) {
|
||||||
$tanggalkeluar = $tanggalkeluar.' '.substr($cekbersih, 2);
|
$tanggalkeluar = $tanggalkeluar.' '.substr($cekbersih, 2);
|
||||||
}
|
}
|
||||||
if ($antibiotic != ''){
|
if ($antibiotic != '' AND $resistance != '' AND $value != '' AND $interpretation != '') {
|
||||||
$parsedData['antibiotics'][] = [
|
$parsedData['antibiotics'][] = [
|
||||||
'antibiotic' => $antibiotic, // Antibiotik
|
'antibiotic' => $antibiotic, // Antibiotik
|
||||||
'resistance' => $resistance, // Hasil Resistansi
|
'resistance' => $resistance, // Hasil Resistansi
|
||||||
|
|||||||
Reference in New Issue
Block a user