This commit is contained in:
Duidev Software House
2025-10-27 08:09:17 +07:00
parent 90ab13dafd
commit c0c7c1b5fd
21 changed files with 1346 additions and 669 deletions
@@ -13,6 +13,7 @@ use App\Periksa;
use App\RekapAntibiotik;
use App\PendaftaranOnListiner;
use App\Organisms;
use App\KomponenJawaban;
// Proses untuk Growth and Detection Result
function processGrowthDetectionResult($rawData){
@@ -422,6 +423,17 @@ class AstmMessageService
'name' => $organism,
'category' => 'Vitek',
]);
KomponenJawaban::updateOrCreate(
[
'accnumber' => $accession_number,
'komponen' => 'bakteri',
'isidata' => $organism,
],
[
'template' => 'all',
'created_by' => 'Vitek'
]
);
}
}
$cekdataperiksa = Periksa::where('nofoto', $accession_number)->first();