@icure/cardinal-prescription-be-angular
Version:
This is a Belgian-specific Angular application for healthcare professionals to manage electronic prescriptions with SAM. Created by iCure.
55 lines (54 loc) • 1.22 kB
TypeScript
export declare const prescriptionDurationTranslations: {
fr: {
durationUnits: {
day: string;
week: string;
};
periodicityUnits: {
none: string;
week: string;
twoWeeks: string;
threeWeeks: string;
numberOfDays: string;
};
};
en: {
durationUnits: {
day: string;
week: string;
};
periodicityUnits: {
none: string;
week: string;
twoWeeks: string;
threeWeeks: string;
numberOfDays: string;
};
};
nl: {
durationUnits: {
day: string;
week: string;
};
periodicityUnits: {
none: string;
week: string;
twoWeeks: string;
threeWeeks: string;
numberOfDays: string;
};
};
de: {
durationUnits: {
day: string;
week: string;
};
periodicityUnits: {
none: string;
week: string;
twoWeeks: string;
threeWeeks: string;
numberOfDays: string;
};
};
};