Table Detail Report

MED_ADMIN_RECORD



Column Section Relationship Section Top of Page


Table-level Detail

Description: Medication Administrations
Definition: Table used to maintain medication administration records.
Table Type: ACTIVITY





Column Detail - MED_ADMIN_RECORD


Column Name Type Null? Definition
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.



Relationship Detail - MED_ADMIN_RECORD


Child Column in MED_ADMIN_RECORD(FK) Parent Table Name Parent Column Name
Parents: ENCNTR_ID ENCOUNTER ENCNTR_ID
ORDER_ID ORDERS ORDER_ID
PERSON_ID PERSON PERSON_ID