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
LLPException
IOException
void setInputStream(InputStream in) throws IOException
getMessage()
.IOException
void close() throws IOException
IOException
Copyright © 2001–2017 University Health Network. All rights reserved.