| IConceptRepositoryServiceGetConceptReferenceTerm Method (Guid, String, Boolean) |
Gets the concept reference term for the specified code system
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax ReferenceTerm GetConceptReferenceTerm(
Guid conceptId,
string codeSystem,
bool exact = true
)
Function GetConceptReferenceTerm (
conceptId As Guid,
codeSystem As String,
Optional exact As Boolean = true
) As ReferenceTerm
ReferenceTerm^ GetConceptReferenceTerm(
Guid conceptId,
String^ codeSystem,
bool exact = true
)
abstract GetConceptReferenceTerm :
conceptId : Guid *
codeSystem : string *
?exact : bool
(* Defaults:
let _exact = defaultArg exact true
*)
-> ReferenceTerm
Parameters
- conceptId
- Type: SystemGuid
The identifier of the concept to retrieve the reference term - codeSystem
- Type: SystemString
The name of the code system (domain name, OID or URL) - exact (Optional)
- Type: SystemBoolean
True if the ReferenceTerm returned must be the same as the (i.e. equivalent and not narrower or greater than) conceptId
Return Value
Type:
ReferenceTermThe reference term (if any)
See Also