Click or drag to resize

IConceptRepositoryServiceFindReferenceTermsByConcept Method

Finds all reference terms for the concept with conceptId in the specified codeSystem system.

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<ConceptReferenceTerm> FindReferenceTermsByConcept(
	Guid conceptId,
	string codeSystem
)

Parameters

conceptId  Guid
The identifier of the concept
codeSystem  String
The code system oid, url or domain name for which the reference terms should be loaded

Return Value

IEnumerableConceptReferenceTerm
All ReferenceTerm instances (and their relationship strength)
See Also