| 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
)
Function FindReferenceTermsByConcept (
conceptId As Guid,
codeSystem As String
) As IEnumerable(Of ConceptReferenceTerm)
IEnumerable<ConceptReferenceTerm^>^ FindReferenceTermsByConcept(
Guid conceptId,
String^ codeSystem
)
abstract FindReferenceTermsByConcept :
conceptId : Guid *
codeSystem : string -> IEnumerable<ConceptReferenceTerm>
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:
IEnumerableConceptReferenceTermAll
ReferenceTerm instances (and their relationship strength)
See Also