|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
@Deprecated public class RowPerProgramEnrollmentDataSetDefinition
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
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 |
|---|
public RowPerProgramEnrollmentDataSetDefinition()
| Method Detail |
|---|
public java.util.List<java.lang.Class> getColumnDatatypes()
DataSetDefinition
getColumnDatatypes in interface DataSetDefinitionList of the column datatypesDataSetDefinition.getColumnDatatypes()public java.util.List<java.lang.String> getColumnKeys()
DataSetDefinition
getColumnKeys in interface DataSetDefinitionList of the column keysDataSetDefinition.getColumnKeys()public java.lang.String getName()
DataSetDefinition
getName in interface DataSetDefinitionString name of the DataSetDefinitionDataSetDefinition.getName()public void setName(java.lang.String name)
DataSetDefinition
setName in interface DataSetDefinitionname - the descriptive name of this definitionDataSetDefinition.setName(java.lang.String)public java.util.List<Parameter> getParameters()
Parameterizable
getParameters in interface ParameterizableParameterizable.getParameters()public java.util.Collection<Program> getPrograms()
public void setPrograms(java.util.Collection<Program> programs)
public CohortDefinition getFilter()
public void setFilter(CohortDefinition filter)
|
OpenMRS-1.7.x | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||