| Package | Description | 
|---|---|
| org.openmrs.logic | 
 The OpenMRS Logic Service provides access to granular and derived
data. 
 | 
| org.openmrs.logic.datasource | 
 
Logic data sources are responsible for providing data to the logic service engine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Result | 
Rule.eval(LogicContext context,
    java.lang.Integer patientId,
    java.util.Map<java.lang.String,java.lang.Object> parameters)
Evaluate rule for a given patient and applying the given criteria. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.Integer,Result> | 
LogicDataSource.read(LogicContext context,
    Cohort patients,
    LogicCriteria criteria)
Extracts data from the data source. 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.