C# Class NHS111.Business.Api.Controllers.PathwayController

Inheritance: ApiController
ファイルを表示 Open project: NHSChoices/nhs111-dotnet-beta

Public Methods

Method Description
PathwayController ( IPathwayService pathwayService, ISearchCorrectionService searchCorrectionService ) : System.Collections.Generic

Private Methods

Method Description
Get ( string id ) : Task
GetAll ( ) : Task
GetByDetails ( string pathwayNumbers, string gender, int age ) : Task
GetSuggestedPathway ( string name ) : Task
GetSymptomGroup ( string pathwayNumbers ) : Task

Method Details

PathwayController() public method

public PathwayController ( IPathwayService pathwayService, ISearchCorrectionService searchCorrectionService ) : System.Collections.Generic
pathwayService IPathwayService
searchCorrectionService ISearchCorrectionService
return System.Collections.Generic