C# Class CloudMedicApi.Controllers.UsersController

Inheritance: ApiController
Mostrar archivo Open project: crypteron/cloudmedic Class Usage Examples

Public Methods

Method Description
IsPatient ( ApplicationUser user ) : bool
UsersController ( ) : System.Data.Entity

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
BuildErrorResult ( Microsoft.AspNet.Identity.IdentityResult identityResult ) : IHttpActionResult
DeleteUser ( string id ) : Task
GetAssignedPatients ( string providerId ) : Task
GetPatientCareTeams ( string id ) : Task
GetPrescriptions ( string id ) : Task
GetProviderCareTeams ( string id ) : Task
GetProvidersByEmail ( string email ) : Task
GetSupporterCareTeams ( string id ) : Task
GetSupportersByEmail ( string email ) : Task
GetUser ( string id ) : Task
GetUsers ( int page = 1, string role = null ) : Task
GetUsersByRoleIds ( string email, List roleIdStrList ) : Task
PostUser ( CreateUserBindingModel model ) : Task
PrescriptionAssigned ( Prescription p, ApplicationUser user ) : bool
PutUser ( string id, ApplicationUser user ) : Task

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

IsPatient() public static method

public static IsPatient ( ApplicationUser user ) : bool
user CloudMedicApi.Models.ApplicationUser
return bool

UsersController() public method

public UsersController ( ) : System.Data.Entity
return System.Data.Entity