@Deprecated public class RowPerObsDataSetDefinition extends Object implements DataSetDefinition
RowPerObsDataSet
,
Serialized FormConstructor 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()
DataSetDefinition
getColumnDatatypes
in interface DataSetDefinition
List
of the column datatypesDataSetDefinition.getColumnDatatypes()
public List<String> getColumnKeys()
DataSetDefinition
getColumnKeys
in interface DataSetDefinition
List
of the column keysDataSetDefinition.getColumnKeys()
public String getName()
DataSetDefinition
getName
in interface DataSetDefinition
String
name of the DataSetDefinitionDataSetDefinition.getName()
public void setName(String name)
DataSetDefinition
setName
in interface DataSetDefinition
name
- the descriptive name of this definitionDataSetDefinition.setName(java.lang.String)
public List<Parameter> getParameters()
Parameterizable
getParameters
in interface Parameterizable
Parameterizable.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.