Click or drag to resize

IConceptRepositoryServiceGetConceptByReferenceTerm Method

Finds a concept by reference term only where the concept is equivalent to the reference term

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
Concept GetConceptByReferenceTerm(
	string code,
	string codeSystemDomain
)

Parameters

code
Type: SystemString
The code mnemonic of the reference term (what was received on the wire)
codeSystemDomain
Type: SystemString
The code system mnemonic, OID or domain name in which the reference term resides

Return Value

Type: Concept
The internal SanteDB Concept which is equivalent (null if no equivalent could be found)
See Also