Package | Description |
---|---|
org.openmrs.report |
Deprecated
|
Modifier and Type | Method and Description |
---|---|
Object |
EvaluationContext.evaluateExpression(String expression)
Deprecated.
This method will parse the passed expression and return a value based on the following
criteria:
Any string that matches a parameter within the EvaluationContext will be replaced by the value of that parameter ** CURRENTLY REPLACEMENT PARAMETERS MUST EXIST IN THE GLOBAL SCOPE If this date is followed by an expression, it will attempt to evaluate this by incrementing/decrementing days/weeks/months/years as specified Examples: Given 2 parameters: report.startDate = java.util.Date with value of [2007-01-10] report.gender = "male" The following should result: |
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.