iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > C++ Support > Table, Table Group and Message Classes > Table Classes |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
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. |