C# Class EhrgoHealth.Web.Areas.Staff.Controllers.EhrController

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

Méthodes publiques

Méthode Description
AddMedicationOrder ( string id, string medication ) : System.Web.Mvc.ActionResult
Details ( string id ) : Task

get a patients details

EhrController ( ApplicationUserManager userManager ) : EhrgoHealth.Web.Areas.Staff.Models
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Search ( string patientSearch ) : System.Web.Mvc.ActionResult

Method Details

AddMedicationOrder() public méthode

public AddMedicationOrder ( string id, string medication ) : System.Web.Mvc.ActionResult
id string
medication string
Résultat System.Web.Mvc.ActionResult

Details() public méthode

get a patients details
public Details ( string id ) : Task
id string id is a patient id
Résultat Task

EhrController() public méthode

public EhrController ( ApplicationUserManager userManager ) : EhrgoHealth.Web.Areas.Staff.Models
userManager ApplicationUserManager
Résultat EhrgoHealth.Web.Areas.Staff.Models

Index() public méthode

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