| Package | Description | 
|---|---|
| org.openmrs | 
 These classes represent the core domain objects for the OpenMRS project. 
 | 
| org.openmrs.api | 
 
The primary OpenMRS API interfaces. 
 | 
| org.openmrs.api.impl | |
| org.openmrs.cohort | 
 Deprecated 
 | 
| org.openmrs.cohort.impl | |
| org.openmrs.report | 
 Deprecated 
 | 
| org.openmrs.reporting | 
 Deprecated 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CohortDefinition | 
Cohort.getCohortDefinition()
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Cohort.setCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
CohortDefinition | 
CohortService.getAllPatientsCohortDefinition()
Deprecated. 
 
see reportingcompatibility module 
 | 
CohortDefinition | 
CohortService.getCohortDefinition(java.lang.Class<CohortDefinition> clazz,
                   java.lang.Integer id)
Deprecated. 
 
see reportingcompatibility module 
 | 
CohortDefinition | 
CohortService.getCohortDefinition(java.lang.String cohortKey)
Deprecated. 
 
see reportingcompatibility module 
 | 
CohortDefinition | 
CohortService.saveCohortDefinition(CohortDefinition definition)
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.Class<? extends CohortDefinition>,CohortDefinitionProvider> | 
CohortService.getCohortDefinitionProviders()
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cohort | 
CohortService.evaluate(CohortDefinition definition,
        EvaluationContext evalContext)
Deprecated. 
 
see reportingcompatibility module 
 | 
void | 
CohortService.purgeCohortDefinition(CohortDefinition definition)
Deprecated. 
 
see reportingcompatibility module 
 | 
CohortDefinition | 
CohortService.saveCohortDefinition(CohortDefinition definition)
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CohortDefinition | 
CohortService.getCohortDefinition(java.lang.Class<CohortDefinition> clazz,
                   java.lang.Integer id)
Deprecated. 
 
see reportingcompatibility module 
 | 
void | 
CohortService.registerCohortDefinitionProvider(java.lang.Class<? extends CohortDefinition> cohortDefClass,
                                CohortDefinitionProvider cohortDef)
Deprecated. 
 
see reportingcompatibility module 
 | 
void | 
CohortService.setCohortDefinitionProviders(java.util.Map<java.lang.Class<? extends CohortDefinition>,CohortDefinitionProvider> providerClassMap)
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CohortDefinition | 
CohortServiceImpl.getAllPatientsCohortDefinition()
Deprecated. 
 
see reportingcompatibility module 
 | 
CohortDefinition | 
CohortServiceImpl.getCohortDefinition(java.lang.Class<CohortDefinition> clazz,
                   java.lang.Integer id)
Deprecated. 
 
see reportingcompatibility module 
 | 
CohortDefinition | 
CohortServiceImpl.getCohortDefinition(java.lang.String key)
Deprecated. 
 
see reportingcompatibility module 
 | 
CohortDefinition | 
CohortServiceImpl.saveCohortDefinition(CohortDefinition definition)
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.Class<? extends CohortDefinition>,CohortDefinitionProvider> | 
CohortServiceImpl.getCohortDefinitionProviders()
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cohort | 
CohortServiceImpl.evaluate(CohortDefinition definition,
        EvaluationContext evalContext)
Deprecated. 
 
see reportingcompatibility module 
 | 
void | 
CohortServiceImpl.purgeCohortDefinition(CohortDefinition definition)
Deprecated. 
 
see reportingcompatibility module 
 | 
CohortDefinition | 
CohortServiceImpl.saveCohortDefinition(CohortDefinition definition)
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CohortDefinition | 
CohortServiceImpl.getCohortDefinition(java.lang.Class<CohortDefinition> clazz,
                   java.lang.Integer id)
Deprecated. 
 
see reportingcompatibility module 
 | 
void | 
CohortServiceImpl.registerCohortDefinitionProvider(java.lang.Class<? extends CohortDefinition> defClass,
                                CohortDefinitionProvider cohortDefProvider)
Deprecated. 
 
see reportingcompatibility module 
 | 
void | 
CohortServiceImpl.setCohortDefinitionProviders(java.util.Map<java.lang.Class<? extends CohortDefinition>,CohortDefinitionProvider> providerClassMap)
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StaticCohortDefinition
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CohortDefinition | 
CohortDefinitionItemHolder.getCohortDefinition()
Deprecated.  
  | 
CohortDefinition | 
CohortDefinitionProvider.getCohortDefinition(java.lang.Integer id)
Deprecated.  
  | 
static CohortDefinition | 
CohortUtil.parse(java.lang.String spec)
Deprecated.  
Parses an input string like: [Male] and [Adult] and
 [EnrolledInHivOnDate|program="1"|untilDate="${report.startDate}"] Names between brackets are
 treated as saved PatientSearch objects with that name. 
 | 
CohortDefinition | 
CohortDefinitionProvider.saveCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
Creates or updates a CohortDefinition in the database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends CohortDefinition> | 
CohortDefinitionProvider.getClassHandled()
Deprecated.  
TODO: this is potentially not necessary because its set via spring's application context 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cohort | 
CohortDefinitionProvider.evaluate(CohortDefinition cohortDefinition,
        EvaluationContext evaluationContext)
Deprecated.  
Computes the list of patients who currently meet the given definition CohortService ensures
 that this method is only called with a CohortDefinition of a class this provider is
 registered for. 
 | 
void | 
CohortDefinitionProvider.purgeCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
Deletes a cohort definition from the database. 
 | 
CohortDefinition | 
CohortDefinitionProvider.saveCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
Creates or updates a CohortDefinition in the database. 
 | 
void | 
CohortDefinitionItemHolder.setCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
  | 
| Constructor and Description | 
|---|
CohortDefinitionItemHolder(java.lang.String key,
                          java.lang.String name,
                          CohortDefinition cohortDefinition)
Deprecated.  
Public constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CohortDefinition | 
PatientSearchCohortDefinitionProvider.getCohortDefinition(java.lang.Integer id)
Deprecated.  
  | 
CohortDefinition | 
StaticCohortDefinitionProvider.getCohortDefinition(java.lang.Integer id)
Deprecated.  
  | 
CohortDefinition | 
PatientSearchCohortDefinitionProvider.saveCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
  | 
CohortDefinition | 
StaticCohortDefinitionProvider.saveCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends CohortDefinition> | 
PatientSearchCohortDefinitionProvider.getClassHandled()
Deprecated.  
TODO: this is potentially not necessary because its set via spring's application context 
 | 
java.lang.Class<? extends CohortDefinition> | 
StaticCohortDefinitionProvider.getClassHandled()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Cohort | 
PatientSearchCohortDefinitionProvider.evaluate(CohortDefinition cohortDefinition,
        EvaluationContext evaluationContext)
Deprecated.  
  | 
Cohort | 
StaticCohortDefinitionProvider.evaluate(CohortDefinition cohortDefinition,
        EvaluationContext evaluationContext)
Deprecated.  
Note that this method does *not* set a CohortDefinition or EvaluationContext in the Cohort
 that it returns, although that Cohort may have had those properties set when it was
 originally evaluated. 
 | 
void | 
PatientSearchCohortDefinitionProvider.purgeCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
  | 
void | 
StaticCohortDefinitionProvider.purgeCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
  | 
CohortDefinition | 
PatientSearchCohortDefinitionProvider.saveCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
  | 
CohortDefinition | 
StaticCohortDefinitionProvider.saveCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
CohortDefinition | 
ReportSchema.getFilter()
Deprecated.  
Returns the filter 
 | 
CohortDefinition | 
RowPerObsDataSetDefinition.getFilter()
Deprecated.  
  | 
CohortDefinition | 
RowPerProgramEnrollmentDataSetDefinition.getFilter()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,CohortDefinition> | 
CohortDataSetDefinition.getStrategies()
Deprecated.  
Get the key-value pairs of names to defined cohorts 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CohortDataSetDefinition.addStrategy(java.lang.String name,
           CohortDefinition cohortDefinition)
Deprecated.  
Add the given cohort as a "column" to this definition with the given key. 
 | 
void | 
CohortDataSetDefinition.addStrategy(java.lang.String name,
           java.lang.String description,
           CohortDefinition cohortDefinition)
Deprecated.  
Add the given cohort as a "column" to this definition with the given key and the given
 description. 
 | 
void | 
ReportSchema.setFilter(CohortDefinition filter)
Deprecated.  
Set the filter 
 | 
void | 
RowPerObsDataSetDefinition.setFilter(CohortDefinition filter)
Deprecated.  
  | 
void | 
RowPerProgramEnrollmentDataSetDefinition.setFilter(CohortDefinition filter)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CohortDataSetDefinition.setStrategies(java.util.Map<java.lang.String,CohortDefinition> strategies)
Deprecated.  
Set the key-value pairs of names to cohorts 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PatientSearch
Deprecated. 
 
see reportingcompatibility module 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.