Table Detail Report
SCH_SLOT_LIST
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Slot Group List |
Definition: | Contains the children of a slot group. |
Table Type: | REFERENCE |
Column Detail - SCH_SLOT_LIST
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. |
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. |
CANDIDATE_ID | DOUBLE | N | A sequence-generated number to uniquely identify the specific row in the database. |
CHILD_SLOT_GROUP_ID | DOUBLE | N | The unique identifier corresponding to the child slot group. |
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. |
NULL_DT_TM | DATETIME | N | contains 31-DEC-2100 00:00:00.00. This field is used to maintain foreign keys to tables that contain a VERSION_DT_TM in the primary key. |
SEQ_NBR | DOUBLE | N | Determines the order of the object within a collection. |
SLOT_GROUP_ID | DOUBLE | N | The unique identifier for the slot group. |
SLOT_TYPE_ID | DOUBLE | N | The unique identifier for the slot type. |
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. |
VERSION_DT_TM | DATETIME | N | The version date and time marks the date the record became historical. |
Relationship Detail - SCH_SLOT_LIST
Child Column in SCH_SLOT_LIST(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | CHILD_SLOT_GROUP_ID | SCH_SLOT_GROUP | SLOT_GROUP_ID |
SLOT_GROUP_ID | SCH_SLOT_GROUP | SLOT_GROUP_ID | |
SLOT_TYPE_ID | SCH_SLOT_TYPE | SLOT_TYPE_ID |
SCH_SLOT_TYPE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Slot Types |
Definition: | The slot type is associated with slot to specify the type of appointments that can utilize the slot. |
Table Type: | REFERENCE |
Column Detail - SCH_SLOT_TYPE
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. |
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. |
CANDIDATE_ID | DOUBLE | N | A sequence-generated number to uniquely identify the specific row in the database. |
CONTIGUOUS_IND | DOUBLE | Y | Determines if a slot type is defined to be contiguous or discrete. |
DEF_DURATION | DOUBLE | Y | The default amount of time (in minutes) for this slot type. |
DESCRIPTION | VARCHAR(200) | Y | A long description used for documentation. |
DISP_SCHEME_ID | DOUBLE | N | The unique identifier for the display scheme. |
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. |
GROUP_CAPACITY_DEFAULT_QTY | DOUBLE | N | The default group capacity for inpatient group appointments. |
INFO_SCH_TEXT_ID | DOUBLE | N | The identifier of the information-only text associated with the record. |
INTERVAL | DOUBLE | Y | Time interval that the apptointments within the slot should start at |
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. |
MNEMONIC | VARCHAR(100) | N | A 100-character string used for identification and selection. |
MNEMONIC_KEY | VARCHAR(100) | N | The MNEMONIC in uppercase with the non-alphanumeric characters removed. |
MNEMONIC_KEY_A_NLS | VARCHAR(400) | Y | MNEMONIC_KEY_A_NLS column |
MNEMONIC_KEY_NLS | VARCHAR(202) | Y | A native sort version of the MNEMONIC_KEY FIELD. |
NON_SCHEDULE_IND | DOUBLE | N | To indicate that the slot type is not schedulable. 1 = Not Schedulable. |
NULL_DT_TM | DATETIME | N | contains 31-DEC-2100 00:00:00.00. This field is used to maintain foreign keys to tables that contain a VERSION_DT_TM in the primary key. |
PRIORITY_CD | DOUBLE | N | priority code value |
SCH_FLEX_ID | DOUBLE | N | The unique identifier for the scheduling flex string. |
SLOT_TYPE_ID | DOUBLE | N | The unique identifier for the slot type. |
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. |
VERSION_DT_TM | DATETIME | N | The version date and time marks the date the record became historical. |
Relationship Detail - SCH_SLOT_TYPE
Child Column in SCH_SLOT_TYPE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
INFO_SCH_TEXT_ID | LONG_TEXT_REFERENCE | LONG_TEXT_ID | |
DISP_SCHEME_ID | SCH_DISP_SCHEME | DISP_SCHEME_ID | |
SCH_FLEX_ID | SCH_FLEX_STRING | SCH_FLEX_ID |
Parent Column in SCH_SLOT_TYPE (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | SLOT_TYPE_ID | BR_SCH_TEMP_SLOT_RELEASE_R | RELEASE_TYPE_ID |
SCH_ACTION_ROLE | SLOT_TYPE_ID | ||
SCH_APPT | SCH_TYPE_ID | ||
SCH_APPT | SLOT_TYPE_ID | ||
SCH_APPT_DEF | SLOT_TYPE_ID | ||
SCH_CAB_SLOT | SLOT_TYPE_ID | ||
SCH_DEF_SLOT | SLOT_TYPE_ID | ||
SCH_EVENT_RECUR_ROLE | SLOT_TYPE_ID | ||
SCH_EVENT_ROLE | SLOT_TYPE_ID | ||
SCH_LIST_SLOT | SLOT_TYPE_ID | ||
SCH_SLOT_LIST | SLOT_TYPE_ID | ||
SN_SURG_CASE_ST | ACTUAL_SLOT_TYPE_ID | ||
SN_SURG_CASE_ST | SCH_SLOT_TYPE_ID |
SCH_SUB_LIST
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Scheduling Sub-List |
Definition: | Scheduling Sub-List |
Table Type: | REFERENCE |
Column Detail - SCH_SUB_LIST
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. |
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. |
CANDIDATE_ID | DOUBLE | N | A sequence-generated number to uniquely identify the specific row in the database. |
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. |
NULL_DT_TM | DATETIME | N | contains 31-DEC-2100 00:00:00.00. This field is used to maintain foreign keys to tables that contain a VERSION_DT_TM in the primary key. |
PARENT_ID | DOUBLE | N | The unique identifier of the parent object. |
PARENT_TABLE | VARCHAR(32) | N | The parent table corresponding to the PARENT_ID |
REQUIRED_IND | DOUBLE | N | Determines if the component is a required member. |
SCH_FLEX_ID | DOUBLE | N | The unique identifier for the scheduling flex string. |
SEQ_NBR | DOUBLE | N | Determines the order of the object within a collection. |
TEMPLATE_ID | DOUBLE | N | The unique identifier for the scheduling text template. |
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. |
VERSION_DT_TM | DATETIME | N | The version date and time marks the date the record became historical. |
Relationship Detail - SCH_SUB_LIST
Child Column in SCH_SUB_LIST(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | SCH_FLEX_ID | SCH_FLEX_STRING | SCH_FLEX_ID |
TEMPLATE_ID | SCH_TEMPLATE | TEMPLATE_ID |
SCH_SUB_TEXT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Scheduling Sub-Text |
Definition: | Scheduling Sub -Text |
Table Type: | REFERENCE |
Column Detail - SCH_SUB_TEXT
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. |
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. |
CANDIDATE_ID | DOUBLE | N | A sequence-generated number to uniquely identify the specific row in the database. |
DESCRIPTION | VARCHAR(200) | Y | A long description used for documentation. |
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. |
INFO_SCH_TEXT_ID | DOUBLE | N | The identifier of the information-only text associated with the record. |
MNEMONIC | VARCHAR(100) | N | A 100-character string used for identification and selection. |
MNEMONIC_KEY | VARCHAR(100) | N | The MNEMONIC in uppercase with the non-alphanumeric characters removed. |
MNEMONIC_KEY_A_NLS | VARCHAR(400) | Y | MNEMONIC_KEY_A_NLS column |
MNEMONIC_KEY_NLS | VARCHAR(202) | Y | A native sort version of the MNEMONIC_KEY FIELD. |
NULL_DT_TM | DATETIME | N | contains 31-DEC-2100 00:00:00.00. This field is used to maintain foreign keys to tables that contain a VERSION_DT_TM in the primary key. |
SUB_TEXT_CD | DOUBLE | N | The coded identifier for the scheduling sub text type. The sub text types allow for multiple set of text within a text type (prep, post, guidelines, etc.) |
SUB_TEXT_MEANING | VARCHAR(12) | Y | The 12-character string corresponding to the scheduling text sub-type. |
TEMPLATE_ACCEPT_CD | DOUBLE | N | The coded identifier for the scheduling accept option. |
TEMPLATE_ACCEPT_MEANING | VARCHAR(12) | Y | The 12-character string corresponding to the scheduling accept code. |
TEXT_ACCEPT_CD | DOUBLE | N | The coded indentifer for the scheduling text accept option. |
TEXT_ACCEPT_MEANING | VARCHAR(12) | Y | The 12-character string corresponding to the scheduling accept code. |
TEXT_TYPE_CD | DOUBLE | N | The coded identifier for the scheduling text type. |
TEXT_TYPE_MEANING | VARCHAR(12) | N | The 12-character string corresponding to the scheduling text type. |
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. |
VERSION_DT_TM | DATETIME | N | The version date and time marks the date the record became historical. |
Relationship Detail - SCH_SUB_TEXT
Child Column in SCH_SUB_TEXT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | SUB_TEXT_CD | CODE_VALUE | CODE_VALUE |
TEMPLATE_ACCEPT_CD | CODE_VALUE | CODE_VALUE | |
TEXT_ACCEPT_CD | CODE_VALUE | CODE_VALUE | |
TEXT_TYPE_CD | CODE_VALUE | CODE_VALUE | |
INFO_SCH_TEXT_ID | LONG_TEXT_REFERENCE | LONG_TEXT_ID |
SCH_TEMPLATE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Scheduling Text Template |
Definition: | Scheduling Text Template |
Table Type: | REFERENCE |
Column Detail - SCH_TEMPLATE
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. |
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. |
CANDIDATE_ID | DOUBLE | N | A sequence-generated number to uniquely identify the specific row in the database. |
DESCRIPTION | VARCHAR(200) | Y | A long description used for documentation. |
DURATION_MINS | DOUBLE | N | A value indicating the duration in minutes while building out an instruction which will be used as token. |
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. |
INFO_SCH_TEXT_ID | DOUBLE | N | The identifier of the information-only text associated with the record. |
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. |
MNEMONIC | VARCHAR(100) | N | A 100-character string used for identification and selection. |
MNEMONIC_KEY | VARCHAR(100) | N | The MNEMONIC in uppercase with the non-alphanumeric characters removed. |
MNEMONIC_KEY_A_NLS | VARCHAR(400) | Y | MNEMONIC_KEY_A_NLS column |
MNEMONIC_KEY_NLS | VARCHAR(202) | Y | A native sort version of the MNEMONIC_KEY FIELD. |
NULL_DT_TM | DATETIME | N | contains 31-DEC-2100 00:00:00.00. This field is used to maintain foreign keys to tables that contain a VERSION_DT_TM in the primary key. |
SUB_TEXT_CD | DOUBLE | N | The coded identifier for the scheduling sub text type. The sub text types allow for multiple set of text within a text type (prep, post, guidelines, etc.) |
SUB_TEXT_MEANING | VARCHAR(12) | Y | The 12-character string corresponding to the scheduling text sub-type. |
TEMPLATE_ID | DOUBLE | N | The unique identifier for the scheduling text template. |
TEMPLATE_IND | DOUBLE | N | Determines if the text template is used solely as a template. |
TEMPLATE_RANK_NBR | DOUBLE | N | A value indicating the rank of the template, 0 indicates that a rank has not been given yet. |
TEMPLATE_TYPE_CD | DOUBLE | N | A code value that will indicate the type of instruction type this is. |
TEXT_ID | DOUBLE | N | The unique identifier used to store the actual test on the LONG_TEXT table. |
TEXT_TYPE_CD | DOUBLE | N | The coded identifier for the scheduling text type. |
TEXT_TYPE_MEANING | VARCHAR(12) | Y | The 12-character string corresponding to the scheduling text type. |
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. |
VERSION_DT_TM | DATETIME | N | The version date and time marks the date the record became historical. |
Relationship Detail - SCH_TEMPLATE
Child Column in SCH_TEMPLATE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | SUB_TEXT_CD | CODE_VALUE | CODE_VALUE |
TEXT_TYPE_CD | CODE_VALUE | CODE_VALUE | |
LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID | |
INFO_SCH_TEXT_ID | LONG_TEXT_REFERENCE | LONG_TEXT_ID | |
TEXT_ID | LONG_TEXT_REFERENCE | LONG_TEXT_ID |
Parent Column in SCH_TEMPLATE (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | TEMPLATE_ID | SCH_SUB_LIST | TEMPLATE_ID |