|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.logic.op.LessThan
public class LessThan
The LessThan operator will return result that have a less value than 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 less than 200
GreaterThan
,
GreaterThanEquals
,
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 | |
---|---|
LessThan()
|
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 |
---|
public LessThan()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |