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.481-alpha
Syntax
string GetName(
	Guid conceptId,
	string twoLetterISOLanguageName
)

Parameters

conceptId
Type: SystemGuid

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

twoLetterISOLanguageName
Type: SystemString

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

Return Value

Type: String

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

See Also