Click or drag to resize

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
)

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: ReferenceTerm
The reference term (if any)
See Also