@Deprecated public class RowPerObsDataExportReportObject extends DataExportReportObject implements Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Deprecated.
|
static String |
SUB_TYPE_NAME
Deprecated.
|
static String |
TYPE_NAME
Deprecated.
|
MODIFIER_ANY, MODIFIER_FIRST, MODIFIER_FIRST_NUM, MODIFIER_LAST, MODIFIER_LAST_NUM
Constructor and Description |
---|
RowPerObsDataExportReportObject()
Deprecated.
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addCalculatedColumn(String columnName,
String columnValue)
Deprecated.
Append a calculated column
|
void |
addCohortColumn(String columnName,
Integer cohortId,
Integer filterId,
Integer patientSearchId,
String valueIfTrue,
String valueIfFalse)
Deprecated.
Append a cohort column
|
void |
addPatientId(Integer p)
Deprecated.
Add a patient to the list to be run on
|
void |
addSimpleColumn(String columnName,
String columnValue)
Deprecated.
Append a simple column
|
boolean |
equals(Object obj)
Deprecated.
|
Cohort |
generatePatientSet(EvaluationContext context)
Deprecated.
Generate the patientSet according to this report's characteristics
|
String |
generateTemplate()
Deprecated.
Generate a template according to this reports columns Assumes there is a patientSet object
available
|
Integer |
getCohortDefinitionId()
Deprecated.
|
Integer |
getCohortId()
Deprecated.
|
List<ExportColumn> |
getColumns()
Deprecated.
|
Location |
getLocation()
Deprecated.
|
List<Integer> |
getPatientIds()
Deprecated.
|
Integer |
getPatientSearchId()
Deprecated.
|
RowPerObsColumn |
getRowPerObsColumn()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isAllPatients()
Deprecated.
|
void |
setAllPatients(boolean isAllPatients)
Deprecated.
|
void |
setCohortDefinitionId(Integer cohortDefinitionId)
Deprecated.
|
void |
setCohortId(Integer cohortId)
Deprecated.
|
void |
setColumns(List<ExportColumn> columns)
Deprecated.
|
void |
setLocation(Location location)
Deprecated.
|
void |
setPatientIds(List<Integer> patientIds)
Deprecated.
|
void |
setPatientSearchId(Integer patientSearchId)
Deprecated.
|
void |
setRowPerObsColumn(RowPerObsColumn rowPerObsColumn)
Deprecated.
|
void |
setRowPerObsColumn(String columnName,
String conceptId,
String[] extras)
Deprecated.
Set the concept based column
|
String |
toString()
Deprecated.
|
addConceptColumn, getAllPatients
equals, getDescription, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType
getUuid, setUuid
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getUuid, setUuid
public static final long serialVersionUID
public static final String TYPE_NAME
public static final String SUB_TYPE_NAME
public RowPerObsDataExportReportObject()
public boolean equals(Object obj)
equals
in class DataExportReportObject
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class DataExportReportObject
Object.hashCode()
public void addSimpleColumn(String columnName, String columnValue)
addSimpleColumn
in class DataExportReportObject
columnName
- columnValue
- public void setRowPerObsColumn(String columnName, String conceptId, String[] extras)
columnName
- the string to identify this row (the header)conceptId
- the conceptid for this columnextras
- String[] data from the obs to add (obsDatetime, encounterType, etc)public void addCalculatedColumn(String columnName, String columnValue)
addCalculatedColumn
in class DataExportReportObject
columnName
- columnValue
- public void addCohortColumn(String columnName, Integer cohortId, Integer filterId, Integer patientSearchId, String valueIfTrue, String valueIfFalse)
addCohortColumn
in class DataExportReportObject
columnName
- cohortId
- only one of this or filterId should be non-nullfilterId
- only one of this or cohortId should be non-nullpublic void addPatientId(Integer p)
addPatientId
in class DataExportReportObject
p
- public String generateTemplate()
generateTemplate
in class DataExportReportObject
public Cohort generatePatientSet(EvaluationContext context)
generatePatientSet
in class DataExportReportObject
public String toString()
toString
in class DataExportReportObject
public List<ExportColumn> getColumns()
getColumns
in class DataExportReportObject
public void setColumns(List<ExportColumn> columns)
setColumns
in class DataExportReportObject
public Location getLocation()
getLocation
in class DataExportReportObject
public void setLocation(Location location)
setLocation
in class DataExportReportObject
public List<Integer> getPatientIds()
getPatientIds
in class DataExportReportObject
public void setPatientIds(List<Integer> patientIds)
setPatientIds
in class DataExportReportObject
public Integer getCohortDefinitionId()
getCohortDefinitionId
in class DataExportReportObject
public void setCohortDefinitionId(Integer cohortDefinitionId)
setCohortDefinitionId
in class DataExportReportObject
public Integer getCohortId()
getCohortId
in class DataExportReportObject
public void setCohortId(Integer cohortId)
setCohortId
in class DataExportReportObject
public Integer getPatientSearchId()
getPatientSearchId
in class DataExportReportObject
public void setPatientSearchId(Integer patientSearchId)
setPatientSearchId
in class DataExportReportObject
public boolean isAllPatients()
isAllPatients
in class DataExportReportObject
public void setAllPatients(boolean isAllPatients)
setAllPatients
in class DataExportReportObject
public RowPerObsColumn getRowPerObsColumn()
public void setRowPerObsColumn(RowPerObsColumn rowPerObsColumn)
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.