RX_IVENT_DOC
Description:
The intervention documentation table contains one record for each intervention that has documentation associated with it, and the text of that documentation. Rich text is stored in database but it is extracted as plain text here. The primary key for the intervention type table is INTERVENTION_ID, LINE.

Primary Key
Column Name Ordinal Position
INTERVENTION_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 INTERVENTION_ID NUMERIC No
Unique ID of intervention.
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 DOC_TEXT VARCHAR No
Text of the intervention documentation. The text will be in plain text, that is, no formatting information besides blank lines and possibly extra spaces will appear in the text. This column will automatically be truncated at 4000 characters.