|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openmrs.logic.op.After
public class After
The After operator works with a date object to tests whether an expression will yield result after a certain
date position.
Example:
- logicService.parse("'CD4 COUNT'").after(Context.getDateformat().parse("2009/12/04");
The above will give us a criteria to check if there's "CD4 COUNT" observations after 12/04/2009
Before| 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 | |
|---|---|
After()
|
|
| 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 After()
| 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 | ||||||||