|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.importer.specimens.data.DestinationUtils
public final class DestinationUtils
Utilities for the specimens import app that convert columnnames from a tab-delimited file into columnnames in the database.
Method Summary | |
---|---|
static java.util.List<TranslatedRow> |
getTranslatedRecordsList(TableArray<java.lang.String,java.lang.String> tableArray,
MetaDataConverter metaDataConverter,
int hospitalID,
SpecimenIdentifiersResponse response)
Gets a List of Maps ready to be inserted into the database from a List of Maps that was read from a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.List<TranslatedRow> getTranslatedRecordsList(TableArray<java.lang.String,java.lang.String> tableArray, MetaDataConverter metaDataConverter, int hospitalID, SpecimenIdentifiersResponse response) throws java.io.IOException
fileListOfMaps
- the data read from the file submitted to the import program
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |