| IConceptRepositoryServiceGetConceptByReferenceTerm Method |
Finds a concept by reference term only where the concept is equivalent to the reference term
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax Concept GetConceptByReferenceTerm(
string code,
string codeSystemDomain
)
Function GetConceptByReferenceTerm (
code As String,
codeSystemDomain As String
) As Concept
Concept^ GetConceptByReferenceTerm(
String^ code,
String^ codeSystemDomain
)
abstract GetConceptByReferenceTerm :
code : string *
codeSystemDomain : string -> Concept
Parameters
- code
- Type: SystemString
The code mnemonic of the reference term (what was received on the wire) - codeSystemDomain
- Type: SystemString
The code system mnemonic, OID or domain name in which the reference term resides
Return Value
Type:
ConceptThe internal SanteDB
Concept which is equivalent (null if no equivalent could be found)
See Also