@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.
99 lines (98 loc) • 2.71 kB
TypeScript
export declare const reimbursementTranslations: {
fr: {
practitionerSelectionOptions: {
none: string;
PAYINGTHIRDPARTY: string;
FIRSTDOSE: string;
SECONDDOSE: string;
THIRDDOSE: string;
CHRONICKINDEYDISEASE: string;
DIABETESTREATMENT: string;
DIABETESCONVENTION: string;
NOTREIMBURSABLE: string;
EXPLAINMEDICATION: string;
DIABETESSTARTPATH: string;
};
categoryOptions: {
A: string;
B: string;
C: string;
Cs: string;
Cx: string;
Fa: string;
Fb: string;
};
};
en: {
practitionerSelectionOptions: {
none: string;
PAYINGTHIRDPARTY: string;
FIRSTDOSE: string;
SECONDDOSE: string;
THIRDDOSE: string;
CHRONICKINDEYDISEASE: string;
DIABETESTREATMENT: string;
DIABETESCONVENTION: string;
NOTREIMBURSABLE: string;
EXPLAINMEDICATION: string;
DIABETESSTARTPATH: string;
};
categoryOptions: {
A: string;
B: string;
C: string;
Cs: string;
Cx: string;
Fa: string;
Fb: string;
};
};
nl: {
practitionerSelectionOptions: {
none: string;
PAYINGTHIRDPARTY: string;
FIRSTDOSE: string;
SECONDDOSE: string;
THIRDDOSE: string;
CHRONICKINDEYDISEASE: string;
DIABETESTREATMENT: string;
DIABETESCONVENTION: string;
NOTREIMBURSABLE: string;
EXPLAINMEDICATION: string;
DIABETESSTARTPATH: string;
};
categoryOptions: {
A: string;
B: string;
C: string;
Cs: string;
Cx: string;
Fa: string;
Fb: string;
};
};
de: {
practitionerSelectionOptions: {
none: string;
PAYINGTHIRDPARTY: string;
FIRSTDOSE: string;
SECONDDOSE: string;
THIRDDOSE: string;
CHRONICKINDEYDISEASE: string;
DIABETESTREATMENT: string;
DIABETESCONVENTION: string;
NOTREIMBURSABLE: string;
EXPLAINMEDICATION: string;
DIABETESSTARTPATH: string;
};
categoryOptions: {
A: string;
B: string;
C: string;
Cs: string;
Cx: string;
Fa: string;
Fb: string;
};
};
};