public interface HL7Reader
| Modifier and Type | Method and Description |
|---|---|
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.
|
String getMessage() throws LLPException, IOException
LLPExceptionIOExceptionvoid setInputStream(InputStream in) throws IOException
getMessage().IOExceptionvoid close() throws IOException
IOExceptionCopyright © 2001–2017 University Health Network. All rights reserved.