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.481-alpha
Syntax
bool Implies(
	Concept a,
	Concept b
)

Parameters

a
Type: SanteDB.Core.Model.DataTypesConcept
The concept which implication is being tested
b
Type: SanteDB.Core.Model.DataTypesConcept
The second concept for which implication is being tested

Return Value

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