Merge branch 'dev' into feat/patient-63

This commit is contained in:
2025-10-17 16:54:30 +07:00
31 changed files with 1691 additions and 0 deletions
+9
View File
@@ -357,3 +357,12 @@ export const addressLocationTypeCode: Record<string, string> = {
}
export type AddressLocationTypeCode = keyof typeof addressLocationTypeCode
export const medicalActionTypeCode: Record<string, string> = {
chemo: 'Chemo',
hemo: 'Hemo',
thalasemia: 'Thalasemia',
echocardio: 'Echocardiography',
spirometry: 'Spirometry',
} as const
export type medicalActionTypeCodeKey = keyof typeof medicalActionTypeCode