ACTIVE_IND |
DOUBLE |
Y |
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. |
ACTIVE_STATUS_CD |
DOUBLE |
N |
Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
ACTIVE_STATUS_DT_TM |
DATETIME |
Y |
The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID |
DOUBLE |
N |
The person who caused the active_status_cd to be set or change. |
BB_RESULT_ID |
DOUBLE |
N |
An internal system-assigned number (but not a primary key to any table). Since multiple instances of the same procedure can be resulted on the same patient, same accession, and same product, the BB_RESULT_ID is used to make these instances unique. |
PRODUCT_ID |
DOUBLE |
N |
The primary key of the PRODUCT table. An internal system-assigned number. On this table, it identifies the product for which the special testing result was verified. |
RESULT_ID |
DOUBLE |
N |
The primary key of the RESULT table. An internal system-assigned number. On this table, it provides a link to the actual result that was performed and verified on this product to arrive at this special testing result recorded on this table. |
SPECIAL_TESTING_ID |
DOUBLE |
N |
The primary key to the SPECIAL_TESTING table. An internal system-assigned number. On this table, it provides a link back to the row on the special_testing table for this antigen or attribute. |
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. |