public interface ExportWriter extends Closeable
TableWriter must
be closed individually.
The close() should be called, after the export
processing is complete.
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
TableWriter |
openEAVTable(String id) |
TableWriter |
openPatientTable() |
TableWriter |
openVisitTable() |
TableWriter openPatientTable() throws IOException
IOExceptionTableWriter openVisitTable() throws IOException
IOExceptionTableWriter openEAVTable(String id) throws IOException
IOExceptionvoid close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 2013–2017 R.W.Majeed. All rights reserved.