|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.vmdb.hl7.HL7Object | +--org.vmdb.hl7.HL7Element | +--org.vmdb.hl7.RepeatElement
Description: HL7 Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
This class is an invisible element who's sole purpose is to provide a container for zero or more elements in a repeat. It handles the details of outputting the correct delimiters in HL7 and XML tags in XML representation.
Constructor Summary | |
RepeatElement()
Construct a Composite ID Element using the default name and type constants. |
Method Summary | |
void |
addElement(HL7Element hlE)
Add an element to the end of the repeat. |
void |
clear()
Return this element to its empty state. |
HL7Element |
firstElement()
Get the first element of the repeat. |
java.lang.String |
getValue()
Get the value of the first element of the repeat. |
java.util.Iterator |
iterator()
Get an Iterator over all of the repeats. |
int |
size()
Count the number of elements in the repeat. |
java.lang.String |
toHL7String()
Extend the inherited toHL7String() method to properly delimit repeating fields. |
java.lang.String |
toString()
Extend the inherited toString() method to properly delimit repeating fields. |
java.lang.String |
toXML(int iDepth)
Extend the inherited toXML() method to properly format repeating fields. |
Methods inherited from class org.vmdb.hl7.HL7Element |
empty, getComponent, getLevel, getType, initialize, makeElement, setComponent, setLevel, setType, setValue |
Methods inherited from class org.vmdb.hl7.HL7Object |
getRule |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RepeatElement()
Method Detail |
public java.util.Iterator iterator()
iterator
in class HL7Element
public int size()
size
in class HL7Element
public void clear()
clear
in class HL7Element
public void addElement(HL7Element hlE)
hlE
- HL7Element derived Element object to add.public HL7Element firstElement()
public java.lang.String getValue()
getValue
in class HL7Element
public java.lang.String toString()
toString
in class HL7Element
public java.lang.String toHL7String()
toHL7String
in class HL7Element
public java.lang.String toXML(int iDepth)
toXML
in class HL7Element
iDepth
- int to determine depth to indent XML for readability.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |