FINDING_TEXT_GEN_SUMMARY
Description:
This table contains the generated summary text that is associated with a particular finding.

Primary Key
Column Name Ordinal Position
FINDING_ID 1
GROUP_LINE 2
VALUE_LINE 3

Column Information
Name Type Discontinued?
1 FINDING_ID NUMERIC No
The unique identifier for the finding record.
2 GROUP_LINE INTEGER No
The line number for the generated summary text information associated with this finding. Together with FINDING_ID, this forms the foreign key to the FINDING_TEXT_GEN table.
3 VALUE_LINE INTEGER No
The line number of one of the multiple generated summary text values associated with the finding and the item from the FINDING_TEXT_GEN table.
4 SUMMARY_TEXT VARCHAR No
The generated summary text that is associated with a particular finding.