 | IConceptRepositoryServiceGetConceptReferenceTerm(Guid, String, Boolean) Method |
Gets the concept reference term for the specified code system
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxReferenceTerm 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 Guid
- The identifier of the concept to retrieve the reference term
- codeSystem String
- The name of the code system (domain name, OID or URL)
- exact Boolean (Optional)
- True if the ReferenceTerm returned must be the same as the (i.e. equivalent and not narrower or greater than) conceptId
Return Value
ReferenceTermThe reference term (if any)
See Also