feat(patient): add occupation code support and update job selection
- Replace hardcoded job options with dynamic list from constants - Update patient preview to display occupation by code if available - Expand occupation codes in constants with comprehensive list
This commit is contained in:
No files matched your search
@@ -36,6 +36,7 @@ export function toTitleCase(str: string): string {
|
||||
return str.toLowerCase().replace(/\b\w/g, (char) => char.toUpperCase())
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Menghitung umur berdasarkan tanggal lahir
|
||||
* @param birthDate - Tanggal lahir dalam format Date atau string
|
||||
|
||||
Reference in New Issue
Block a user