| Package | Description | 
|---|---|
| org.openmrs.api | 
 
The primary OpenMRS API interfaces. 
 | 
| org.openmrs.api.db | 
 
OpenMRS database layer interfaces. 
 | 
| org.openmrs.api.db.hibernate | 
 Resources for Hibernate ORM. 
 | 
| org.openmrs.api.impl | |
| org.openmrs.cohort | 
 Deprecated 
 | 
| org.openmrs.reporting | 
 Deprecated 
 | 
| org.openmrs.reporting.data | |
| org.openmrs.reporting.db | |
| org.openmrs.reporting.db.hibernate | |
| org.openmrs.reporting.export | |
| org.openmrs.reporting.impl | |
| org.openmrs.reporting.report | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdministrationService.createReportObject(AbstractReportObject reportObject)
Deprecated. 
 
see reportingcompatibility module 
 | 
void | 
AdministrationService.updateReportObject(AbstractReportObject reportObject)
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdministrationDAO.createReportObject(AbstractReportObject ro)
Deprecated. 
 
see reportingcompatibility module 
 | 
void | 
AdministrationDAO.updateReportObject(AbstractReportObject ro)
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HibernateAdministrationDAO.createReportObject(AbstractReportObject ro)
Deprecated. 
 
see reportingcompatibility module 
 | 
void | 
HibernateAdministrationDAO.updateReportObject(AbstractReportObject ro)
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdministrationServiceImpl.createReportObject(AbstractReportObject reportObject)
Deprecated. 
 
see reportingcompatibility module 
 | 
void | 
AdministrationServiceImpl.updateReportObject(AbstractReportObject reportObject)
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CohortSearchHistory
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPatientDataProducer
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
AbstractPatientFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
CachingPatientFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
CohortFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
CohortHistoryCompositionFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
CompoundPatientFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
DrugOrderFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
DrugOrderPatientFilter
Deprecated. 
 
Use org.openmrs.reporting.DrugOrderFilter instead 
 | 
class  | 
DrugOrderStopFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
EmptyReportObject
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
EncounterPatientFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
InversePatientFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
LocationPatientFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
LogicPatientFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
ObsPatientFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
PatientCharacteristicFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
PatientSearchReportObject
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
PersonAttributeFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
ProgramPatientFilter
Deprecated. 
 
Use @see org.openmrs.reporting.ProgramStatePatientFilter instead 
 | 
class  | 
ProgramStatePatientFilter
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
RelationshipPatientFilter  | 
| Modifier and Type | Method and Description | 
|---|---|
static AbstractReportObject | 
ReportObjectFactory.getInstance(java.lang.Class reportObjectClass,
           java.util.Map<java.lang.String,java.lang.Object> initialValues)
Deprecated.  
Auto generated method comment 
 | 
static AbstractReportObject | 
ReportObjectFactory.getInstance(java.lang.String reportObjectName,
           java.util.Map<java.lang.String,java.lang.Object> initialValues,
           Context context)
Deprecated.  
Auto generated method comment 
 | 
AbstractReportObject | 
ReportObjectWrapper.getReportObject()
Deprecated.  
  | 
AbstractReportObject | 
ReportObjectService.getReportObject(java.lang.Integer reportObjectId)
Deprecated.  
Get the report object by internal id 
 | 
AbstractReportObject | 
ReportObjectService.saveReportObject(AbstractReportObject reportObject)
Deprecated.  
Save the given report object to the database 
 | 
AbstractReportObject | 
ReportObjectXMLDecoder.toAbstractReportObject()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<AbstractReportObject> | 
ReportObjectService.getAllReportObjects()
Deprecated.  
Get all report objects stored in the system 
 | 
java.util.Set<AbstractReportObject> | 
ReportObjectList.getReportObjects()
Deprecated.  
  | 
java.util.List<AbstractReportObject> | 
ReportObjectService.getReportObjectsByType(java.lang.String reportObjectType)
Deprecated.  
Get report objects by type that was stored. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Integer | 
ReportObjectService.createReportObject(AbstractReportObject reportObject)
Deprecated. 
 
 | 
void | 
ReportObjectService.deleteReport(AbstractReportObject reportObject)
Deprecated. 
 
 | 
void | 
ReportObjectService.purgeReportObject(AbstractReportObject reportObject)
Deprecated.  
Completely delete the given reportObject from the database 
 | 
AbstractReportObject | 
ReportObjectService.saveReportObject(AbstractReportObject reportObject)
Deprecated.  
Save the given report object to the database 
 | 
void | 
ReportObjectWrapper.setReportObject(AbstractReportObject obj)
Deprecated.  
  | 
void | 
ReportObjectService.updateReportObject(AbstractReportObject reportObject)
Deprecated. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReportObjectList.setReportObjects(java.util.Set<AbstractReportObject> reportObjects)
Deprecated.  
  | 
| Constructor and Description | 
|---|
ReportObjectWrapper(AbstractReportObject obj)
Deprecated.  
  | 
| Constructor and Description | 
|---|
ReportObjectList(java.util.Collection<AbstractReportObject> objList)
Deprecated.  
  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CohortDefinition
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
DatasetDefinition
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractReportObject | 
ReportObjectDAO.getReportObject(java.lang.Integer reportObjId)
Deprecated.  
Auto generated method comment 
 | 
AbstractReportObject | 
ReportObjectDAO.saveReportObject(AbstractReportObject reportObj)
Deprecated.  
Auto generated method comment 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<AbstractReportObject> | 
ReportObjectDAO.getAllReportObjects()
Deprecated.  
Auto generated method comment 
 | 
java.util.List<AbstractReportObject> | 
ReportObjectDAO.getReportObjectsByType(java.lang.String reportObjectType)
Deprecated.  
Auto generated method comment 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReportObjectDAO.deleteReportObject(AbstractReportObject reportObj)
Deprecated.  
Auto generated method comment 
 | 
AbstractReportObject | 
ReportObjectDAO.saveReportObject(AbstractReportObject reportObj)
Deprecated.  
Auto generated method comment 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractReportObject | 
HibernateReportObjectDAO.getReportObject(java.lang.Integer reportObjId)
Deprecated.  
  | 
AbstractReportObject | 
HibernateReportObjectDAO.saveReportObject(AbstractReportObject reportObj)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<AbstractReportObject> | 
HibernateReportObjectDAO.getAllReportObjects()
Deprecated.  
  | 
java.util.List<AbstractReportObject> | 
HibernateReportObjectDAO.getReportObjectsByType(java.lang.String reportObjectType)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HibernateReportObjectDAO.deleteReportObject(AbstractReportObject reportObj)
Deprecated.  
  | 
AbstractReportObject | 
HibernateReportObjectDAO.saveReportObject(AbstractReportObject reportObj)
Deprecated.  
  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DataExportReportObject
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
RowPerObsDataExportReportObject
Deprecated. 
 
see reportingcompatibility module 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractReportObject | 
ReportObjectServiceImpl.getReportObject(java.lang.Integer reportObjectId)
Deprecated.  
  | 
AbstractReportObject | 
ReportObjectServiceImpl.saveReportObject(AbstractReportObject reportObject)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<AbstractReportObject> | 
ReportObjectServiceImpl.getAllReportObjects()
Deprecated.  
  | 
java.util.List<AbstractReportObject> | 
ReportObjectServiceImpl.getReportObjectsByType(java.lang.String reportObjectType)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Integer | 
ReportObjectServiceImpl.createReportObject(AbstractReportObject reportObject)
Deprecated.   
 | 
void | 
ReportObjectServiceImpl.deleteReport(AbstractReportObject reportObject)
Deprecated.   
 | 
void | 
ReportObjectServiceImpl.purgeReportObject(AbstractReportObject reportObject)
Deprecated.  
  | 
AbstractReportObject | 
ReportObjectServiceImpl.saveReportObject(AbstractReportObject reportObject)
Deprecated.  
  | 
void | 
ReportObjectServiceImpl.updateReportObject(AbstractReportObject reportObject)
Deprecated.   
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReportDefinition
Deprecated. 
 
see reportingcompatibility module 
 | 
class  | 
ReportElementDefinition
Deprecated. 
 
see reportingcompatibility module 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.