Click or drag to resize

IConceptRepositoryServiceFindConceptsByReferenceTerm Method (String, String)

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.481-alpha
Syntax
IEnumerable<ConceptReferenceTerm> FindConceptsByReferenceTerm(
	string code,
	string codeSystemDomain
)

Parameters

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

Return Value

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