org.openmrs.report
Class RowPerProgramEnrollmentDataSetDefinition

java.lang.Object
  extended by org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
All Implemented Interfaces:
java.io.Serializable, DataSetDefinition, Parameterizable

Deprecated. see reportingcompatibility module

@Deprecated
public class RowPerProgramEnrollmentDataSetDefinition
extends java.lang.Object
implements DataSetDefinition

Definition of a dataset that produces one-row-per-PatientProgram. Output might look like: patientId, programName, programId, enrollmentDate, completionDate, patientProgramId 123, "HIV PROGRAM", 1, "2008-01-01", null, 5383 123, "TB PROGRAM", 2, "2006-04-11", "2006-10-11", 4253

See Also:
RowPerProgramEnrollmentDataSet, Serialized Form

Constructor Summary
RowPerProgramEnrollmentDataSetDefinition()
          Deprecated.  
 
Method Summary
 java.util.List<java.lang.Class> getColumnDatatypes()
          Deprecated. Gets a list of the datatype of the columns
 java.util.List<java.lang.String> getColumnKeys()
          Deprecated. Gets a list of column keys.
 CohortDefinition getFilter()
          Deprecated.  
 java.lang.String getName()
          Deprecated. Gets the name
 java.util.List<Parameter> getParameters()
          Deprecated. A object that can take parameters should examine itself and its child objects to find out all of its required parameters.
 java.util.Collection<Program> getPrograms()
          Deprecated.  
 void setFilter(CohortDefinition filter)
          Deprecated.  
 void setName(java.lang.String name)
          Deprecated. Sets the name of this data set definition
 void setPrograms(java.util.Collection<Program> programs)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowPerProgramEnrollmentDataSetDefinition

public RowPerProgramEnrollmentDataSetDefinition()
Deprecated. 
Method Detail

getColumnDatatypes

public java.util.List<java.lang.Class> getColumnDatatypes()
Deprecated. 
Description copied from interface: DataSetDefinition
Gets a list of the datatype of the columns

Specified by:
getColumnDatatypes in interface DataSetDefinition
Returns:
List of the column datatypes
See Also:
DataSetDefinition.getColumnDatatypes()

getColumnKeys

public java.util.List<java.lang.String> getColumnKeys()
Deprecated. 
Description copied from interface: DataSetDefinition
Gets a list of column keys.

Specified by:
getColumnKeys in interface DataSetDefinition
Returns:
List of the column keys
See Also:
DataSetDefinition.getColumnKeys()

getName

public java.lang.String getName()
Deprecated. 
Description copied from interface: DataSetDefinition
Gets the name

Specified by:
getName in interface DataSetDefinition
Returns:
String name of the DataSetDefinition
See Also:
DataSetDefinition.getName()

setName

public void setName(java.lang.String name)
Deprecated. 
Description copied from interface: DataSetDefinition
Sets the name of this data set definition

Specified by:
setName in interface DataSetDefinition
Parameters:
name - the descriptive name of this definition
See Also:
DataSetDefinition.setName(java.lang.String)

getParameters

public java.util.List<Parameter> getParameters()
Deprecated. 
Description copied from interface: Parameterizable
A object that can take parameters should examine itself and its child objects to find out all of its required parameters. This method should not return null, but should return an empty list if no parameters exist

Specified by:
getParameters in interface Parameterizable
Returns:
list of parameters that will satisfy this object
See Also:
Parameterizable.getParameters()

getPrograms

public java.util.Collection<Program> getPrograms()
Deprecated. 

setPrograms

public void setPrograms(java.util.Collection<Program> programs)
Deprecated. 

getFilter

public CohortDefinition getFilter()
Deprecated. 

setFilter

public void setFilter(CohortDefinition filter)
Deprecated. 

OpenMRS-1.7.x

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