COVERAGE_NOTE_INFO
Description:
This table contains information about notes attached to coverage records.

Primary Key
Column Name Ordinal Position
COVERAGE_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 COVERAGE_ID NUMERIC No
The unique identifier for the coverage record.
2 LINE INTEGER No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3 NOTE_ID VARCHAR No
The unique identifier of the note associated with the coverage.
4 NOTE_DATE DATETIME No
The date the note was created.
5 NOTE_DTTM DATETIME (Local) No
The date and time the note was created.
6 NOTE_USER_ID VARCHAR No
The user who created the note.
7 NOTE_USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.