Click or drag to resize

LocalConceptRepository.IsMember Method (Guid, Guid)

Determine if the concept set contains the specified concept

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public bool IsMember(
	Guid set,
	Guid concept
)

Parameters

set
Type: System.Guid
The set.
concept
Type: System.Guid
The concept.

Return Value

Type: Boolean
true if the specified set is member; otherwise, false.

Implements

IConceptRepositoryService.IsMember(Guid, Guid)
Exceptions
ExceptionCondition
InvalidOperationExceptionConceptSet persistence service not found.
See Also