@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.
14 lines (13 loc) • 914 B
TypeScript
import { EventEmitter } from '@angular/core';
import { PrescribedMedicationType } from '../../../../shared/types';
import * as i0 from "@angular/core";
export declare class PrescriptionRowComponent {
prescribedMedication: PrescribedMedicationType;
handleModifyPrescription: EventEmitter<PrescribedMedicationType>;
handleDeletePrescription: EventEmitter<PrescribedMedicationType>;
get prescriptionTitle(): string | undefined;
onModifyClick(): void;
onDeleteClick(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PrescriptionRowComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PrescriptionRowComponent, "cardinal-prescription-card", never, { "prescribedMedication": { "alias": "prescribedMedication"; "required": true; }; }, { "handleModifyPrescription": "handleModifyPrescription"; "handleDeletePrescription": "handleDeletePrescription"; }, never, never, true, never>;
}