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,
Integer patientId,
Map<String,Object> parameters)
Evaluate rule for a given patient and applying the given criteria.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,Result> |
LogicDataSource.read(LogicContext context,
Cohort patients,
LogicCriteria criteria)
Extracts data from the data source.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.