Click or drag to resize

LocalConceptRepository.GetName 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: System.Guid
The concept to get
twoLetterISOLanguageName
Type: System.String
The language code to get

Return Value

Type: String
The name

Implements

IConceptRepositoryService.GetName(Guid, String)
See Also