 | IConceptRepositoryServiceGetConceptByReferenceTerm Method |
Finds a concept by reference term only where the concept is equivalent to the reference term
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxConcept 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 String
- The code mnemonic of the reference term (what was received on the wire)
- codeSystemDomain String
- The code system mnemonic, OID or domain name in which the reference term resides
Return Value
ConceptThe internal SanteDB
Concept which is equivalent (null if no equivalent could be found)
See Also