Click or drag to resize

LocalConceptRepositoryGetConceptByReferenceTerm Method

Finds a concept by reference term only where the concept is equivalent

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public Concept GetConceptByReferenceTerm(
	string code,
	string codeSystemDomain
)

Parameters

code
Type: SystemString
The code of the reference term.
codeSystemDomain
Type: SystemString
The code system OID of the reference term.

Return Value

Type: Concept
Returns a list of concepts.

Implements

IConceptRepositoryServiceGetConceptByReferenceTerm(String, String)
Remarks
This function requires that the reference term code and codeSystemDomain have relationship SAME_AS
See Also