Package org.openmrs.logic.datasource

Logic data sources are responsible for providing data to the logic service engine.

See:
          Description

Interface Summary
LogicDataSource Provides data to the logic service engine.
 

Class Summary
EncounterDataSource Provides access to encounter data.
ObsDataSource Provides access to clinical observations.
PersonDataSource Provides access to person demographic data.
ProgramDataSource Provides access to patient program data
 

Package org.openmrs.logic.datasource Description

Logic data sources are responsible for providing data to the logic service engine. While most data sources provide access to data within the database, it's possible to create a data source that pulls data from another location.

Each logic data source is registered under a unique name within the logic service. Data are exposed through a list of keys provided by the data source. Each data source is responsible for delivering a list of results for a patient set that meet given criteria.


OpenMRS-trunk

Generated May 29 2008 02:01 AM. NOTE - these libraries are in active development and subject to change