@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, getAllPatientsequals, getDescription, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setTypegetUuid, setUuidclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetUuid, setUuidpublic 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 DataExportReportObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class DataExportReportObjectObject.hashCode()public void addSimpleColumn(String columnName, String columnValue)
addSimpleColumn in class DataExportReportObjectcolumnName - 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 DataExportReportObjectcolumnName - columnValue - public void addCohortColumn(String columnName, Integer cohortId, Integer filterId, Integer patientSearchId, String valueIfTrue, String valueIfFalse)
addCohortColumn in class DataExportReportObjectcolumnName - 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 DataExportReportObjectp - public String generateTemplate()
generateTemplate in class DataExportReportObjectpublic Cohort generatePatientSet(EvaluationContext context)
generatePatientSet in class DataExportReportObjectpublic String toString()
toString in class DataExportReportObjectpublic List<ExportColumn> getColumns()
getColumns in class DataExportReportObjectpublic void setColumns(List<ExportColumn> columns)
setColumns in class DataExportReportObjectpublic Location getLocation()
getLocation in class DataExportReportObjectpublic void setLocation(Location location)
setLocation in class DataExportReportObjectpublic List<Integer> getPatientIds()
getPatientIds in class DataExportReportObjectpublic void setPatientIds(List<Integer> patientIds)
setPatientIds in class DataExportReportObjectpublic Integer getCohortDefinitionId()
getCohortDefinitionId in class DataExportReportObjectpublic void setCohortDefinitionId(Integer cohortDefinitionId)
setCohortDefinitionId in class DataExportReportObjectpublic Integer getCohortId()
getCohortId in class DataExportReportObjectpublic void setCohortId(Integer cohortId)
setCohortId in class DataExportReportObjectpublic Integer getPatientSearchId()
getPatientSearchId in class DataExportReportObjectpublic void setPatientSearchId(Integer patientSearchId)
setPatientSearchId in class DataExportReportObjectpublic boolean isAllPatients()
isAllPatients in class DataExportReportObjectpublic void setAllPatients(boolean isAllPatients)
setAllPatients in class DataExportReportObjectpublic RowPerObsColumn getRowPerObsColumn()
public void setRowPerObsColumn(RowPerObsColumn rowPerObsColumn)
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.