コード例 #1
0
 public CommonController()
 {
     _iPatientService = new MMCService.PatientService.PatientServiceClient();
     _iCommonService  = new MMCService.CommonService.CommonServiceClient();
     _storageService  = new StorageService();
     _mailService     = new EMailService();
     _iEmailRecordAttachmentService = new MMCService.EmailRecordAttachmentService.EmailRecordAttachmentServiceClient();
 }
コード例 #2
0
        // 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();
        }
コード例 #3
0
 public PatientController()
 {
     _iPatientService          = new MMCService.PatientService.PatientServiceClient();
     _iClientService           = new MMCService.ClientService.ClientServiceClient();
     _iPaticipantService       = new MMCService.PaticipantService.PaticipantServiceClient();
     _iCommonService           = new MMCService.CommonService.CommonServiceClient();
     _iUserService             = new MMCService.UserService.UserServiceClient();
     _storageService           = new StorageService();
     _iPaticipantServiceClient = new MMCService.PaticipantService.PaticipantServiceClient();
 }