public class Element
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PDO_EID |
static java.lang.String |
PDO_EVENT |
static java.lang.String |
PDO_OBSERVATION |
static java.lang.String |
PDO_PATIENT |
static java.lang.String |
PDO_PID |
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(java.lang.String row)
Add a row in the element
|
java.lang.String |
getTypePDO()
Get the element type.
|
void |
setTypePDO(java.lang.String typePDO)
|
java.lang.String |
toPDOString()
Returns the element as String
|
public static java.lang.String PDO_PATIENT
public static java.lang.String PDO_PID
public static java.lang.String PDO_EID
public static java.lang.String PDO_EVENT
public static java.lang.String PDO_OBSERVATION
public void setTypePDO(java.lang.String typePDO)
typePDO - public java.lang.String getTypePDO()
setTypePDO(String)public void addRow(java.lang.String row)
row - the row. e.i. "public java.lang.String toPDOString()
throws FHIRI2B2Exception
FHIRI2B2Exception - In case the element type has not been initialized