public interface HL7Reader extends Closeable
| Modifier and Type | Method and Description |
|---|---|
HL7Message |
readMessage()
Read the next HL7 message.
|
HL7Message readMessage() throws IOException, HL7ContentException
HL7ContentException - if an invalid HL7 message is received, decoded, etc. by this instanceEOFException - if there is no more inputIOException - if some other I/O error occursIOException - if Closeable.close() has already been invokedCopyright © 2018. All rights reserved.