| 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  | AfterThe After operator works with a date object to tests whether an expression will yield result
 after a certain date position. | 
| class  | BeforeThe Before operator works with a date object to tests whether an expression will yield result
 before a certain date position. | 
| class  | ContainsThe Contains operator will return results that contains the operand . | 
| class  | EqualsThe Equals operator will test whether a result equals to an operand or not. | 
| class  | GreaterThanThe GreaterThan operator will return result that have a greater value than the operand. | 
| class  | GreaterThanEqualsThe GreaterThanEquals operator will return result that have a greater value than or equals to the
 operand. | 
| class  | InThe In operator test whether a value is in a collection of value or not. | 
| class  | LessThanThe LessThan operator will return result that have a less value than the operand. | 
| class  | LessThanEqualsThe LessThan operator will return result that have a less value than or equals to the operand. | 
| class  | WithinThe 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.