@Deprecated public class RowPerObsDataSetDefinition extends Object implements DataSetDefinition
RowPerObsDataSet,
Serialized Form| Constructor and Description |
|---|
RowPerObsDataSetDefinition()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Class> |
getColumnDatatypes()
Deprecated.
Gets a list of the datatype of the columns
|
List<String> |
getColumnKeys()
Deprecated.
Gets a list of column keys.
|
CohortDefinition |
getFilter()
Deprecated.
|
Date |
getFromDate()
Deprecated.
|
String |
getName()
Deprecated.
Gets the name
|
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.
|
Collection<Concept> |
getQuestions()
Deprecated.
|
Date |
getToDate()
Deprecated.
|
void |
setFilter(CohortDefinition filter)
Deprecated.
|
void |
setFromDate(Date fromDate)
Deprecated.
|
void |
setName(String name)
Deprecated.
Sets the name of this data set definition
|
void |
setQuestions(Collection<Concept> questions)
Deprecated.
|
void |
setToDate(Date toDate)
Deprecated.
|
public List<Class> getColumnDatatypes()
DataSetDefinitiongetColumnDatatypes in interface DataSetDefinitionList of the column datatypesDataSetDefinition.getColumnDatatypes()public List<String> getColumnKeys()
DataSetDefinitiongetColumnKeys in interface DataSetDefinitionList of the column keysDataSetDefinition.getColumnKeys()public String getName()
DataSetDefinitiongetName in interface DataSetDefinitionString name of the DataSetDefinitionDataSetDefinition.getName()public void setName(String name)
DataSetDefinitionsetName in interface DataSetDefinitionname - the descriptive name of this definitionDataSetDefinition.setName(java.lang.String)public List<Parameter> getParameters()
ParameterizablegetParameters in interface ParameterizableParameterizable.getParameters()public CohortDefinition getFilter()
public void setFilter(CohortDefinition filter)
filter - the filter to setpublic Date getFromDate()
public void setFromDate(Date fromDate)
fromDate - the fromDate to setpublic Collection<Concept> getQuestions()
public void setQuestions(Collection<Concept> questions)
questions - the questions to setpublic Date getToDate()
public void setToDate(Date toDate)
toDate - the toDate to setCopyright © 2018 OpenMRS LLC.. All Rights Reserved.