C# Class NHS111.Domain.Repository.PathwayRepository

Inheritance: IPathwayRepository
Exibir arquivo Open project: NHSChoices/nhs111-dotnet-beta Class Usage Examples

Public Methods

Method Description
GetAllPathways ( ) : Task>
GetGroupedPathways ( ) : Task>
GetIdentifiedPathway ( IEnumerable pathwayNumbers, string gender, int age ) : Task
GetPathway ( string id ) : Task
GetSymptomGroup ( IList pathwayNos ) : Task
PathwayRepository ( IGraphRepository graphRepository, IPathwaysConfigurationManager pathwaysConfigurationManager ) : System

Method Details

GetAllPathways() public method

public GetAllPathways ( ) : Task>
return Task>

GetGroupedPathways() public method

public GetGroupedPathways ( ) : Task>
return Task>

GetIdentifiedPathway() public method

public GetIdentifiedPathway ( IEnumerable pathwayNumbers, string gender, int age ) : Task
pathwayNumbers IEnumerable
gender string
age int
return Task

GetPathway() public method

public GetPathway ( string id ) : Task
id string
return Task

GetSymptomGroup() public method

public GetSymptomGroup ( IList pathwayNos ) : Task
pathwayNos IList
return Task

PathwayRepository() public method

public PathwayRepository ( IGraphRepository graphRepository, IPathwaysConfigurationManager pathwaysConfigurationManager ) : System
graphRepository IGraphRepository
pathwaysConfigurationManager IPathwaysConfigurationManager
return System