Esempio n. 1
0
 public PeerReviewController()
 {
     _iPaticipantService  = new MMCService.PaticipantService.PaticipantServiceClient();
     _iPreparationService = new MMCService.PreparationService.PreparationServiceClient();
     _IntakeService       = new MMCService.IntakeService.IntakeServiceClient();
     _iCommonService      = new MMCService.CommonService.CommonServiceClient();
 }
Esempio n. 2
0
 public IntakeController()
 {
     _intakeService      = new MMCService.IntakeService.IntakeServiceClient();
     _commonService      = new serviceModel.CommonService.CommonServiceClient();
     _patientService     = new MMCService.PatientService.PatientServiceClient();
     _pdfSplitterService = new PDFSplitterService();
     _storageService     = new StorageService();
 }
        // GET: PatientMedicalRecord

        public PatientMedicalRecordController()
        {
            _iPatientService    = new MMCService.PatientService.PatientServiceClient();
            _pdfSplitterService = new PDFSplitterService();
            _storageService     = new StorageService();
            _iCommonService     = new MMCService.CommonService.CommonServiceClient();
            _intakeService      = new MMCService.IntakeService.IntakeServiceClient();
        }
Esempio n. 4
0
 public BillingController()
 {
     _intakeService       = new MMCService.IntakeService.IntakeServiceClient();
     _iPreparationService = new MMCService.PreparationService.PreparationServiceClient();
     _iBillingService     = new MMCService.BillingService.BillingServiceClient();
     _iClientService      = new MMCService.ClientService.ClientServiceClient();
     _iCommonService      = new MMCService.CommonService.CommonServiceClient();
     _storageService      = new StorageService();
 }
Esempio n. 5
0
 public IMRController()
 {
     _iIMRService                   = new MMCService.IMRService.IMRServiceClient();
     _iPreparationService           = new MMCService.PreparationService.PreparationServiceClient();
     _intakeService                 = new MMCService.IntakeService.IntakeServiceClient();
     _storageService                = new StorageService();
     _mailService                   = new EMailService();
     _iCommonService                = new MMCService.CommonService.CommonServiceClient();
     _pdfSplitterService            = new PDFSplitterService();
     _iUserService                  = new MMCService.UserService.UserServiceClient();
     _iEmailRecordAttachmentService = new MMCService.EmailRecordAttachmentService.EmailRecordAttachmentServiceClient();
 }
 public NotificationController()
 {
     _intakeService                 = new MMCService.IntakeService.IntakeServiceClient();
     _iPreparationService           = new MMCService.PreparationService.PreparationServiceClient();
     _iNotificationService          = new MMCService.NotificationService.NotificationServiceClient();
     _iCommonService                = new MMCService.CommonService.CommonServiceClient();
     _iUserService                  = new MMCService.UserService.UserServiceClient();
     _storageService                = new StorageService();
     _mailService                   = new EMailService();
     _iCommonService                = new MMCService.CommonService.CommonServiceClient();
     _iEmailRecordAttachmentService = new MMCService.EmailRecordAttachmentService.EmailRecordAttachmentServiceClient();
 }