Table Detail Report
CHART_LAW
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | This table stores the general details for each cross-encounter law. |
Definition: | This table stores the general details for each cross-encounter law. (DistributionTool.exe) |
Table Type: | REFERENCE |
Column Detail - CHART_LAW
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. |
LAW_DESCR | VARCHAR(100) | N | The cross-encounter law description. |
LAW_ID | DOUBLE | N | The unique identifier for the cross-encounter law. |
LOGICAL_DOMAIN_ID | DOUBLE | N | The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table. |
LOOKBACK_DAYS | DOUBLE | N | The number of days to lookback for law. |
LOOKBACK_TYPE_IND | DOUBLE | N | 1=By Discharge Date/Time, 2=By Clinical Activity Date/Time |
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 - CHART_LAW
Child Column in CHART_LAW(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
Parent Column in CHART_LAW (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | LAW_ID | CHART_LAW_FILTER | LAW_ID |
CHART_LAW_FILTER_VALUE | LAW_ID |
CHART_LAW_FILTER
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | This table stores the cross-encounter law include/exclude flags. |
Definition: | This table stores the cross-encounter law include/exclude flags. (DistributionTool.exe) |
Table Type: | REFERENCE |
Column Detail - CHART_LAW_FILTER
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. |
INCLUDED_FLAG | DOUBLE | N | Included Flag. Possible Values: 1=Include, 0=Exclude |
LAW_ID | DOUBLE | N | The unique identifier for the cross-encounter law. |
TYPE_FLAG | DOUBLE | N | Type Flag: 0=Encounter Type, 1=Organization, 2=Provider, 3=Location, 4=Medical Service. |
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 - CHART_LAW_FILTER
Child Column in CHART_LAW_FILTER(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LAW_ID | CHART_LAW | LAW_ID |
CHART_LAW_FILTER_VALUE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | This table stores the details for each cross-encounter law. |
Definition: | This table stores the details for each cross-encounter law. (DistributionTool.exe) |
Table Type: | REFERENCE |
Column Detail - CHART_LAW_FILTER_VALUE
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. |
DESCRIPTION | VARCHAR(60) | N | The parent_entity_name description of the parent_entity_id. |
KEY_SEQUENCE | DOUBLE | N | makes unique row |
LAW_ID | DOUBLE | N | The unique identifier for the cross-encounter law. |
PARENT_ENTITY_ID | DOUBLE | N | The detail Identifier for the cross-encounter law. |
PARENT_ENTITY_NAME | VARCHAR(30) | N | The parent_entity table. |
RELTN_TYPE_CD | DOUBLE | N | This is relationship type (code_value). |
TYPE_FLAG | DOUBLE | N | Type Flag: 0=Encounter Type, 1=Organization, 2=Provider, 3=Location, 4=Medical Service |
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 - CHART_LAW_FILTER_VALUE
Child Column in CHART_LAW_FILTER_VALUE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LAW_ID | CHART_LAW | LAW_ID |
CHART_MAR_FORMAT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Formatting parameters for MAR section |
Definition: | Stores the formatting parameters for the MAR section in the Chart Format Builder |
Table Type: | REFERENCE |
Column Detail - CHART_MAR_FORMAT
Column Name | Type | Null? | Definition |
---|---|---|---|
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. |
ADMIN_BY_LBL | VARCHAR(32) | Y | The administered by column header |
ADMIN_BY_ORDER | DOUBLE | Y | The horizontal order position of the administered by column. |
ADMIN_DETAILS_LBL | VARCHAR(32) | Y | The administration details column header. |
ADMIN_DETAILS_ORDER | DOUBLE | Y | The horizontal order position of the administration details column. |
ADMIN_DT_TM_LBL | VARCHAR(32) | Y | The administration date/time column header |
ADMIN_DT_TM_ORDER | DOUBLE | Y | The horizontal order position of the administration date/time column. |
ADMIN_SEQ_IND | DOUBLE | Y | Indicates the sequencing of administrations. 0 is chronological, 1 is reverse chronological. |
CHART_GROUP_ID | DOUBLE | N | The primary identifier for the chart group to which the formatting information belongs. |
DATE_MASK | VARCHAR(50) | N | The format for dates within the section. |
DISPENSED_MNEMONIC_IND | DOUBLE | Y | Indicates whether or not the dispensed mnemonic column will appear on the chart. |
INCLUDE_IMG_FOOTER_IND | DOUBLE | N | Stores indicator if the image footer is included |
INCLUDE_IMG_HEADER_IND | DOUBLE | N | Stores indicator if the image header is included |
MED_SEQ_FLAG | DOUBLE | Y | Specifies the order in which the different medication types will appear in the chart. This has been replaced by the section_order field. Values will be restricted to numbers 0 thru 5 by a constraint. |
ORDERED_AS_MNEMONIC_IND | DOUBLE | Y | Indicates whether or not the ordered as mnemonic column will appear on the chart. |
ORDER_DETAILS_LBL | VARCHAR(32) | Y | The label associated with the order details. |
PRIMARY_MNEMONIC_LBL | VARCHAR(32) | Y | The label associated with the primary mnemonic |
SECTION_ORDER | DOUBLE | Y | Specifies the order in which the different medication types will appear in the chart. This replaces column MED_SEQ_FLAG. 7/28/03. |
TIME_MASK | VARCHAR(32) | N | The format for times within the section. |
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 - CHART_MAR_FORMAT
Child Column in CHART_MAR_FORMAT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | CHART_GROUP_ID | CHART_GROUP | CHART_GROUP_ID |
CHART_MICRO_FORMAT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | CHART MICRO FORMAT |
Definition: | The table stores parameters for microbiology section in a chart format. |
Table Type: | REFERENCE |
Column Detail - CHART_MICRO_FORMAT
Column Name | Type | Null? | Definition |
---|---|---|---|
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. |
CHART_GROUP_ID | DOUBLE | N | chart_group_id |
OPTION_FLAG | DOUBLE | N | Micro section option flag. |
OPTION_VALUE | VARCHAR(50) | Y | Option value for option flag. value are: flag 1 -- 1 or 2; flag 2 -- 1 or 0; flag 3 -- 1 or 0; flag 4 -- 1 or 0; flag 5 -- 1, 2, or 3. |
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 - CHART_MICRO_FORMAT
Child Column in CHART_MICRO_FORMAT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | CHART_GROUP_ID | CHART_GROUP | CHART_GROUP_ID |