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

Inheritance: PatientBaseController
Afficher le fichier Open project: EhrgoHealth/CS6440

Méthodes publiques

Méthode 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 méthode

public AddAllergy ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

AddMedicine() public méthode

public AddMedicine ( Models med ) : System.Web.Mvc.ActionResult
med Models
Résultat System.Web.Mvc.ActionResult

AllergyHistory() public méthode

public AllergyHistory ( Allergy all ) : Task
all EhrgoHealth.Web.Areas.Patient.Models.Allergy
Résultat Task

CheckAllergy() public méthode

public CheckAllergy ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

CheckVerification() public méthode

public CheckVerification ( Models med ) : Task
med Models
Résultat Task

History() public méthode

public History ( ) : Task
Résultat Task

HomeController() public méthode

public HomeController ( ApplicationUserManager userManager, IAuthenticationManager authManager ) : EhrgoHealth.Data
userManager ApplicationUserManager
authManager IAuthenticationManager
Résultat EhrgoHealth.Data

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult