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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
Concept GetConceptByReferenceTerm(
	string code,
	string codeSystemDomain
)

Parameters

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

Return Value

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