|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.report.RowPerObsDataSetDefinition
@Deprecated public class RowPerObsDataSetDefinition
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
RowPerObsDataSet
,
Serialized FormConstructor 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 |
---|
public RowPerObsDataSetDefinition()
Method Detail |
---|
public java.util.List<java.lang.Class> getColumnDatatypes()
DataSetDefinition
getColumnDatatypes
in interface DataSetDefinition
List
of the column datatypesDataSetDefinition.getColumnDatatypes()
public java.util.List<java.lang.String> getColumnKeys()
DataSetDefinition
getColumnKeys
in interface DataSetDefinition
List
of the column keysDataSetDefinition.getColumnKeys()
public java.lang.String getName()
DataSetDefinition
getName
in interface DataSetDefinition
String
name of the DataSetDefinitionDataSetDefinition.getName()
public void setName(java.lang.String name)
DataSetDefinition
setName
in interface DataSetDefinition
name
- the descriptive name of this definitionDataSetDefinition.setName(java.lang.String)
public java.util.List<Parameter> getParameters()
Parameterizable
getParameters
in interface Parameterizable
Parameterizable.getParameters()
public CohortDefinition getFilter()
public void setFilter(CohortDefinition filter)
filter
- the filter to setpublic java.util.Date getFromDate()
public void setFromDate(java.util.Date fromDate)
fromDate
- the fromDate to setpublic java.util.Collection<Concept> getQuestions()
public void setQuestions(java.util.Collection<Concept> questions)
questions
- the questions to setpublic java.util.Date getToDate()
public void setToDate(java.util.Date toDate)
toDate
- the toDate to set
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |