Table Detail Report

PROBLEM_SEC_LBL



Column Section Relationship Section Top of Page


Table-level Detail

Description: Problem Security Label
Definition: Storage for security attributes associated to millennium data entities.
Table Type: ACTIVITY





Column Detail - PROBLEM_SEC_LBL


Column Name Type Null? Definition
ACTION_PRSNL_ID NUMBER Y The ID of the personnel who has taken an action (modified, deleted, etc) this label.
ACTIVE_IND NUMBER 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.
BEG_EFFECTIVE_DT_TM DATE 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.
CREATED_BY_PRSNL_ID NUMBER Y The ID of the personnel who associated theis label with the data entity.
END_EFFECTIVE_DT_TM DATE 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.
PROBLEM_ID NUMBER Y The ID of the data entity that this security attribute is associated with.
PROBLEM_SEC_LBL_ID NUMBER N A system generated number to uniquely identify a row on the PROBLEM_SEC_LBL table.
SENSITIVITY_REASON_CD NUMBER Y The code value indicating why the tagged data is considered sensitive.
UPDT_APPLCTX NUMBER 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 NUMBER 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 DATE Y 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 NUMBER 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 NUMBER 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.



Relationship Detail - PROBLEM_SEC_LBL


Child Column in PROBLEM_SEC_LBL(FK) Parent Table Name Parent Column Name
Parents: PROBLEM_ID PROBLEM PROBLEM_INSTANCE_ID
CREATED_BY_PRSNL_ID PRSNL PERSON_ID


PROCEDURE_SEC_LBL



Column Section Relationship Section Top of Page


Table-level Detail

Description: Procedure Security Label
Definition: The table defines the confidentiality(4702082) associated with Procedure data.
Table Type: ACTIVITY





Column Detail - PROCEDURE_SEC_LBL


Column Name Type Null? Definition
ACTION_PRSNL_ID NUMBER Y The ID of the personnel who has taken an action (modified, deleted, etc) this label.
ACTIVE_IND NUMBER 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.
BEG_EFFECTIVE_DT_TM DATE 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.
CREATED_BY_PRSNL_ID NUMBER Y The ID of the personnel who associated theis label with the data entity.
END_EFFECTIVE_DT_TM DATE 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.
PROCEDURE_ID NUMBER Y Unique identifier for a clinical PROCEDURE record from PROCEDURE table. The procedure associated to the security label.
PROCEDURE_SEC_LBL_ID NUMBER N Procedure Security Label id is the primary unique identification number of the procedure_sec_lbl table. It is an internal system assigned sequence number.
SENSITIVITY_REASON_CD NUMBER Y The code value indicating why the tagged data is considered sensitive. Values should be taken from the SENSITIVITY_REASON codeset (4702082).
UPDT_APPLCTX NUMBER 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 NUMBER 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 DATE Y 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 NUMBER 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 NUMBER 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.



Relationship Detail - PROCEDURE_SEC_LBL


Child Column in PROCEDURE_SEC_LBL(FK) Parent Table Name Parent Column Name
Parents: PROCEDURE_ID PROCEDURE PROCEDURE_ID
ACTION_PRSNL_ID PRSNL PERSON_ID
CREATED_BY_PRSNL_ID PRSNL PERSON_ID


SHX_SEC_LBL



Column Section Relationship Section Top of Page


Table-level Detail

Description: Social history security label
Definition: The table defines the confidentiality(4702082) associated with social-history data.
Table Type: ACTIVITY





Column Detail - SHX_SEC_LBL


Column Name Type Null? Definition
ACTION_PRSNL_ID NUMBER Y The ID of the personnel who has taken an action (modified-deleted-etc) on this label.
ACTIVE_IND NUMBER 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.
BEG_EFFECTIVE_DT_TM DATE 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.
CREATED_BY_PRSNL_ID NUMBER Y The ID of the personnel who associated this label with the data entity.
END_EFFECTIVE_DT_TM DATE 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.
SENSITIVITY_REASON_CD NUMBER Y The code value indicating why the tagged data is considered sensitive. Values should be taken from the SENSITIVITY_REASON codeset (4702082).
SHX_ACTIVITY_ID NUMBER Y Primary Key value from a row in the SHX_ACTIVITY table.
SHX_SEC_LBL_ID NUMBER N PRIMARY KEY
TASK_ASSAY_CD NUMBER Y task assay code from DISCRETE_TASK_ASSAY table - Code set 14003. This value should align with value in SHX_RESPONSE.TASK_ACTIVITY_CD
UPDT_APPLCTX NUMBER 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 NUMBER 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 DATE Y 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 NUMBER 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 NUMBER 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.



Relationship Detail - SHX_SEC_LBL


Child Column in SHX_SEC_LBL(FK) Parent Table Name Parent Column Name
Parents: TASK_ASSAY_CD DISCRETE_TASK_ASSAY TASK_ASSAY_CD
ACTION_PRSNL_ID PRSNL PERSON_ID
CREATED_BY_PRSNL_ID PRSNL PERSON_ID
SHX_ACTIVITY_ID SHX_ACTIVITY SHX_ACTIVITY_ID