Property | Type | Description |
---|
Method | Description | |
---|---|---|
AssignParticipant ( int id ) : System.Web.Mvc.ActionResult | ||
ConnectParticipantToClinician ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
MonitorParticipant ( int id ) : System.Web.Mvc.ActionResult | ||
MonitorParticipantTrial ( int pid, int tid ) : System.Web.Mvc.ActionResult | ||
MyParticipantList ( int page = 1 ) : System.Web.Mvc.ActionResult | ||
ParticipantList ( int page = 1 ) : System.Web.Mvc.ActionResult | ||
SearchParticipant ( string searchWord, bool myParticipants ) : System.Web.Mvc.ActionResult |
public AssignParticipant ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ConnectParticipantToClinician ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public MonitorParticipant ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public MonitorParticipantTrial ( int pid, int tid ) : System.Web.Mvc.ActionResult | ||
pid | int | |
tid | int | |
return | System.Web.Mvc.ActionResult |
public MyParticipantList ( int page = 1 ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public ParticipantList ( int page = 1 ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public SearchParticipant ( string searchWord, bool myParticipants ) : System.Web.Mvc.ActionResult | ||
searchWord | string | |
myParticipants | bool | |
return | System.Web.Mvc.ActionResult |