Package | Description |
---|---|
org.openmrs.cohort |
Deprecated
|
org.openmrs.reporting |
Deprecated
|
org.openmrs.reporting.impl | |
org.openmrs.util |
Shared utilities for OpenMRS classes
|
Modifier and Type | Method and Description |
---|---|
PatientSearch |
CohortSearchHistory.createCompositionFilter(String description)
Deprecated.
|
PatientSearch |
CohortSearchHistory.CohortSearchHistoryItemHolder.getSearch() |
Modifier and Type | Method and Description |
---|---|
List<PatientSearch> |
CohortSearchHistory.getSearchHistory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CohortSearchHistory.addSearchItem(PatientSearch ps)
Deprecated.
|
void |
CohortSearchHistory.CohortSearchHistoryItemHolder.setSearch(PatientSearch search) |
Modifier and Type | Method and Description |
---|---|
void |
CohortSearchHistory.setSearchHistory(List<PatientSearch> searchHistory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PatientSearch |
PatientSearch.copyAndDetachFromHistory(CohortSearchHistory history)
Deprecated.
Creates a copy of this PatientSearch that doesn't depend on history, replacing references
with actual PatientSearch elements from the provided history.
|
static PatientSearch |
PatientSearch.createCompositionSearch(List<Object> tokens)
Deprecated.
|
static PatientSearch |
PatientSearch.createCompositionSearch(Object[] tokens)
Deprecated.
|
static PatientSearch |
PatientSearch.createCompositionSearch(String description)
Deprecated.
|
static PatientSearch |
PatientSearch.createFilterSearch(Class filterClass)
Deprecated.
|
static PatientSearch |
PatientSearch.createSavedCohortReference(int id)
Deprecated.
|
static PatientSearch |
PatientSearch.createSavedFilterReference(int id)
Deprecated.
|
static PatientSearch |
PatientSearch.createSavedSearchReference(int id)
Deprecated.
|
PatientSearch |
PatientSearchReportObject.getPatientSearch()
Deprecated.
|
PatientSearch |
ReportObjectService.getPatientSearch(Integer searchId)
Deprecated.
Get patient search object by internal id or null if none found
|
PatientSearch |
ReportObjectService.getPatientSearch(String name)
Deprecated.
Get a patient search matching the name exactly or null if none found
|
Modifier and Type | Method and Description |
---|---|
List<PatientSearch> |
ReportObjectService.getAllPatientSearches()
Deprecated.
Get all patient searches in the database
|
Modifier and Type | Method and Description |
---|---|
void |
PatientSearchReportObject.setPatientSearch(PatientSearch patientSearch)
Deprecated.
|
Constructor and Description |
---|
PatientSearchReportObject(String name,
PatientSearch search)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PatientSearch |
ReportObjectServiceImpl.getPatientSearch(Integer searchId)
Deprecated.
|
PatientSearch |
ReportObjectServiceImpl.getPatientSearch(String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<PatientSearch> |
ReportObjectServiceImpl.getAllPatientSearches()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PatientFilter |
OpenmrsUtil.toPatientFilter(PatientSearch search,
CohortSearchHistory history)
Deprecated.
see reportingcompatibility module
|
static PatientFilter |
OpenmrsUtil.toPatientFilter(PatientSearch search,
CohortSearchHistory history,
EvaluationContext evalContext)
Deprecated.
see reportingcompatibility module
|
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.