|
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. |
|
|