Merge branch 'dev' into feat/patient-63
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user