|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.HL7.HL7SourceParser
Reader for entire HL7 Data stream. It is used to sequentially return the messages in the data stream through an iterator

| Constructor Summary | |
HL7SourceParser()
Creates new HL7SourceParser |
|
HL7SourceParser(java.lang.String uri)
Constructor for HL7SourceParser |
|
| Method Summary | |
void |
finalize()
close the file reader |
java.lang.String |
getNextMessage()
* get next Message from HL7 data stream |
boolean |
hasNext()
Determine if there are any more lines in the message |
java.lang.Object |
next()
return next message |
void |
remove()
* remove element from iterator (not supported in this Iterator) |
void |
setDebug(boolean debug)
Turn on/off debuggin |
void |
setInput(java.lang.String uri)
Define Input file |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HL7SourceParser()
public HL7SourceParser(java.lang.String uri)
| Method Detail |
public void setDebug(boolean debug)
debug - public void setInput(java.lang.String uri)
uri - of input filepublic void remove()
remove in interface java.util.Iteratorpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic java.lang.String getNextMessage()
public void finalize()
finalize in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||