Package | Description |
---|---|
org.openmrs.logic |
The OpenMRS Logic Service provides access to granular and derived
data.
|
org.openmrs.logic.op |
Modifier and Type | Method and Description |
---|---|
boolean |
Duration.supports(ComparisonOperator operator) |
Modifier and Type | Class and Description |
---|---|
class |
After
The After operator works with a date object to tests whether an expression will yield result
after a certain date position.
|
class |
Before
The Before operator works with a date object to tests whether an expression will yield result
before a certain date position.
|
class |
Contains
The Contains operator will return results that contains the operand .
|
class |
Equals
The Equals operator will test whether a result equals to an operand or not.
|
class |
GreaterThan
The GreaterThan operator will return result that have a greater value than the operand.
|
class |
GreaterThanEquals
The GreaterThanEquals operator will return result that have a greater value than or equals to the
operand.
|
class |
In
The In operator test whether a value is in a collection of value or not.
|
class |
LessThan
The LessThan operator will return result that have a less value than the operand.
|
class |
LessThanEquals
The LessThan operator will return result that have a less value than or equals to the operand.
|
class |
Within
The Within operator tests whether an expression will yield true for a certain time frame.
|
Modifier and Type | Field and Description |
---|---|
static ComparisonOperator |
ComparisonOperator.AFTER |
static ComparisonOperator |
ComparisonOperator.BEFORE |
static ComparisonOperator |
ComparisonOperator.CONTAINS |
static ComparisonOperator |
ComparisonOperator.EQUALS |
static ComparisonOperator |
ComparisonOperator.GT |
static ComparisonOperator |
ComparisonOperator.GTE |
static ComparisonOperator |
ComparisonOperator.IN |
static ComparisonOperator |
ComparisonOperator.LT |
static ComparisonOperator |
ComparisonOperator.LTE |
static ComparisonOperator |
ComparisonOperator.WITHIN |
Modifier and Type | Method and Description |
---|---|
boolean |
Operand.supports(ComparisonOperator operator)
Sanity check for this Operand vs a given operator.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.