Class Summary |
DestinationUtils |
Utilities for the specimens import app that convert columnnames from a tab-delimited file into
columnnames in the database. |
DynamicDestination |
A FieldID that represents a field in SpecimenFields. |
DynamicTranslatedTable |
A TranslatedTable that includes dynamic fieldnames. |
ImportDBUtil |
Database utility functions used in the import program. |
MetaDataConverter |
A utility class used by the Specimen-Importer for importing dynamic-data. |
PatientTranslatedTable |
A Patient record that is ready to be written to the database. |
RecordIdentifier |
Represents the unique data portion of patient or a specimen. |
SpecimenTranslatedTable |
A Specimens record from a tab-delimited file that is ready to be written to the database. |
StaticDestination |
A table and a fieldname for the import. |
TranslatedRow |
A TranslatedRow is data parsed from one row in the tab-delimited file that has been translated
into a format that can be directly written to the database. |
TranslatedTable |
A Table that is ready to be written to the database, as all the column-names match those in the
database. |