update
This commit is contained in:
@@ -842,7 +842,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;
|
||||
}
|
||||
|
||||
@@ -862,6 +862,7 @@ class DokterController extends Controller
|
||||
}
|
||||
protected function isProsesingKoloniMediaStatus(string $normalizedStatus): bool {
|
||||
$exactStatuses = [
|
||||
'sedang id/ast',
|
||||
'tidak ada pertumbuhan',
|
||||
'tidak lanjut identifikasi',
|
||||
'tidak tindak lanjut identifikasi',
|
||||
|
||||
Reference in New Issue
Block a user