Click or drag to resize

IConceptRepositoryServiceGetConceptReferenceTerm(Guid, String, Boolean) Method

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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
ReferenceTerm GetConceptReferenceTerm(
	Guid conceptId,
	string codeSystem,
	bool exact = true
)

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

ReferenceTerm
The reference term (if any)
See Also