 | 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.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxbool Implies(
Concept a,
Concept b
)
Function Implies (
a As Concept,
b As Concept
) As Boolean
bool Implies(
Concept^ a,
Concept^ b
)
abstract Implies :
a : Concept *
b : Concept -> bool Parameters
- a Concept
- The concept which implication is being tested
- b Concept
- The second concept for which implication is being tested
Return Value
BooleanReturns true if the first concept implies the second concept.
See Also