Table Detail Report
SA_REF_CAT_ITEM
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | SA Reference Category - Item |
Definition: | Table to relate a item to the category that it falls into. Based on the # of items they have defined. Estimate 1:1 with SA_REF_ITEM (maybe a bit larger). |
Table Type: | REFERENCE |
Column Detail - SA_REF_CAT_ITEM
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. |
SA_REF_CATEGORY_ID | DOUBLE | N | Id of the SA category that the item belongs to |
SA_REF_CAT_ITEM_ID | DOUBLE | N | Unique value for the Category-Item relationship |
SA_REF_ITEM_ID | DOUBLE | N | Id of the SA item that falls under the category defined by sa_re_category_id |
SEQUENCE | DOUBLE | Y | Sequence the item should be displayed in when displayed with the other items contained within the same sa_ref_category_id |
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 - SA_REF_CAT_ITEM
Child Column in SA_REF_CAT_ITEM(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | SA_REF_CATEGORY_ID | SA_REF_CATEGORY | SA_REF_CATEGORY_ID |
SA_REF_ITEM_ID | SA_REF_ITEM | SA_REF_ITEM_ID |
SA_REF_CAT_MEDICATION
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | SA Reference Category - Medication |
Definition: | Table to relate a medication to the category that it falls into. Size - Based on the # of medications they have defined. Estimate 1:1 with SA_REF_MEDICATION (maybe a bit larger). |
Table Type: | REFERENCE |
Column Detail - SA_REF_CAT_MEDICATION
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. |
SA_REF_CATEGORY_ID | DOUBLE | N | Id of the SA category that the medication belongs to |
SA_REF_CAT_MEDICATION_ID | DOUBLE | N | Unique value for the Category-Medication relationship |
SA_REF_MEDICATION_ID | DOUBLE | N | Id of the SA medication that falls under the category defined by sa_re_category_id |
SEQUENCE | DOUBLE | Y | Sequence the medication should be displayed in when displayed with the other medications contained within the same sa_ref_category_id |
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 - SA_REF_CAT_MEDICATION
Child Column in SA_REF_CAT_MEDICATION(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | SA_REF_CATEGORY_ID | SA_REF_CATEGORY | SA_REF_CATEGORY_ID |
SA_REF_MEDICATION_ID | SA_REF_MEDICATION | SA_REF_MEDICATION_ID |
SA_REF_CAT_PARAMETER
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | SA Reference Category - Parameter |
Definition: | Table to relate a parameter to the category that it falls into. Size - Based on the # of parameters they have defined. Estimate 1:1 with SA_REF_PARAMETER (maybe a bit larger). |
Table Type: | REFERENCE |
Column Detail - SA_REF_CAT_PARAMETER
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. |
SA_REF_CATEGORY_ID | DOUBLE | N | Id of the SA category that the parameter belongs to |
SA_REF_CAT_PARAMETER_ID | DOUBLE | N | Unique value for the Category-Parameter relationship |
SA_REF_PARAMETER_ID | DOUBLE | N | Id of the SA parameter that falls under the category defined by sa_re_category_id |
SEQUENCE | DOUBLE | Y | Sequence the parameter should be displayed in when displayed with the other parameters contained within the same sa_ref_category_id |
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 - SA_REF_CAT_PARAMETER
Child Column in SA_REF_CAT_PARAMETER(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | SA_REF_CATEGORY_ID | SA_REF_CATEGORY | SA_REF_CATEGORY_ID |
SA_REF_PARAMETER_ID | SA_REF_PARAMETER | SA_REF_PARAMETER_ID |
SA_REF_CAT_PRSNL
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | SA REF CAT PRSNL |
Definition: | SA REFERENCE CATEGORY - PERSONNEL |
Table Type: | REFERENCE |
Column Detail - SA_REF_CAT_PRSNL
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. |
PRSNL_ACTIVITY_TYPE_CD | DOUBLE | N | PRSNL ACTIVITY TYPE CODE |
SA_REF_CATEGORY_ID | DOUBLE | N | SA REF CAT ID |
SA_REF_CAT_PRSNL_ID | DOUBLE | N | SA REF CAT PRSNL ID |
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 - SA_REF_CAT_PRSNL
Child Column in SA_REF_CAT_PRSNL(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | SA_REF_CATEGORY_ID | SA_REF_CATEGORY | SA_REF_CATEGORY_ID |
Parent Column in SA_REF_CAT_PRSNL (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | SA_REF_CAT_PRSNL_ID | SA_PRSNL_ACTIVITY | SA_REF_CAT_PRSNL_ID |
SA_REF_CAT_PRSNL_POSITION | SA_REF_CAT_PRSNL_ID | ||
SA_REF_CAT_PRSNL_PROVIDER | SA_REF_CAT_PRSNL_ID |
SA_REF_CAT_PRSNL_POSITION
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | SA REF CAT PRSNL POSITION |
Definition: | SA REFERENCE CATEGORY PRSNL POSITION |
Table Type: | REFERENCE |
Column Detail - SA_REF_CAT_PRSNL_POSITION
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. |
POSITION_CD | DOUBLE | N | Position Code |
SA_REF_CAT_PRSNL_ID | DOUBLE | N | sa reference category prsnl id FK to sa_ref_cat_prsnl |
SA_REF_CAT_PRSNL_POSITION_ID | DOUBLE | N | PRIMARY KEY |
SEQUENCE | DOUBLE | N | Sequence |
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 - SA_REF_CAT_PRSNL_POSITION
Child Column in SA_REF_CAT_PRSNL_POSITION(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | SA_REF_CAT_PRSNL_ID | SA_REF_CAT_PRSNL | SA_REF_CAT_PRSNL_ID |