public class ElementSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PDO_EID_SET |
static java.lang.String |
PDO_EVENT_SET |
static java.lang.String |
PDO_OBSERVATION_SET |
static java.lang.String |
PDO_PATIENT_SET |
static java.lang.String |
PDO_PID_SET |
| Constructor and Description |
|---|
ElementSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(Element element)
Add an
Element object into the set |
java.lang.String |
getTypePDOSet()
Gets the pdo set element type
|
void |
removeElement(Element element)
Removes an
Element object from the set |
void |
setTypePDOSet(java.lang.String typePDOSet)
|
java.lang.String |
toPDOString()
Returns the element set as String
|
public static java.lang.String PDO_PATIENT_SET
public static java.lang.String PDO_PID_SET
public static java.lang.String PDO_EID_SET
public static java.lang.String PDO_EVENT_SET
public static java.lang.String PDO_OBSERVATION_SET
public void setTypePDOSet(java.lang.String typePDOSet)
typePDOSet - public java.lang.String getTypePDOSet()
setTypePDOSet(String)public void addElement(Element element)
Element object into the setelement - The elementpublic void removeElement(Element element)
Element object from the setelement - The elementpublic java.lang.String toPDOString()
throws FHIRI2B2Exception
FHIRI2B2Exception - In case type pdo set has not been initialized