update
This commit is contained in:
@@ -854,7 +854,7 @@ class DokterController extends Controller
|
||||
return 9;
|
||||
}
|
||||
|
||||
if (str_starts_with($normalized, 'id/ast pending result') || $normalized === 'sedang id+ast') {
|
||||
if (str_starts_with($normalized, 'id/ast pending result')) {
|
||||
return 10;
|
||||
}
|
||||
|
||||
@@ -882,6 +882,7 @@ class DokterController extends Controller
|
||||
'menunggu kultur yang lain',
|
||||
'proses identifikasi dan uji kepekaan',
|
||||
'sedang malditof',
|
||||
'sedang id+ast',
|
||||
'pertumbuhan primer',
|
||||
];
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@ class AstmMessageService
|
||||
return 9;
|
||||
}
|
||||
|
||||
if (str_starts_with($normalized, 'id/ast pending result') || $normalized === 'sedang id+ast') {
|
||||
if (str_starts_with($normalized, 'id/ast pending result')) {
|
||||
return 10;
|
||||
}
|
||||
|
||||
@@ -191,6 +191,7 @@ class AstmMessageService
|
||||
'menunggu kultur yang lain',
|
||||
'proses identifikasi dan uji kepekaan',
|
||||
'sedang malditof',
|
||||
'sedang id+ast',
|
||||
'pertumbuhan primer',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user