@Deprecated public class RowPerObsColumn extends Object implements ExportColumn, Serializable
PatientId, Obs Value, Obs Date 123, 55.3, 1/1/2000 123, 60.3, 2/5/2000 123, 62.0, 3/3/2000 4393, 34.0, 1/2/2000 4393, 35.0, 1/7/2000 4400, 12.0, 1/1/2000
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
RowPerObsColumn()
Deprecated.
|
RowPerObsColumn(String columnName,
String conceptId,
String[] extras)
Deprecated.
Convenience constructor to build the column with all values at once
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Deprecated.
|
String |
getColumnType()
Deprecated.
|
Integer |
getConceptId()
Deprecated.
|
String |
getConceptIdOrName()
Deprecated.
|
String |
getConceptName()
Deprecated.
|
String[] |
getExtras()
Deprecated.
|
String |
getTemplateColumnName()
Deprecated.
|
void |
setColumnName(String columnName)
Deprecated.
|
void |
setColumnType(String columnType)
Deprecated.
|
void |
setConceptId(Integer conceptId)
Deprecated.
|
void |
setConceptName(String conceptName)
Deprecated.
|
void |
setExtras(String[] extras)
Deprecated.
|
String |
toTemplateString()
Deprecated.
|
public static final long serialVersionUID
public String toTemplateString()
toTemplateString
in interface ExportColumn
ExportColumn.toTemplateString()
public String getColumnType()
public void setColumnType(String columnType)
public String getColumnName()
getColumnName
in interface ExportColumn
public String getTemplateColumnName()
getTemplateColumnName
in interface ExportColumn
public void setColumnName(String columnName)
setColumnName
in interface ExportColumn
public String getConceptName()
public Integer getConceptId()
public void setConceptId(Integer conceptId)
public void setConceptName(String conceptName)
public String[] getExtras()
public void setExtras(String[] extras)
public String getConceptIdOrName()
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.