This commit is contained in:
Dwi Swandhana
2026-04-10 18:16:52 +07:00
parent b0da4e5433
commit 9716fc05f6
@@ -889,7 +889,10 @@ class AstmMessageService
if (str_starts_with($alat, 'MYLA')) {
$organism = $obx[5] ?? '-';
$abnormalFlag = $obx[8] ?? '-';
$confidence = $obx[9] ?? '-';
$status = $obx[11] ?? '-';
$operator = $obx[16] ?? '-';
$resultAt = $this->astmToDateTime($obx[14] ?? null) ?? '-';
$comment = $nte[3] ?? '-';
$specimen = $spm[3] ?? '-';
@@ -902,7 +905,10 @@ class AstmMessageService
'Jenis Pesan: '.$messageType,
'Test: '.$testId,
'Hasil: '.$organism,
'Abnormal Flag: '.$abnormalFlag,
'Confidence: '.$confidence,
'Status: '.$status,
'Operator: '.$operator,
'Komentar: '.$comment,
'Tanggal Hasil: '.$resultAt,
'Tanggal Diterima LIS: '.$receivedAt,