| IConceptRepositoryServiceFindConceptsByReferenceTerm Method (String, String) |
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
)
Function FindConceptsByReferenceTerm (
code As String,
codeSystemDomain As String
) As IEnumerable(Of ConceptReferenceTerm)
IEnumerable<ConceptReferenceTerm^>^ FindConceptsByReferenceTerm(
String^ code,
String^ codeSystemDomain
)
abstract FindConceptsByReferenceTerm :
code : string *
codeSystemDomain : string -> IEnumerable<ConceptReferenceTerm>
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:
IEnumerableConceptReferenceTermReturns a list of concept relationships where the
Concept is related to a reference term with
code in
codeSystemDomainSee Also