public final class I2b2Concept extends Object
| Constructor and Description |
|---|
I2b2Concept()
Default no-arg constructor.
|
I2b2Concept(String key,
Integer level,
String tableName,
String dimensionCode,
String isSynonym)
Constructs an i2b2 concept from required fields.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getColumnDataType() |
String |
getColumnName()
Gets the concept column name.
|
String |
getDimensionCode()
Gets the i2b2 concept's dimension code.
|
String |
getDisplayName()
Gets the display name for the concept.
|
String |
getFactTableColumn() |
String |
getHasChildren()
Gets whether this concept has children.
|
String |
getI2b2Key()
Gets the i2b2 key.
|
String |
getIcd9()
Gets the concept's ICD-9 form.
|
Long |
getId()
Gets the JPA entity's ID
|
String |
getIsSynonym()
Gets the i2b2 concept's synonym code.
|
int |
getLevel()
Gets the i2b2 concept's level in the hierarchy.
|
String |
getName()
Gets the concept name.
|
String |
getOperator()
Gets the operator.
|
String |
getTableName()
Gets the i2b2 concept's table name.
|
String |
getTooltip()
Gets the concept's tooltip.
|
String |
getXmlOrig()
Gets the original XML of the concept.
|
int |
hashCode() |
void |
setColumnName(String columnName)
Sets the column name.
|
void |
setDimensionCode(String dimensionCode)
Sets the dimension code.
|
void |
setDisplayName(String displayName)
Sets the display name.
|
void |
setHasChildren(String hasChildren)
Sets the has children property.
|
void |
setI2b2Key(String i2b2Key)
Sets the i2b2 key.
|
void |
setIcd9(String icd9)
Sets the concept's ICD-9 string.
|
void |
setId(Long id) |
void |
setIsSynonym(String isSynonym)
Sets the synonym code.
|
void |
setLevel(Integer level)
Sets the level.
|
void |
setName(String name)
Sets the name
|
void |
setOperator(String operator)
Sets the operator.
|
void |
setTableName(String tableName)
Sets the table name.
|
void |
setTooltip(String tooltip)
Sets the tooltip.
|
void |
setXmlOrig(String xmlOrig)
Sets the original XML.
|
String |
toString() |
public I2b2Concept()
public I2b2Concept(String key, Integer level, String tableName, String dimensionCode, String isSynonym)
key - the concept keylevel - the concept's level in the hierarchytableName - the concept's table namedimensionCode - the concept's dimension codeisSynonym - the concept's synonym codepublic Long getId()
public String getI2b2Key()
public int getLevel()
public String getTableName()
public String getDimensionCode()
public String getIsSynonym()
public void setI2b2Key(String i2b2Key)
i2b2Key - the i2b2 keypublic void setLevel(Integer level)
level - the levelpublic void setTableName(String tableName)
tableName - the table namepublic void setDimensionCode(String dimensionCode)
dimensionCode - the dimension codepublic void setIsSynonym(String isSynonym)
isSynonym - the synonym codepublic String getName()
public void setName(String name)
name - the namepublic String getColumnName()
public void setId(Long id)
public void setColumnName(String columnName)
columnName - the column namepublic String getOperator()
public void setOperator(String operator)
operator - the operatorpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the display namepublic String getTooltip()
public void setTooltip(String tooltip)
tooltip - the tooltippublic String getHasChildren()
public void setHasChildren(String hasChildren)
hasChildren - whether it has childrenpublic String getIcd9()
public void setIcd9(String icd9)
icd9 - the ICD-9 stringpublic String getXmlOrig()
public void setXmlOrig(String xmlOrig)
xmlOrig - the original XMLpublic String getColumnDataType()
public String getFactTableColumn()
Copyright © 2016–2019 Emory University. All rights reserved.