| 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
)
Function GetConcept (
mnemonic As String
) As Concept
Concept^ GetConcept(
String^ mnemonic
)
abstract GetConcept :
mnemonic : string -> Concept
Parameters
- mnemonic
- Type: SystemString
The mnemonic of the concept
Return Value
Type:
ConceptThe concept which carries the specified
mnemonicSee Also