@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.
43 lines (42 loc) • 937 B
TypeScript
export declare const deliveryModusTranslations: {
fr: {
specifications: {
Sp: string;
Sp1: string;
'Sp/S': string;
'Sp1/S': string;
'IMP/Sp': string;
'IMP/Sp1': string;
};
};
en: {
specifications: {
Sp: string;
Sp1: string;
'Sp/S': string;
'Sp1/S': string;
'IMP/Sp': string;
'IMP/Sp1': string;
};
};
nl: {
specifications: {
Sp: string;
Sp1: string;
'Sp/S': string;
'Sp1/S': string;
'IMP/Sp': string;
'IMP/Sp1': string;
};
};
de: {
specifications: {
Sp: string;
Sp1: string;
'Sp/S': string;
'Sp1/S': string;
'IMP/Sp': string;
'IMP/Sp1': string;
};
};
};