C# 클래스 EhrgoHealth.Web.Areas.Staff.Controllers.EhrController

상속: Controller
파일 보기 프로젝트 열기: EhrgoHealth/CS6440

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Search ( string patientSearch ) : System.Web.Mvc.ActionResult

메소드 상세

AddMedicationOrder() 공개 메소드

public AddMedicationOrder ( string id, string medication ) : System.Web.Mvc.ActionResult
id string
medication string
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

get a patients details
public Details ( string id ) : Task
id string id is a patient id
리턴 Task

EhrController() 공개 메소드

public EhrController ( ApplicationUserManager userManager ) : EhrgoHealth.Web.Areas.Staff.Models
userManager ApplicationUserManager
리턴 EhrgoHealth.Web.Areas.Staff.Models

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult