Click or drag to resize

LocalConceptRepositoryGetConceptReferenceTerm Method (String, String)

Get the concept reference term in the code system by the concept mnemonic

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public ReferenceTerm GetConceptReferenceTerm(
	string conceptMnemonic,
	string codeSystem
)

Parameters

conceptMnemonic
Type: SystemString

[Missing <param name="conceptMnemonic"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalConceptRepository.GetConceptReferenceTerm(System.String,System.String)"]

codeSystem
Type: SystemString

[Missing <param name="codeSystem"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalConceptRepository.GetConceptReferenceTerm(System.String,System.String)"]

Return Value

Type: ReferenceTerm

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalConceptRepository.GetConceptReferenceTerm(System.String,System.String)"]

Implements

IConceptRepositoryServiceGetConceptReferenceTerm(String, String)
See Also