This commit is contained in:
Dwi Swandhana
2026-07-29 05:08:33 +07:00
parent 9cc78b23e0
commit 73b2e1ca7c
3 changed files with 149 additions and 23 deletions
@@ -842,7 +842,7 @@ class DokterController extends Controller
return 9;
}
if (str_starts_with($normalized, 'id/ast pending result')) {
if (str_starts_with($normalized, 'id/ast pending result') || $normalized === 'sedang id+ast') {
return 10;
}
@@ -862,7 +862,6 @@ class DokterController extends Controller
}
protected function isProsesingKoloniMediaStatus(string $normalizedStatus): bool {
$exactStatuses = [
'sedang id/ast',
'tidak ada pertumbuhan',
'tidak lanjut identifikasi',
'tidak tindak lanjut identifikasi',