UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

9 lines 439 B
import { OutputDrugWithDose } from './output-drug-with-dose'; import { OutputPrescription } from './output-prescription'; export declare class OutputPrescriptionEquivalent { prescription: OutputPrescription; selectedEquivalent?: OutputDrugWithDose[]; unitError: boolean; constructor(prescription: OutputDrugWithDose, selectedEquivalent?: OutputDrugWithDose[]); } //# sourceMappingURL=output-prescription-equivalent.d.ts.map