From 3decbec88e50cae13939866216802966d9e90e92 Mon Sep 17 00:00:00 2001 From: Dwi Swandhana Date: Wed, 12 Aug 2026 10:51:17 +0700 Subject: [PATCH] update --- htdocs/app/Services/AstmMessageService.php | 4 +--- listener/app.py | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/app/Services/AstmMessageService.php b/htdocs/app/Services/AstmMessageService.php index 5c8b0284..8892c2e1 100644 --- a/htdocs/app/Services/AstmMessageService.php +++ b/htdocs/app/Services/AstmMessageService.php @@ -568,9 +568,7 @@ class AstmMessageService ] ); } - $this->updatePeriksaStatusByHierarchy($accnumber, 'Data BD Diterima'); - - + $this->updatePeriksaStatusByHierarchy($accnumber, 'Data BD Diterima ('. $bdResult . ')'); return true; } catch (\Throwable $e) { diff --git a/listener/app.py b/listener/app.py index 46f6b8fa..99941761 100644 --- a/listener/app.py +++ b/listener/app.py @@ -2008,7 +2008,8 @@ def create_myla_hl7_order_message(order, msg_control_id): # Sesuaikan pattern ID seperti contoh vendor (SPE/AWOS + accession). compact_id = re.sub(r"[^A-Z0-9]", "", sample_id) or "000000" - spm_id = f"SPE{compact_id}"[:30] + #spm_id = f"SPE{compact_id}"[:30] + spm_id = sample_id obr_order_id = f"AWOS{compact_id}"[:30] msh = (