Click or drag to resize

IConceptRepositoryServiceGetConceptSetMembers Method

Gets all the Concept members of the specified concept set

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IEnumerable<Concept> GetConceptSetMembers(
	string mnemonic
)

Parameters

mnemonic
Type: SystemString
The mnemonic of the concept set

Return Value

Type: IEnumerableConcept
All members of the concept set
See Also