UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

8 lines 290 B
export class OutputPrescriptionEquivalent { constructor(prescription, selectedEquivalent) { this.unitError = false; this.prescription = prescription; this.selectedEquivalent = selectedEquivalent; } } //# sourceMappingURL=output-prescription-equivalent.js.map