public PhysicianController()
 {
     _physicianStatusService = new PhysicianStatusService();
     _physician = new PhysicianService();
     _physicianStatusLogService    = new PhysicianStatusLogService();
     _physicianStatusSnoozeService = new PhysicianStatusSnoozeService();
     _caseService = new CaseService();
     _uclService  = new UCLService();
 }
 public LookupController()
 {
     _lookupService           = new LookupService();
     _physicianService        = new FacilityPhysicianService();
     _physicianStatusService  = new PhysicianStatusService();
     _uCLService              = new UCLService();
     _casCancelledTypeService = new CasCancelledTypeService();
     _adminService            = new AdminService();
 }
 public AdminController()
 {
     _adminService              = new AdminService();
     _physicianService          = new PhysicianService();
     _physicianStatus           = new PhysicianStatusService();
     _physicianStatusLogService = new PhysicianStatusLogService();
     _userLogService            = new AspNetUsersLogService();
     _alarmTuneService          = new AlarmTuneService();
     _userVerificationService   = new UserVerificationService();
 }
Exemple #4
0
 public UserProfileController()
 {
     _adminService              = new AdminService();
     _physicianService          = new PhysicianService();
     _physicianStatus           = new PhysicianStatusService();
     _physicianStatusLogService = new PhysicianStatusLogService();
     _userLogService            = new AspNetUsersLogService();
     _physicianLicenseService   = new PhysicianLicenseService();
     _facilityPhysicianService  = new FacilityPhysicianService();
     _UserProfileService        = new UserProfileServices();
 }
 public UserPresenceController()
 {
     _PhysicianStatusService = new PhysicianStatusService();
 }