export class Medicine { name: string; strength: string; form: string; wayOfIssuing: string; manufacturer: string; price: number; packaging: string; }