Click or drag to resize

IConceptRepositoryServiceFindConceptsByName Method

Searches for a Concept by name and language.

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IEnumerable<Concept> FindConceptsByName(
	string name,
	string language
)

Parameters

name
Type: SystemString
The name of the concept
language
Type: SystemString
The language of the concept

Return Value

Type: IEnumerableConcept
Returns a list of Concept which have the specified name
See Also