C# 클래스 CloudMedicApi.Controllers.UsersController

상속: ApiController
파일 보기 프로젝트 열기: crypteron/cloudmedic 1 사용 예제들

공개 메소드들

메소드 설명
IsPatient ( ApplicationUser user ) : bool
UsersController ( ) : System.Data.Entity

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

IsPatient() 공개 정적인 메소드

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

UsersController() 공개 메소드

public UsersController ( ) : System.Data.Entity
리턴 System.Data.Entity