C# Class EhrgoHealth.Web.Areas.Patient.Controllers.HomeController

Inheritance: PatientBaseController
显示文件 Open project: EhrgoHealth/CS6440

Public Methods

Method Description
AddAllergy ( ) : System.Web.Mvc.ActionResult
AddMedicine ( Models med ) : System.Web.Mvc.ActionResult
AllergyHistory ( Allergy all ) : Task
CheckAllergy ( ) : System.Web.Mvc.ActionResult
CheckVerification ( Models med ) : Task
History ( ) : Task
HomeController ( ApplicationUserManager userManager, IAuthenticationManager authManager ) : EhrgoHealth.Data
Index ( ) : System.Web.Mvc.ActionResult

Method Details

AddAllergy() public method

public AddAllergy ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

AddMedicine() public method

public AddMedicine ( Models med ) : System.Web.Mvc.ActionResult
med Models
return System.Web.Mvc.ActionResult

AllergyHistory() public method

public AllergyHistory ( Allergy all ) : Task
all EhrgoHealth.Web.Areas.Patient.Models.Allergy
return Task

CheckAllergy() public method

public CheckAllergy ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

CheckVerification() public method

public CheckVerification ( Models med ) : Task
med Models
return Task

History() public method

public History ( ) : Task
return Task

HomeController() public method

public HomeController ( ApplicationUserManager userManager, IAuthenticationManager authManager ) : EhrgoHealth.Data
userManager ApplicationUserManager
authManager IAuthenticationManager
return EhrgoHealth.Data

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult