Click or drag to resize

IConceptRepositoryServiceFindConceptsByReferenceTerm(String, String) Method

Finds all Concept instances which are associated with the specified ReferenceTerm

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<ConceptReferenceTerm> FindConceptsByReferenceTerm(
	string code,
	string codeSystemDomain
)

Parameters

code  String
The code mnemonic of the reference term
codeSystemDomain  String
The code system domain name, OID or URL of the reference term.

Return Value

IEnumerableConceptReferenceTerm
Returns a list of concept relationships where the Concept is related to a reference term with code in codeSystemDomain
See Also