Click or drag to resize

LocalConceptRepositoryIsMember 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: SystemGuid
The set.
concept
Type: SystemGuid
The concept.

Return Value

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

Implements

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