Table Detail Report

TL_TAB_MEDICATION



Column Section Relationship Section Top of Page


Table-level Detail

Description: TL TAB MEDICATION
Definition: Holds all specific medications for a specific tab for the tasklist.
Table Type: REFERENCE





Column Detail - TL_TAB_MEDICATION


Column Name Type Null? Definition
CATALOG_CD DOUBLE N The catalog_cd from the orders table that identifies a specific medication.Column
ORDER_CATALOG_DESCRIPTION VARCHAR(100) Y The description of the specific medication identified by the catalog_cd.Column
TL_TAB_ID DOUBLE N A unique, generated number that identifies a specific tab.Column
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 - TL_TAB_MEDICATION


Child Column in TL_TAB_MEDICATION(FK) Parent Table Name Parent Column Name
Parents: TL_TAB_ID TL_TAB_CONTENT TL_TAB_ID


TL_TAB_POSITION_XREF



Column Section Relationship Section Top of Page


Table-level Detail

Description: TL TAB POSITION XREF
Definition: Holds the tabs defined for a specific position for the tasklist.
Table Type: REFERENCE





Column Detail - TL_TAB_POSITION_XREF


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.
POSITION_CD DOUBLE N The position_cd of a specific position that will use the task list application.Column
ROLE_TAB_NBR DOUBLE Y A number that identifies which tab in the list that the tl_tab_cd corresponds with.
TL_TAB_ID DOUBLE N A unique, generated number that identifies a specific tab.Column
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 - TL_TAB_POSITION_XREF


Child Column in TL_TAB_POSITION_XREF(FK) Parent Table Name Parent Column Name
Parents: TL_TAB_ID TL_TAB_CONTENT TL_TAB_ID


TL_TF_POSITION_XREF



Column Section Relationship Section Top of Page


Table-level Detail

Description: Task List Time Frame Position Cross-Reference
Definition: This table defines which positions are eligible to access a defined time frame record.
Table Type: REFERENCE





Column Detail - TL_TF_POSITION_XREF


Column Name Type Null? Definition
POSITION_CD DOUBLE N Defines a position that can access the defined time frame.
TL_TIME_FRAME_ID DOUBLE N The unique identifier for a time frame definition.
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 - TL_TF_POSITION_XREF


Child Column in TL_TF_POSITION_XREF(FK) Parent Table Name Parent Column Name
Parents: TL_TIME_FRAME_ID TL_TIME_FRAME TL_TIME_FRAME_ID


TL_TIME_FRAME



Column Section Relationship Section Top of Page


Table-level Detail

Description: Task List Time Frame Definition
Definition: This table defines the time frames used in teh Task List application.
Table Type: REFERENCE





Column Detail - TL_TIME_FRAME


Column Name Type Null? Definition
ALL_POSITIONS_IND DOUBLE Y This field defines whether all positions can access the time frame definition.
DESCRIPTION VARCHAR(100) Y The textual description of the time frame.
END_TIME DOUBLE N The ending time f the time frame.
START_TIME DOUBLE N The start time of the time frame.
TL_TIME_FRAME_ID DOUBLE N The unique identifier for the time frame entry.
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 - TL_TIME_FRAME




Parent Column in TL_TIME_FRAME (PK) Child Table Name Child Column Name
Children: TL_TIME_FRAME_ID TL_TF_POSITION_XREF TL_TIME_FRAME_ID
WF_ROLE_SHIFT_INFO TL_TIME_FRAME_ID
WF_SHIFT_DISTRIBUTION TL_TIME_FRAME_ID
WF_STFG_HDR TL_TIME_FRAME_ID
WF_STFG_SHIFT_RELTN TL_TIME_FRAME_ID


TL_USER_PREFERENCE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Task List User Preference
Definition: Holds the preferences for a specific user for the tasklist.
Table Type: REFERENCE





Column Detail - TL_USER_PREFERENCE


Column Name Type Null? Definition
GRAPH_HOUR_PREF DOUBLE Y An indicator that identifies that the user prefers hour over schedule in graph mode.
GRAPH_MODE_PREF DOUBLE Y An indicator that identifies that the user prefers graph mode over list mode.Column
GRAPH_SCHED_PREF DOUBLE Y An indicator that identifies that the user prefers schedule over hour in graph mode.
GRAPH_TIME_INTERVAL DOUBLE Y The interval used in graph mode (15 min, 30 min, 60 min).Column
LIST_MODE_PREF DOUBLE Y An indicator that identifies that the user prefers list mode over graph mode.Column
PERSON_ID DOUBLE N This is the value of the unique primary identifier of the person table. It is an internal system assigned number.
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 - TL_USER_PREFERENCE


Child Column in TL_USER_PREFERENCE(FK) Parent Table Name Parent Column Name
Parents: PERSON_ID PRSNL PERSON_ID




Parent Column in TL_USER_PREFERENCE (PK) Child Table Name Child Column Name
Children: PERSON_ID TL_USER_XREF PERSON_ID