 | IConceptRepositoryServiceGetConceptSetMembers Method |
Gets all the
Concept members of the specified concept set
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIEnumerable<Concept> GetConceptSetMembers(
string mnemonic
)
Function GetConceptSetMembers (
mnemonic As String
) As IEnumerable(Of Concept)
IEnumerable<Concept^>^ GetConceptSetMembers(
String^ mnemonic
)
abstract GetConceptSetMembers :
mnemonic : string -> IEnumerable<Concept> Parameters
- mnemonic String
- The mnemonic of the concept set
Return Value
IEnumerableConceptAll members of the concept set
See Also