Esempio n. 1
0
 public HomeController(
     IConsultationService consultationService,
     IOrderManageService orderManageService,
     IOrderTradeRecordService orderTradeRecordService,
     IRefundManageService refundManageService,
     ILeaguerInfoService leaguerservice,
     IUnitOfWorkManager unitOfWorkManager,
     IAttachmentServices attachmentServices,
     IUserManagerService userManagerService,
     IPublishsService publishsService,
     IAbpSession session,
     IYaeherOperListService yaeherOperListService,
     INotificationPublisher notificationPublisher)
 {
     _consultationService      = consultationService;
     _orderManageService       = orderManageService;
     _orderTradeRecordService  = orderTradeRecordService;
     _refundManageService      = refundManageService;
     _leaguerservice           = leaguerservice;
     _unitOfWorkManager        = unitOfWorkManager;
     _IabpSession              = session;
     _attachmentService        = attachmentServices;
     _userManagerService       = userManagerService;
     _publishsService          = publishsService;
     _YaeherOperListrepository = yaeherOperListService;
     _notificationPublisher    = notificationPublisher;
 }
Esempio n. 2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="leaguerservice"></param>
 /// <param name="session"></param>
 /// <param name="yaeherOperListService"></param>
 public YaeherPatientLeaguerInfoController(ILeaguerInfoService leaguerservice,
                                           IAbpSession session,
                                           IYaeherOperListService yaeherOperListService)
 {
     _LeaguerService        = leaguerservice;
     _IabpSession           = session;
     _yaeherOperListService = yaeherOperListService;
 }
Esempio n. 3
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="orderTimeoutReminderService"></param>
 /// <param name="orderEarlyWarningService"></param>
 /// <param name="session"></param>
 /// <param name="yaeherOperListService"></param>
 public RemindController(IOrderTimeoutReminderService orderTimeoutReminderService,
                         IOrderEarlyWarningService orderEarlyWarningService,
                         IAbpSession session,
                         IYaeherOperListService yaeherOperListService)
 {
     _OrderTimeoutReminderService = orderTimeoutReminderService;
     _OrderEarlyWarningService    = orderEarlyWarningService;
     _IabpSession           = session;
     _yaeherOperListService = yaeherOperListService;
 }
 /// <summary>
 ///
 /// </summary>
 /// <param name="corporateIncomeTotalService"></param>
 /// <param name="corporateIncomeDetailsService"></param>
 /// <param name="session"></param>
 /// <param name="yaeherOperListService"></param>
 public CompaniesReportController(ICorporateIncomeTotalService corporateIncomeTotalService,
                                  ICorporateIncomeDetailsService corporateIncomeDetailsService,
                                  IAbpSession session,
                                  IYaeherOperListService yaeherOperListService)
 {
     _corporateIncomeTotalService   = corporateIncomeTotalService;
     _corporateIncomeDetailsService = corporateIncomeDetailsService;
     _IabpSession           = session;
     _yaeherOperListService = yaeherOperListService;
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="patientCollectionService"></param>
 /// <param name="patientDoctorService"></param>
 /// <param name="shareDoctorService"></param>
 /// <param name="session"></param>
 /// <param name="yaeherOperListService"></param>
 public YaeherPatientCollectionController(IPatientCollectionService patientCollectionService,
                                          IPatientDoctorService patientDoctorService,
                                          IShareDoctorService shareDoctorService,
                                          IAbpSession session,
                                          IYaeherOperListService yaeherOperListService)
 {
     _PatientCollectionService = patientCollectionService;
     _PatientDoctorService     = patientDoctorService;
     _ShareDoctorService       = shareDoctorService;
     _IabpSession           = session;
     _yaeherOperListService = yaeherOperListService;
 }
Esempio n. 6
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="doctorIncomeService"></param>
 /// <param name="incomeDetailsService"></param>
 /// <param name="userManagerService"></param>
 /// <param name="session"></param>
 /// <param name="yaeherOperListService"></param>
 /// <param name="yaeherDoctorService"></param>
 public DoctorReportController(IDoctorIncomeService doctorIncomeService,
                               IIncomeDetailsService incomeDetailsService,
                               IUserManagerService userManagerService,
                               IAbpSession session,
                               IYaeherOperListService yaeherOperListService,
                               IYaeherDoctorService yaeherDoctorService)
 {
     _DoctorIncomeService   = doctorIncomeService;
     _IncomeDetailsService  = incomeDetailsService;
     _userManagerService    = userManagerService;
     _IabpSession           = session;
     _yaeherOperListService = yaeherOperListService;
     _yaeherDoctorService   = yaeherDoctorService;
 }
Esempio n. 7
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="yaeherModuleService"></param>
 /// <param name="yaeherRoleModuleService"></param>
 /// <param name="yaeherRoleService"></param>
 /// <param name="yaeherUserRoleService"></param>
 /// <param name="session"></param>
 /// <param name="yaeherOperListService"></param>
 public YaeherAuthController(IYaeherModuleService yaeherModuleService,
                             IYaeherRoleModuleService yaeherRoleModuleService,
                             IYaeherRoleService yaeherRoleService,
                             IYaeherUserRoleService yaeherUserRoleService,
                             IAbpSession session,
                             IYaeherOperListService yaeherOperListService)
 {
     _yaeherModuleService     = yaeherModuleService;
     _yaeherRoleModuleService = yaeherRoleModuleService;
     _yaeherRoleService       = yaeherRoleService;
     _yaeherUserRoleService   = yaeherUserRoleService;
     _IabpSession             = session;
     _yaeherOperListService   = yaeherOperListService;
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="doctorSchedulingService"></param>
 /// <param name="session"></param>
 /// <param name="systemParameterService"></param>
 /// <param name="yaeherDoctorService"></param>
 /// <param name="yaeherOperListService"></param>
 /// <param name="userManagerService"></param>
 public SchedulingController(IDoctorSchedulingService doctorSchedulingService,
                             IAbpSession session,
                             ISystemParameterService systemParameterService,
                             IYaeherDoctorService yaeherDoctorService,
                             IYaeherOperListService yaeherOperListService,
                             IUserManagerService userManagerService)
 {
     _DoctorSchedulingService = doctorSchedulingService;
     _systemParameterService  = systemParameterService;
     _YaeherDoctorService     = yaeherDoctorService;
     _IabpSession             = session;
     _yaeherOperListService   = yaeherOperListService;
     _userManagerService      = userManagerService;
 }
Esempio n. 9
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="doctorRulesService"></param>
 /// <param name="session"></param>
 /// <param name="clinicDoctorReltionService"></param>
 /// <param name="yaeherDoctorService"></param>
 /// <param name="userManagerService"></param>
 /// <param name="clinicInfomationService"></param>
 /// <param name="yaeherOperListService"></param>
 public DoctorRulesController(IDoctorRulesService doctorRulesService,
                              IAbpSession session,
                              IClinicDoctorReltionService clinicDoctorReltionService,
                              IYaeherDoctorService yaeherDoctorService,
                              IUserManagerService userManagerService,
                              IClinicInfomationService clinicInfomationService,
                              IYaeherOperListService yaeherOperListService)
 {
     _doctorRulesService         = doctorRulesService;
     _clinicDoctorReltionService = clinicDoctorReltionService;
     _yaeherDoctorService        = yaeherDoctorService;
     _IabpSession             = session;
     _userManagerService      = userManagerService;
     _clinicInfomationService = clinicInfomationService;
     _yaeherOperListService   = yaeherOperListService;
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="qualityControlManageService"></param>
 /// <param name="session"></param>
 /// <param name="collectConsultationService"></param>
 /// <param name="yaeherDoctorService"></param>
 /// <param name="consultationService"></param>
 /// <param name="systemParameterService"></param>
 /// <param name="yaeherOperListService"></param>
 /// <param name="userManagerService"></param>
 public CollectConsultationController(IQualityControlManageService qualityControlManageService,
                                      IAbpSession session, ICollectConsultationService collectConsultationService,
                                      IYaeherDoctorService yaeherDoctorService,
                                      IConsultationService consultationService,
                                      ISystemParameterService systemParameterService,
                                      IYaeherOperListService yaeherOperListService,
                                      IUserManagerService userManagerService)
 {
     _QualityControlManageService = qualityControlManageService;
     _collectConsultationService  = collectConsultationService;
     _yaeherDoctorService         = yaeherDoctorService;
     _consultationService         = consultationService;
     _systemParameterService      = systemParameterService;
     _IabpSession           = session;
     _yaeherOperListService = yaeherOperListService;
     _userManagerService    = userManagerService;
 }
Esempio n. 11
0
 /// <summary>
 /// 科室 科室与标签 科室与医生关系
 /// </summary>
 /// <param name="attachmentService"></param>
 /// <param name="systemParameterService"></param>
 /// <param name="unitOfWorkManager"></param>
 /// <param name="session"></param>
 /// <param name="yaeherDoctorService"></param>
 /// <param name="doctorFileApplyService"></param>
 /// <param name="userManagerService"></param>
 /// <param name="yaeherOperListService"></param>
 public AttachmentController(IAttachmentServices attachmentService,
                             ISystemParameterService systemParameterService,
                             IUnitOfWorkManager unitOfWorkManager,
                             IAbpSession session,
                             IYaeherDoctorService yaeherDoctorService,
                             IDoctorFileApplyService doctorFileApplyService,
                             IUserManagerService userManagerService,
                             IYaeherOperListService yaeherOperListService)
 {
     _attachmentService      = attachmentService;
     _systemParameterService = systemParameterService;
     _unitOfWorkManager      = unitOfWorkManager;
     _yaeherDoctorService    = yaeherDoctorService;
     _doctorFileApplyService = doctorFileApplyService;
     _IabpSession            = session;
     _userManagerService     = userManagerService;
     _yaeherOperListService  = yaeherOperListService;
     //_cosHandler = cosHandler ?? throw new ArgumentNullException(nameof(cosHandler));
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="qualityControlManageService"></param>
 /// <param name="consultationService"></param>
 /// <param name="session"></param>
 /// <param name="yaeherDoctorService"></param>
 /// <param name="consultationEvaluationService"></param>
 /// <param name="consultationReplyService"></param>
 /// <param name="systemParameterService"></param>
 /// <param name="phoneReplyRecordService"></param>
 /// <param name="orderManageService"></param>
 /// <param name="orderTradeRecordService"></param>
 /// <param name="yaeherUserService"></param>
 /// <param name="attachmentServices"></param>
 /// <param name="collectConsultationService"></param>
 /// <param name="userManagerService"></param>
 /// <param name="unitOfWorkManager"></param>
 /// <param name="lableManageService"></param>
 /// <param name="doctorRelationService"></param>
 /// <param name="clinicInfomationService"></param>
 /// <param name="yaeherOperListService"></param>
 public DoctorQualityController(IQualityControlManageService qualityControlManageService,
                                IConsultationService consultationService,
                                IAbpSession session,
                                IYaeherDoctorService yaeherDoctorService,
                                IConsultationEvaluationService consultationEvaluationService,
                                IConsultationReplyService consultationReplyService,
                                ISystemParameterService systemParameterService,
                                IPhoneReplyRecordService phoneReplyRecordService,
                                IOrderManageService orderManageService,
                                IOrderTradeRecordService orderTradeRecordService,
                                IYaeherUserService yaeherUserService,
                                IAttachmentServices attachmentServices,
                                ICollectConsultationService collectConsultationService,
                                IUserManagerService userManagerService,
                                IUnitOfWorkManager unitOfWorkManager,
                                ILableManageService lableManageService,
                                IDoctorRelationService doctorRelationService,
                                IClinicInfomationService clinicInfomationService,
                                IYaeherOperListService yaeherOperListService)
 {
     _QualityControlManageService = qualityControlManageService;
     _consultationService         = consultationService;
     _yaeherDoctorService         = yaeherDoctorService;
     _phoneReplyRecordService     = phoneReplyRecordService;
     _yaeherUser                    = yaeherUserService;
     _orderManageService            = orderManageService;
     _orderTradeRecordService       = orderTradeRecordService;
     _IabpSession                   = session;
     _consultationEvaluationService = consultationEvaluationService;
     _consultationReplyService      = consultationReplyService;
     _systemParameterService        = systemParameterService;
     _attachmentServices            = attachmentServices;
     _collectConsultationService    = collectConsultationService;
     _userManagerService            = userManagerService;
     _unitOfWorkManager             = unitOfWorkManager;
     _lableManageService            = lableManageService;
     _DoctorRelationService         = doctorRelationService;
     _clinicInfomationService       = clinicInfomationService;
     _yaeherOperListService         = yaeherOperListService;
 }
Esempio n. 13
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="lableManageService"></param>
 /// <param name="session"></param>
 /// <param name="yaeherDoctorService"></param>
 /// <param name="doctorRelationService"></param>
 /// <param name="unitOfWorkManager"></param>
 /// <param name="userManagerService"></param>
 /// <param name="yaeherOperListService"></param>
 /// <param name="clinicDoctorReltionService"></param>
 /// <param name="clinicLableReltionService"></param>
 /// <param name="relationLabelListService"></param>
 public LableManageController(ILableManageService lableManageService,
                              IAbpSession session,
                              IYaeherDoctorService yaeherDoctorService,
                              IDoctorRelationService doctorRelationService,
                              IUnitOfWorkManager unitOfWorkManager,
                              IUserManagerService userManagerService,
                              IYaeherOperListService yaeherOperListService,
                              IClinicDoctorReltionService clinicDoctorReltionService,
                              IClinicLableReltionService clinicLableReltionService,
                              IRelationLabelListService relationLabelListService)
 {
     _lableManageService         = lableManageService;
     _yaeherDoctorService        = yaeherDoctorService;
     _doctorRelationService      = doctorRelationService;
     _unitOfWorkManager          = unitOfWorkManager;
     _IabpSession                = session;
     _userManagerService         = userManagerService;
     _yaeherOperListService      = yaeherOperListService;
     _clinicDoctorReltionService = clinicDoctorReltionService;
     _clinicLableReltionService  = clinicLableReltionService;
     _relationLabelListService   = relationLabelListService;
 }