UNPKG

@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.

7 lines (6 loc) 322 B
import { ReimbursementType } from '../types/reimbursement'; export declare const getReimbursementOptions: (t: (key: string) => string) => { value: ReimbursementType; label: string; }[]; export declare function getCategoryLabelForReimbursement(code: string | undefined, translate: (key: string) => string): string;