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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<Concept> GetConceptSetMembers(
	string mnemonic
)

Parameters

mnemonic  String
The mnemonic of the concept set

Return Value

IEnumerableConcept
All members of the concept set
See Also