CE_AUDIT_LOG



Column Section Relationship Section Top of Page


Table-level Detail

Description: Clinical Event Audit Log
Definition: Stores audit information for failed personnel action requests that are executed asynchronously through the clinical event server.
Table Type: ACTIVITY





Column Detail - CE_AUDIT_LOG


Column Name Type Null? Definition
CE_AUDIT_LOG_ID NUMBER N Unique, generated number that identifies a single row on the CE_AUDIT_LOG table.
ERROR_MSG_TXT VC2(255) Y The error associated with a transaction failure.
EVENT_ID NUMBER N Used to identify a clinical event row for the given audit log row.
OPERATION_DT_TM DATE N Date the action on the clinical event row failed.
OPERATION_PRSNL_ID NUMBER N The personnel id of the person executing a failing action on the clinical event row.
OPERATION_STATUS_CD NUMBER N The status of the row as the clinical event is being updated,. Valid values are Processing and Completed.
OPERATION_TYPE_CD NUMBER N Identifies the operation that failed on the clinical event row.
PERSON_ID NUMBER N The person that is associated with the clinical event row that was being updated.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER 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 NUMBER N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - CE_AUDIT_LOG


Child Column in CE_AUDIT_LOG(FK) Parent Table Name Parent Column Name
Parents: PERSON_ID PERSON PERSON_ID
OPERATION_PRSNL_ID PRSNL PERSON_ID


CE_BLOB



Column Section Top of Page


Table-level Detail

Description: ce blob
Definition: The ce_blob table contains the actual contents of a locally stored document.
Table Type: ACTIVITY





Column Detail - CE_BLOB


Column Name Type Null? Definition
BLOB_CONTENTS LONG RAW Y Text of the blob.
BLOB_LENGTH NUMBER N Number of bytes in the blob.
BLOB_SEQ_NUM NUMBER N Sequence Nbr is used to make the primary key unique in the case where the document has more than one blob.
COMPRESSION_CD NUMBER N Specifies type of compression applied to the blob.
EVENT_ID NUMBER N Foreign key to the Event Table.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER 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 NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
VALID_FROM_DT_TM DATE N Contains the Beginning Point of when this row is valid.
VALID_UNTIL_DT_TM DATE N Contains the "End Point" of when a row in the table is valid. Current version of the result has an open "Until Dt Tm" value. We need to determine what that value is.


CE_BLOB_RESULT



Column Section Top of Page


Table-level Detail

Description: ce blob result
Definition: The ce_blob_result table contains information about documents. Each ce_blob_result record corresponds to a single physical document. Blob results having a common {event_id, contributor_system_cd, series_ref_nbr} constitute a logical document
Table Type: ACTIVITY





Column Detail - CE_BLOB_RESULT


Column Name Type Null? Definition
BLOB_ATTRIBUTES VC2(255) Y Attributes of remote blob: display rotation angle; display enhancement options (anti-aliasing, color enhancement, etc.)
BLOB_HANDLE VC2(2000) Y Handle to remote blob
CHECKSUM NUMBER N A unique value, created by parsing the contents of the blob, used as a comparison to identify changes to the blob.
DEVICE_CD NUMBER Y Describes device which captured image
EVENT_ID NUMBER N This value comes from an EVENT_ID in the CINICAL_EVENT Table. It may not equate to a primary key in CLIICAL_EVENT
FORMAT_CD NUMBER N Identifies the type of blob
MAX_SEQUENCE_NBR NUMBER N Number of blobs and/or remote blobs associated with the blob result.
STORAGE_CD NUMBER N Identifies location/device where blob is stored. For example, Blob Table, Dictation System, Image Server, HSM, etc.
SUB_SERIES_REF_NBR VC2(60) Y Used to qualify sub-groups of blobs within a Series.
SUCCESSION_TYPE_CD NUMBER N Indicates how blobs replace/succeed other blobs.
UPDT_APPLCTX NUMBER 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 NUMBER 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 DATE 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 NUMBER 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 NUMBER 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.
VALID_FROM_DT_TM DATE N Contains the Beginning Point of when a row in the table is valid.
VALID_UNTIL_DT_TM DATE N Contains the "End Point" of when a row in the table is valid. Current version of the result has an open "Until Dt Tm" value. We need to determine what that value is.
VERSION_NBR NUMBER Y Allows an external system to specify the version which it is attempting to update. If zero, no version checking is done. If non-zero, ensure must match version_nbr on update. version_nbr+1 is written to db.


CE_BLOB_SUMMARY



Column Section Top of Page


Table-level Detail

Description: CE_BLOB_SUMMARY
Definition: Blob thumbnail information.
Table Type: ACTIVITY





Column Detail - CE_BLOB_SUMMARY


Column Name Type Null? Definition
BLOB_LENGTH NUMBER N The size of the blob.
BLOB_SUMMARY_ID NUMBER N Logical row identifier.
CE_BLOB_SUMMARY_ID NUMBER N Unique row identifier.
CHECKSUM NUMBER N The checksum of the blob.
COMPRESSION_CD NUMBER N Compression used to store the blob.
EVENT_ID NUMBER N Foreign key to the Clinical Event table.
FORMAT_CD NUMBER N Identifies the format of the blob.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER 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 NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
VALID_FROM_DT_TM DATE N Signifies the time that this event began.
VALID_UNTIL_DT_TM DATE N Time at which this event ceased to be valid.


CE_CALCULATION_RESULT



Column Section Top of Page


Table-level Detail

Description: The Calculation equation Table to store calculated results.
Definition: This table will store a new type of result for calculation equations.
Table Type: ACTIVITY





Column Detail - CE_CALCULATION_RESULT


Column Name Type Null? Definition
CALCULATION_RESULT VC2(255) N Calculation result of evaluation of the equation.
CALCULATION_RESULT_FRMT_CD NUMBER N Code Set 14113Format of the calculation result : alpha/date/range/etc.
EQUATION VC2(2000) N This field stores the equation used to calculate the result. Ex. MAP = SAP + (DAP x 2)/3
EVENT_ID NUMBER N Identifier to a logical event row in clinical_event table. This is NOT the CE ID
LAST_NORM_DT_TM DATE Y For HL7 compatibility
UNIT_OF_MEASURE_CD NUMBER N CODE SET:54 Unit of measurement for result.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER 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 NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
VALID_FROM_DT_TM DATE N Creation date for row. Contains the "Beginning Point" of when a row in the table is valid.
VALID_UNTIL_DT_TM DATE N Contains the "End Point" of when a row in the table is valid. This indicates when