Package org.openmrs.cohort

The cohort contains methods and objects that allow a user to pass around a set/list/collection of patients

See:
          Description

Interface Summary
CohortDefinition Represents a search strategy for arriving at a cohort.
CohortDefinitionProvider This interfaces provides the functionality to evaluate a CohortDefinition (of a particular class) and return a Cohort It also handles persistence of CohortDefinition classes Historical note: it exists because in order to keep our application layers separate, we need to be able to call CohortService.evaluate(CohortDefinition, EvaluationContext) -> Cohort instead of CohortDefinition.evaluate(EvaluationContext) -> Cohort
 

Class Summary
CohortSearchHistory  
CohortUtil  
StaticCohortDefinition This class provides access to org.openmrs.Cohort objects that are saved in the cohort table.
 

Package org.openmrs.cohort Description

The cohort contains methods and objects that allow a user to pass around a set/list/collection of patients


OpenMRS-trunk

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