Package | Description |
---|---|
org.openmrs.logic |
The OpenMRS Logic Service provides access to granular and derived
data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogicExpression
LogicExpression is an internal representation of the LogicCriteria created through LogicService.
|
Modifier and Type | Class and Description |
---|---|
class |
Duration
Represents a duration of time — e.g., one year, two weeks, or 18 months.
|
Modifier and Type | Method and Description |
---|---|
Operand |
LogicExpression.getRightOperand()
Get the right operand of the LogicExpression.
|
Modifier and Type | Method and Description |
---|---|
LogicCriteria |
LogicCriteria.appendExpression(Operator operator,
Operand operand)
Create a new LogicExpression using the
operand and operator and
then append them to the current LogicCriteria |
LogicCriteria |
LogicCriteria.contains(Operand value) |
LogicCriteria |
LogicCriteria.equalTo(Operand value) |
LogicCriteria |
LogicCriteria.gt(Operand value) |
LogicCriteria |
LogicCriteria.gte(Operand value) |
LogicCriteria |
LogicCriteria.lt(Operand value) |
LogicCriteria |
LogicCriteria.lte(Operand value) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.