Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/patient-63

This commit is contained in:
Khafid Prayoga
2025-10-13 13:13:54 +07:00
166 changed files with 3957 additions and 768 deletions

No files matched your search

+2
View File
@@ -336,6 +336,8 @@ export const infraGroupCodes: Record<string, string> = {
room: 'Ruang',
chamber: 'Kamar',
bed: 'Ranjang',
counter: 'Counter',
'public-screen': 'Public Screen',
}
export const infraGroupCodesKeys: Record<string, string> = Object.keys(infraGroupCodes).reduce(