org.openmrs.report
Class RowPerObsDataSetDefinition

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

Deprecated. see reportingcompatibility module

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

Definition of a dataset that produces one-row-per-obs. Output might look like: patientId, question, questionConceptId, answer, answerConceptId, obsDatetime, encounterId 123, "WEIGHT (KG)", 5089, 70, null, "2007-05-23", 2345 123, "OCCUPATION", 987, "STUDENT", 988, "2008-01-30", 2658

See Also:
RowPerObsDataSet, Serialized Form

Constructor Summary
RowPerObsDataSetDefinition()
          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.util.Date getFromDate()
          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<Concept> getQuestions()
          Deprecated.  
 java.util.Date getToDate()
          Deprecated.  
 void setFilter(CohortDefinition filter)
          Deprecated.  
 void setFromDate(java.util.Date fromDate)
          Deprecated.  
 void setName(java.lang.String name)
          Deprecated. Sets the name of this data set definition
 void setQuestions(java.util.Collection<Concept> questions)
          Deprecated.  
 void setToDate(java.util.Date toDate)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowPerObsDataSetDefinition

public RowPerObsDataSetDefinition()
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()

getFilter

public CohortDefinition getFilter()
Deprecated. 
Returns:
the filter

setFilter

public void setFilter(CohortDefinition filter)
Deprecated. 
Parameters:
filter - the filter to set

getFromDate

public java.util.Date getFromDate()
Deprecated. 
Returns:
the fromDate

setFromDate

public void setFromDate(java.util.Date fromDate)
Deprecated. 
Parameters:
fromDate - the fromDate to set

getQuestions

public java.util.Collection<Concept> getQuestions()
Deprecated. 
Returns:
the questions

setQuestions

public void setQuestions(java.util.Collection<Concept> questions)
Deprecated. 
Parameters:
questions - the questions to set

getToDate

public java.util.Date getToDate()
Deprecated. 
Returns:
the toDate

setToDate

public void setToDate(java.util.Date toDate)
Deprecated. 
Parameters:
toDate - the toDate to set

OpenMRS-1.7.x

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