Table Detail Report

CR_TEMPLATE_PUBLISH



Column Section Relationship Section Top of Page


Table-level Detail

Description: CR Template Publish
Definition: Retains the history of publish date/time values for given template. Clinical Reporting
Table Type: REFERENCE





Column Detail - CR_TEMPLATE_PUBLISH


Column Name Type Null? Definition
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.
BEG_EFFECTIVE_DT_TM DATETIME N The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time.
END_EFFECTIVE_DT_TM DATETIME Y The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive.
LONG_TEXT_ID DOUBLE N FK from Long Text data in LONG_TEXT_REF
PUBLISH_DT_TM DATETIME N Represents the date/time used to retrieve the template information
TEMPLATE_ID DOUBLE N Foreign Key back to CR_REPORT_TEMPLATE table
TEMPLATE_PUBLISH_ID DOUBLE N Primary Key of the 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.



Relationship Detail - CR_TEMPLATE_PUBLISH


Child Column in CR_TEMPLATE_PUBLISH(FK) Parent Table Name Parent Column Name
Parents: TEMPLATE_ID CR_REPORT_TEMPLATE REPORT_TEMPLATE_ID
LONG_TEXT_ID LONG_TEXT_REFERENCE LONG_TEXT_ID


CR_TEMPLATE_SNAPSHOT



Column Section Relationship Section Top of Page


Table-level Detail

Description: Template Snapshot
Definition: Stores the report sections and static regions related to a specific template.
Table Type: REFERENCE





Column Detail - CR_TEMPLATE_SNAPSHOT


Column Name Type Null? Definition
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.
BEG_EFFECTIVE_DT_TM DATETIME N The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time.
END_EFFECTIVE_DT_TM DATETIME Y The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive.
PAGE_BREAK_AFTER_IND DOUBLE N Field indicating if the section is followed by a page break.
SECTION_ID DOUBLE N Section ID column from CR_REPORT_SECTION. FK will be created on this column to its parent column in parent table.
SEQUENCE_NBR DOUBLE N Used when multiple sections are related to a given template. We we need to store the 'sequence' that they are displayed on the template.
STATIC_REGION_ID DOUBLE N Static_Region ID column from CR_REPORT_STATIC_REGION table. FK will be created on this column to its parent column in parent table.
TEMPLATE_ID DOUBLE N Unique identifier for the REPORT_TEMPLATE table. Supports versioning. The row where the ID is equal to the TEMPLATE_SNAPSHOT_ID is the original row.
TEMPLATE_SNAPSHOT_ID DOUBLE N Primary key of the 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.



Relationship Detail - CR_TEMPLATE_SNAPSHOT


Child Column in CR_TEMPLATE_SNAPSHOT(FK) Parent Table Name Parent Column Name
Parents: SECTION_ID CR_REPORT_SECTION REPORT_SECTION_ID
STATIC_REGION_ID CR_REPORT_STATIC_REGION REPORT_STATIC_REGION_ID
TEMPLATE_ID CR_REPORT_TEMPLATE REPORT_TEMPLATE_ID


CR_XML_DOC_REQUEST



Column Section Relationship Section Top of Page


Table-level Detail

Description: CR XML Document Request
Definition: This table stores requests made to the Clinical Documentation Service and indicates when the request was made and whether the XML document generation was successful for a given patient and/or encounter.
Table Type: ACTIVITY





Column Detail - CR_XML_DOC_REQUEST


Column Name Type Null? Definition
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.
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 N 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.
CR_XML_DOC_REQUEST_ID DOUBLE N Primary Key Of The Table
ENCNTR_ID DOUBLE N Foreign Key To The Encounter Table
PERSON_ID DOUBLE N Foreign Key To The Person Table
SUCCESS_IND DOUBLE N Indicates whether or not the request was processed successfully.
TRIGGER_DT_TM DATETIME N The date and time the request was triggered.
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.



Relationship Detail - CR_XML_DOC_REQUEST


Child Column in CR_XML_DOC_REQUEST(FK) Parent Table Name Parent Column Name
Parents: ENCNTR_ID ENCOUNTER ENCNTR_ID
PERSON_ID PERSON PERSON_ID