|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HL7Reader
An HL7Reader implements reading from an input stream using a particular lower layer protocol.
| Method Summary | |
|---|---|
void |
close()
Closes the underlying stream and any other resources that should be closed. |
String |
getMessage()
Reads a complete HL7 message from the underlying input stream |
void |
setInputStream(InputStream in)
Sets the InputStream from which to read messages. |
| Method Detail |
|---|
String getMessage()
throws LLPException,
IOException
LLPException
IOException
void setInputStream(InputStream in)
throws IOException
getMessage().
IOException
void close()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||