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
LLPExceptionIOExceptionvoid setOutputStream(OutputStream out) throws IOException
().IOExceptionvoid close() throws IOException
IOExceptionCopyright © 2001–2017 University Health Network. All rights reserved.