Query Result Scoring Provider
IQueryScoringService
in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Represents a service that can score queries
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
Score | IEnumerable<IQueryResultScore<T>> | Expression<Func<T,Boolean>> filter IEnumerable<T> results | Requests that the matching operation score the specified series of results |
Implementations
None
Example Implementation
References
Last updated