Method | Description | |
---|---|---|
QualityControl ( int id ) : System.Web.Mvc.ActionResult | ||
ResultsController ( IRepositoryFactory repositoryFactory, IPhredService phredService, IBarcodeService barcodeService ) : System | ||
RunValidation ( int id ) : JsonNetResult | ||
UploadFile ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
DecideQualityControl ( int id, bool accepted, bool qcByDate = false ) : System.Web.Mvc.RedirectToRouteResult | ||
UploadFile ( System.Web.HttpPostedFileBase file ) : JsonNetResult |
public QualityControl ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ResultsController ( IRepositoryFactory repositoryFactory, IPhredService phredService, IBarcodeService barcodeService ) : System | ||
repositoryFactory | IRepositoryFactory | |
phredService | IPhredService | |
barcodeService | IBarcodeService | |
return | System |
public RunValidation ( int id ) : JsonNetResult | ||
id | int | |
return | JsonNetResult |
public UploadFile ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |