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.481-alpha
Syntax
IEnumerable<ConceptReferenceTerm> FindReferenceTermsByConcept(
	Guid conceptId,
	string codeSystem
)

Parameters

conceptId
Type: SystemGuid
The identifier of the concept
codeSystem
Type: SystemString
The code system oid, url or domain name for which the reference terms should be loaded

Return Value

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