Click or drag to resize

IConceptRepositoryServiceGetName Method

Get the specified concept name

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
string GetName(
	Guid conceptId,
	string twoLetterISOLanguageName
)

Parameters

conceptId  Guid

[Missing <param name="conceptId"/> documentation for "M:SanteDB.Core.Services.IConceptRepositoryService.GetName(System.Guid,System.String)"]

twoLetterISOLanguageName  String

[Missing <param name="twoLetterISOLanguageName"/> documentation for "M:SanteDB.Core.Services.IConceptRepositoryService.GetName(System.Guid,System.String)"]

Return Value

String

[Missing <returns> documentation for "M:SanteDB.Core.Services.IConceptRepositoryService.GetName(System.Guid,System.String)"]

See Also