public interface HL7Writer
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the underlying stream and any other resources that should be closed.
|
void |
setOutputStream(OutputStream out)
Sets the OutputStream to which to write messages.
|
void |
writeMessage(String message)
Sends a complete message to the underlying output stream using the
lower layer protocol implemented by this HL7Writer.
|
void writeMessage(String message) throws LLPException, IOException
LLPException
IOException
void setOutputStream(OutputStream out) throws IOException
()
.IOException
void close() throws IOException
IOException
Copyright © 2001–2017 University Health Network. All rights reserved.