@Deprecated public class RowPerProgramEnrollmentDataSetDefinition extends Object implements DataSetDefinition
RowPerProgramEnrollmentDataSet,
Serialized Form| Constructor and Description |
|---|
RowPerProgramEnrollmentDataSetDefinition()
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.
|
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<Program> |
getPrograms()
Deprecated.
|
void |
setFilter(CohortDefinition filter)
Deprecated.
|
void |
setName(String name)
Deprecated.
Sets the name of this data set definition
|
void |
setPrograms(Collection<Program> programs)
Deprecated.
|
public RowPerProgramEnrollmentDataSetDefinition()
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 Collection<Program> getPrograms()
public void setPrograms(Collection<Program> programs)
public CohortDefinition getFilter()
public void setFilter(CohortDefinition filter)
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.