org.openmrs.logic.op
Class GreaterThanEquals

java.lang.Object
  extended by org.openmrs.logic.op.GreaterThanEquals
All Implemented Interfaces:
ComparisonOperator, Operator

public class GreaterThanEquals
extends java.lang.Object
implements ComparisonOperator

The GreaterThanEquals operator will return result that have a greater value than or equals to the operand.

Example:
- logicService.parse("'CD4 COUNT'").gte(200);
The above will give us a criteria to get the "CD4 COUNT" observations that has the value numeric more than or equals to 200

See Also:
GreaterThan, LessThan, LessThanEquals

Field Summary
 
Fields inherited from interface org.openmrs.logic.op.ComparisonOperator
AFTER, BEFORE, CONTAINS, EQUALS, GT, GTE, IN, LT, LTE, WITHIN
 
Fields inherited from interface org.openmrs.logic.op.Operator
AND, ASOF, AVERAGE, COUNT, DISTINCT, EXISTS, FIRST, LAST, NOT, NOT_EXISTS, OR
 
Constructor Summary
GreaterThanEquals()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GreaterThanEquals

public GreaterThanEquals()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change