public static class MCtableItem.TableRowDefinition
extends java.lang.Object
Constructor and Description |
---|
TableRowDefinition()
Default constructor
|
TableRowDefinition(int row,
MCbasicCodedEntry conceptName,
MCbasicCodedEntry measurementUnits)
Create a new instance of the table row definition sequence item
|
Modifier and Type | Method and Description |
---|---|
MCbasicCodedEntry |
getConceptNameCode()
Get the concept that describes the meaning of the row(s).
|
MCbasicCodedEntry |
getMeasurementUnitsCode()
Get the units of measurement that apply to all the numeric values in this row.
|
int |
getRowNumber()
Get the row, numbered from 1, of the table that this concept describes.
|
void |
read(MCattributeSet source)
Read all the attributes in this table row definition from an attribute set
|
void |
setConceptNameCode(MCbasicCodedEntry concept)
Set the concept that describes the meaning of the row(s).
|
void |
setMeasurementUnitsCode(MCbasicCodedEntry measurementUnits)
Set the units of measurement that apply to all the numeric values in this row.
|
void |
setRowNumber(int num)
Set the row, numbered from 1, of the table that this concept describes.
|
void |
write(MCattributeSet destination)
Write all the attributes in this table row definition to an attribute set
|
public TableRowDefinition()
public TableRowDefinition(int row, MCbasicCodedEntry conceptName, MCbasicCodedEntry measurementUnits)
row
- The row, numbered from 1, of the table that this concept describes.conceptName
- The concept that describes the meaning of the row(s).measurementUnits
- The units of measurement that apply to all the numeric values in this row.public int getRowNumber()
public void setRowNumber(int num)
num
- The row numberpublic MCbasicCodedEntry getConceptNameCode()
public void setConceptNameCode(MCbasicCodedEntry concept)
concept
- The concept name coded entrypublic MCbasicCodedEntry getMeasurementUnitsCode()
public void setMeasurementUnitsCode(MCbasicCodedEntry measurementUnits)
measurementUnits
- The units of measurement coded entrypublic void read(MCattributeSet source)
source
- The source attribute setMCexception
- If the source parameter is null or not an an MCitem
public void write(MCattributeSet destination)
destination
- The destination attribute setMCexception
- If the destination parameter is null or not an
MCitem
object.