| Package | Description |
|---|---|
| org.openmrs.logic.op |
| Modifier and Type | Class and Description |
|---|---|
class |
And
The And operator is a conjunction operator to combine two or more
LogicCriteria objects. |
class |
Not
The Not operator will negate the a logic expression
|
class |
Or
The Or operator is a disjunction operator to combine two or more
LogicCriteria objects. |
| Modifier and Type | Field and Description |
|---|---|
static LogicalOperator |
LogicalOperator.AND |
static LogicalOperator |
LogicalOperator.NOT |
static LogicalOperator |
LogicalOperator.OR |
Copyright © 2024 OpenMRS Inc.. All rights reserved.