ADMIN_BLOB |
LONGBLOB |
Y |
BLOB containing a representation of medication administration record data. |
BLOB_DEF_VERSION |
DOUBLE |
N |
The version of the medication administration definition stored in the ADMINS_BLOB. |
EARLIEST_START_DT_TM |
DATETIME |
Y |
The date and time the earliest administration was started. |
ENCNTR_ID |
DOUBLE |
N |
Unique generated number that identifies a single person in the ENCOUNTER table. |
LATEST_COMPLETED_DT_TM |
DATETIME |
Y |
The date and time corresponding to the administration with the latest completion date. |
MED_ADMIN_RECORD_ID |
DOUBLE |
N |
PRIMARY KEY |
ORDER_ID |
DOUBLE |
N |
Unique generated number that identifies a single order in the ORDERS table. |
PERSON_ID |
DOUBLE |
N |
Unique generated number that identifies a single person in the PERSON table. |
UPDT_APPLCTX |
DOUBLE |
N |
The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_DT_TM |
DATETIME |
N |
The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_TASK |
DOUBLE |
N |
The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |