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(Class<CohortDefinition> clazz,
Integer id)
Deprecated.
see reportingcompatibility module
|
CohortDefinition |
CohortService.getCohortDefinition(String cohortKey)
Deprecated.
see reportingcompatibility module
|
CohortDefinition |
CohortService.saveCohortDefinition(CohortDefinition definition)
Deprecated.
see reportingcompatibility module
|
Modifier and Type | Method and Description |
---|---|
Map<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(Class<CohortDefinition> clazz,
Integer id)
Deprecated.
see reportingcompatibility module
|
void |
CohortService.registerCohortDefinitionProvider(Class<? extends CohortDefinition> cohortDefClass,
CohortDefinitionProvider cohortDef)
Deprecated.
see reportingcompatibility module
|
void |
CohortService.setCohortDefinitionProviders(Map<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(Class<CohortDefinition> clazz,
Integer id)
Deprecated.
see reportingcompatibility module
|
CohortDefinition |
CohortServiceImpl.getCohortDefinition(String key)
Deprecated.
see reportingcompatibility module
|
CohortDefinition |
CohortServiceImpl.saveCohortDefinition(CohortDefinition definition)
Deprecated.
see reportingcompatibility module
|
Modifier and Type | Method and Description |
---|---|
Map<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(Class<CohortDefinition> clazz,
Integer id)
Deprecated.
see reportingcompatibility module
|
void |
CohortServiceImpl.registerCohortDefinitionProvider(Class<? extends CohortDefinition> defClass,
CohortDefinitionProvider cohortDefProvider)
Deprecated.
see reportingcompatibility module
|
void |
CohortServiceImpl.setCohortDefinitionProviders(Map<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(Integer id)
Deprecated.
|
static CohortDefinition |
CohortUtil.parse(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 |
---|---|
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(String key,
String name,
CohortDefinition cohortDefinition)
Deprecated.
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
CohortDefinition |
PatientSearchCohortDefinitionProvider.getCohortDefinition(Integer id)
Deprecated.
|
CohortDefinition |
StaticCohortDefinitionProvider.getCohortDefinition(Integer id)
Deprecated.
|
CohortDefinition |
PatientSearchCohortDefinitionProvider.saveCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.
|
CohortDefinition |
StaticCohortDefinitionProvider.saveCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends CohortDefinition> |
PatientSearchCohortDefinitionProvider.getClassHandled()
Deprecated.
TODO: this is potentially not necessary because its set via spring's application context
|
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 |
---|---|
Map<String,CohortDefinition> |
CohortDataSetDefinition.getStrategies()
Deprecated.
Get the key-value pairs of names to defined cohorts
|
Modifier and Type | Method and Description |
---|---|
void |
CohortDataSetDefinition.addStrategy(String name,
CohortDefinition cohortDefinition)
Deprecated.
Add the given cohort as a "column" to this definition with the given key.
|
void |
CohortDataSetDefinition.addStrategy(String name,
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(Map<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 LLC.. All Rights Reserved.