Each table has two generated classes, a table and a row object. The table object is a collection of row objects. For example, if there was a Patient table
defined and the prefix chosen was 'HL7', the table class would be a HL7TblPatient and the row class would be
HL7TblPatientRow.