|
Name |
Type |
Discontinued? |
|
1 |
FINDING_ID |
NUMERIC |
No |
|
|
|
The unique identifier for the finding record. |
|
|
2 |
GROUP_LINE |
INTEGER |
No |
|
|
|
The line number of the associated audit data in the result finding record. Together with FINDING_ID, this forms the foreign key to the ORDER_RES_AUDIT table. |
|
|
3 |
VALUE_LINE |
INTEGER |
No |
|
|
|
The line number of one of the multiple item values that are associated with the item from the table ORDER_RES_AUDIT. |
|
|
4 |
AUDIT_VALUE |
VARCHAR |
No |
|
|
|
This column stores the values of the item being audited as specified in this row. |
|
|