ACTIVE_IND |
DOUBLE |
N |
The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
EXTERNAL_IDENT |
VARCHAR(255) |
N |
External identifier for foreign systems. |
SUB_THERAPEUTIC_CAT_ID |
DOUBLE |
N |
The ID of the therapeutic sub-category if this item represents a sub-category within a therapeutic category. |
SYNONYM_ID |
DOUBLE |
N |
The ID of the synonym if this item represents a synonym within a therapeutic category. |
THERAPEUTIC_CAT_ID |
DOUBLE |
N |
The ID of the parent therapeutic category. |
THERAPEUTIC_CAT_ITEM_ID |
DOUBLE |
N |
The primary key of the Therapeutic_Cat_Item table. |
UPDT_APPLCTX |
DOUBLE |
N |
The application context number from the record info block. |
UPDT_CNT |
DOUBLE |
N |
Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
UPDT_DT_TM |
DATETIME |
N |
The date and time the row was last inserted or updated. |
UPDT_ID |
DOUBLE |
N |
The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
UPDT_TASK |
DOUBLE |
N |
The registered (assigned) task number for the process that inserted or updated the row. |