update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user