Example #1
0
 public GetOpenedPharmaceuticalPrescriptionQueryHandler(IEHealthPrescriptionService prescriptionService, IMedicalfileQueryRepository medicalfileQueryRepository)
 {
     _prescriptionService        = prescriptionService;
     _medicalFileQueryRepository = medicalfileQueryRepository;
 }
Example #2
0
 public GetPharmaceuticalPrescriptionQueryHandler(IEHealthPrescriptionService prescriptionService, IEHealthAmpService ampService, IPatientQueryRepository patientQueryRepository)
 {
     _prescriptionService    = prescriptionService;
     _ampService             = ampService;
     _patientQueryRepository = patientQueryRepository;
 }