org.openmrs.report
Class RowPerProgramEnrollmentDataSet

java.lang.Object
  extended by org.openmrs.report.RowPerProgramEnrollmentDataSet
All Implemented Interfaces:
java.lang.Iterable<java.util.Map<java.lang.String,java.lang.Object>>, DataSet<java.lang.Object>

Deprecated. see reportingcompatibility module

@Deprecated
public class RowPerProgramEnrollmentDataSet
extends java.lang.Object
implements DataSet<java.lang.Object>


Constructor Summary
RowPerProgramEnrollmentDataSet()
          Deprecated.  
 
Method Summary
 java.util.List<PatientProgram> getData()
          Deprecated.  
 DataSetDefinition getDefinition()
          Deprecated.  
 EvaluationContext getEvaluationContext()
          Deprecated.  
 java.util.Iterator<java.util.Map<java.lang.String,java.lang.Object>> iterator()
          Deprecated. The keys of the maps that this iterator returns are given by this.getDefinition().getColumnKeys()
 void setData(java.util.List<PatientProgram> data)
          Deprecated.  
 void setDefinition(RowPerProgramEnrollmentDataSetDefinition definition)
          Deprecated.  
 void setEvaluationContext(EvaluationContext evaluationContext)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowPerProgramEnrollmentDataSet

public RowPerProgramEnrollmentDataSet()
Deprecated. 
Method Detail

getDefinition

public DataSetDefinition getDefinition()
Deprecated. 
Specified by:
getDefinition in interface DataSet<java.lang.Object>
Returns:
The definition that was evaluated to produce this data set.

iterator

public java.util.Iterator<java.util.Map<java.lang.String,java.lang.Object>> iterator()
Deprecated. 
Description copied from interface: DataSet
The keys of the maps that this iterator returns are given by this.getDefinition().getColumnKeys()

Specified by:
iterator in interface java.lang.Iterable<java.util.Map<java.lang.String,java.lang.Object>>
Specified by:
iterator in interface DataSet<java.lang.Object>
Returns:
an iterator over the rows in this dataset.

getEvaluationContext

public EvaluationContext getEvaluationContext()
Deprecated. 
Specified by:
getEvaluationContext in interface DataSet<java.lang.Object>
Returns:
The evaluationContext where this DataSet was evaluated.

getData

public java.util.List<PatientProgram> getData()
Deprecated. 

setData

public void setData(java.util.List<PatientProgram> data)
Deprecated. 

setDefinition

public void setDefinition(RowPerProgramEnrollmentDataSetDefinition definition)
Deprecated. 

setEvaluationContext

public void setEvaluationContext(EvaluationContext evaluationContext)
Deprecated. 

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change