Click or drag to resize

LocalConceptRepositoryGetName Method

Get the name of the concept

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public string GetName(
	Guid conceptId,
	string twoLetterISOLanguageName
)

Parameters

conceptId
Type: SystemGuid
The concept to get
twoLetterISOLanguageName
Type: SystemString
The language code to get

Return Value

Type: String
The name

Implements

IConceptRepositoryServiceGetName(Guid, String)
See Also