Click or drag to resize

IConceptRepositoryServiceImplies Method

Returns a value which indicates whether concept a implies concept b through a ConceptRelationship indicating the two are the same

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
bool Implies(
	Concept a,
	Concept b
)

Parameters

a  Concept
The concept which implication is being tested
b  Concept
The second concept for which implication is being tested

Return Value

Boolean
Returns true if the first concept implies the second concept.
See Also