Click or drag to resize

IConceptRepositoryServiceGetConcept Method

Get a Concept instance given the concept's unique mnemonic

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
Concept GetConcept(
	string mnemonic
)

Parameters

mnemonic
Type: SystemString
The mnemonic of the concept

Return Value

Type: Concept
The concept which carries the specified mnemonic
See Also