| Package | Description | 
|---|---|
| org.openmrs.logic | 
 The OpenMRS Logic Service provides access to granular and derived
data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LogicDataSource | 
LogicService.getLogicDataSource(java.lang.String name)
Get a logic data source by name 
 | 
LogicDataSource | 
LogicContext.getLogicDataSource(java.lang.String name)
Fetches a logic data source by name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,LogicDataSource> | 
LogicService.getLogicDataSources()
Get all registered logic data sources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Result | 
LogicContext.read(java.lang.Integer patientId,
    LogicDataSource dataSource,
    LogicCriteria criteria)
Reads a key with criteria from a logic data source 
 | 
Result | 
LogicContext.read(java.lang.Integer patientId,
    LogicDataSource dataSource,
    java.lang.String key)
Reads a key from a logic data source 
 | 
void | 
LogicService.registerLogicDataSource(java.lang.String name,
                       LogicDataSource logicDataSource)
Deprecated. 
 
data sources are now auto-registered via Spring (since Logic module version 0.5) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LogicService.setLogicDataSources(java.util.Map<java.lang.String,LogicDataSource> logicDataSources)
Deprecated. 
 
data sources are now auto-registered via Spring (since Logic module version 0.5) 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.