Click or drag to resize

LocalConceptRepositoryFindConceptsByName Method

Searches for a concept by name and language.

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public 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 concepts.

Implements

IConceptRepositoryServiceFindConceptsByName(String, String)
See Also