Table Detail Report
FLEX_FORM
Column Section | Top of Page |
Table-level Detail
Description: | FLEX FORM |
Definition: | Used to store the client created flex forms. |
Table Type: | REFERENCE |
Column Detail - FLEX_FORM
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTION | DOUBLE | Y | This is an integer that is assigned to the form to tell the engine what this forms actual 'action' will be. |
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 | Y | 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 | Y | The person who caused the active_status_cd to be set or change. |
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. |
DESCRIPTION | VARCHAR(255) | Y | This is the caption of the form or name of it. |
END_EFFECTIVE_DT_TM | DATETIME | N | 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. |
FLEX_DATA_SOURCE_ID | DOUBLE | Y | This id is stamped by the form builder so we can tell if what data source a given form belongs to. |
FLEX_FORM_ID | DOUBLE | N | This is a sequence that is assigned to each form as needed. |
FUNCTION | DOUBLE | Y | This is used by the engine and is selectable in the Flex Tool to tell us which function a particular form fulfills. |
HEIGHT | DOUBLE | Y | This is the value in twips of the forms height. |
ICON_INDEX | DOUBLE | Y | This is the icon_index of the particular form. No longer used. |
LONG_TEXT_ID | DOUBLE | Y | This is a id that tells us which icon we have stored for this form. |
PRODUCT | DOUBLE | Y | This column will allow us to differentiate between different product groups and their data. |
TASK | DOUBLE | Y | This is a number that coincides with a task number that we can use for security reasons to lock out a given user. |
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. |
WIDTH | DOUBLE | Y | This is the value in twips of the width of the flex form. |
FLEX_FUNCTION
Column Section | Top of Page |
Table-level Detail
Description: | FLEX FUNCTION |
Definition: | This table stores the Flex functions and actions that will be used by the engine. |
Table Type: | REFERENCE |
Column Detail - FLEX_FUNCTION
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTION | DOUBLE | Y | This is an action associated with this row in the function table. |
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 | Y | 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 | Y | The person who caused the active_status_cd to be set or change. |
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. |
DESCRIPTION | VARCHAR(255) | Y | A description of the function that is both for our purposes and to give the client an easy way of picking a function. |
END_EFFECTIVE_DT_TM | DATETIME | N | 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. |
FLEX_FUNCTION_ID | DOUBLE | N | This is an sequence to the function that is in this table. |
FUNCTION | DOUBLE | Y | This is an integer value used by the image to help determine the conversation type. |
PARENT_ENTITY_ID | DOUBLE | Y | This tells us which data source we are associated with. |
PARENT_ENTITY_NAME | VARCHAR(32) | Y | This tells us which data source we are associated with. |
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. |
HIM_ALLOC_STORAGE
Column Section | Top of Page |
Table-level Detail
Description: | Stores allocation dates for physician/document deficiencies tracked by HIM. |
Definition: | HIM Allocation Storage |
Table Type: | ACTIVITY |
Column Detail - HIM_ALLOC_STORAGE
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTION_SEQUENCE | DOUBLE | N | A sequence number used to identify the order of the actions. |
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. |
ALLOCATION_DT_TM | DATETIME | Y | Allocation date/time for a particular document |
BEG_EFFECTIVE_DT_TM | DATETIME | Y | 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. |
EVENT_ID | DOUBLE | N | Unique identifier for an event from the Clinical Event table |
HIM_ALLOC_STORAGE_ID | DOUBLE | N | Unique identifier for table |
ORDER_ID | DOUBLE | N | Unique identifier for an order from the orders table. |
PRSNL_ID | DOUBLE | N | Unique identifier to the PRSNL 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. |
HIM_CONFIG
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | HIM Configuration |
Definition: | Stores configuration information for Health Information Management solutions. |
Table Type: | REFERENCE |
Column Detail - HIM_CONFIG
Column Name | Type | Null? | Definition |
---|---|---|---|
GROUP_NAME | VARCHAR(50) | N | Name used to group a collection of configuration items. |
HIM_CONFIG_ID | DOUBLE | N | Unique generated number that identifies a single row on the HIM_CONFIG table. |
JSON_VALUE_TXT | LONGBLOB | Y | Value used for configuration as a JSON. |
JSON_VRSN_TXT | VARCHAR(20) | Y | A version of the JSON schema must held in a separate Oracle column externalized from the JSON itself. The JSON version will change as the schema of the JSON changes. |
KEY_NAME | VARCHAR(50) | N | Key used to identify the configuration item. |
LAST_MODIFIED_DT_TM | DATETIME | N | The date that the configuration was last modified. |
LAST_MODIFIED_PRSNL_ID | DOUBLE | N | Foreign key, Unique generated number that identifies a single row on the PRSNL table. Last person that modified the row. |
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. |
MULTI_CONFIG_NBR | DOUBLE | N | Use to prevent duplicates when configuration has no entry in the HIM_CONFIG_INDEX table. |
SUBGROUP_NAME | VARCHAR(50) | N | Name used to identify a sub group of configuration items. |
UPDT_APPLCTX | DOUBLE | Y | 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 | Y | 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 | Y | 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 | Y | 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. |
VALUE_TXT | VARCHAR(250) | Y | Value used for configuration as a string. |
Relationship Detail - HIM_CONFIG
Child Column in HIM_CONFIG(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
LAST_MODIFIED_PRSNL_ID | PRSNL | PERSON_ID |
Parent Column in HIM_CONFIG (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | HIM_CONFIG_ID | HIM_CONFIG_INDEX | HIM_CONFIG_ID |
HIM_CONFIG_INDEX
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | HIM Configuration Index |
Definition: | Stores configuration index information for Health Information Management solutions. |
Table Type: | REFERENCE |
Column Detail - HIM_CONFIG_INDEX
Column Name | Type | Null? | Definition |
---|---|---|---|
HIM_CONFIG_ID | DOUBLE | N | Foreign key, Unique generated number that identifies a single row on the HIM_CONFIG table. |
HIM_CONFIG_INDEX_ID | DOUBLE | N | Unique generated number that identifies a single row on the HIM_CONFIG_INDEX table. |
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. |
NAME_TXT | VARCHAR(200) | N | Key used to identify the configuration index. |
UPDT_APPLCTX | DOUBLE | Y | 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 | Y | 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 | Y | 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 | Y | 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. |
VALUE_TXT | VARCHAR(100) | N | Key used to identify the configuration index. |
Relationship Detail - HIM_CONFIG_INDEX
Child Column in HIM_CONFIG_INDEX(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | HIM_CONFIG_ID | HIM_CONFIG | HIM_CONFIG_ID |
LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |