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(String name)
Get a logic data source by name
|
LogicDataSource |
LogicContext.getLogicDataSource(String name)
Fetches a logic data source by name
|
Modifier and Type | Method and Description |
---|---|
Map<String,LogicDataSource> |
LogicService.getLogicDataSources()
Get all registered logic data sources
|
Modifier and Type | Method and Description |
---|---|
Result |
LogicContext.read(Integer patientId,
LogicDataSource dataSource,
LogicCriteria criteria)
Reads a key with criteria from a logic data source
|
Result |
LogicContext.read(Integer patientId,
LogicDataSource dataSource,
String key)
Reads a key from a logic data source
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.