feat: add new encounter entry form and handler with VClaim SEP and member validation.

This commit is contained in:
riefive
2025-12-02 12:50:14 +07:00
parent 4df67ed979
commit a058fd6659
3 changed files with 24 additions and 0 deletions
+2
View File
@@ -344,6 +344,8 @@ export const uploadCode: Record<string, string> = {
kk: 'person-family-card',
paspor: 'person-passport',
'mcu-report': 'mcu-item-result',
'vclaim-sep': 'vclaim-sep',
'vclaim-sipp': 'vclaim-sipp',
} as const
export type UploadCodeKey = keyof typeof uploadCode