Table Detail Report

SN_CT_DISPLAY_FIELD



Column Section Relationship Section Top of Page


Table-level Detail

Description: Surginet Case Tracking Display Field
Definition: Stores the individual piees of data and their sequence on a row in the case tracking dynamic view
Table Type: REFERENCE





Column Detail - SN_CT_DISPLAY_FIELD


Column Name Type Null? Definition
FIELD_PROMPT VC2(50) Y Field PromptColumn
FIELD_SEQUENCE NUMBER N Determines the order in which fields with the same sn_ct_display_row_id will appear
PARENT_ENTITY_ID NUMBER N Defines what piece of data from the surgical case the field should contain.
PARENT_ENTITY_NAME VC2(32) Y Describes the source of the parent_entity_id
SN_CT_DISPLAY_FIELD_ID NUMBER N Primary key for this table
SN_CT_DISPLAY_ROW_ID NUMBER N Foreign key to indicate which display row this field belongs to.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER 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 NUMBER N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - SN_CT_DISPLAY_FIELD


Child Column in SN_CT_DISPLAY_FIELD(FK) Parent Table Name Parent Column Name
Parents: SN_CT_DISPLAY_ROW_ID SN_CT_DISPLAY_ROW SN_CT_DISPLAY_ROW_ID


SN_CT_DISPLAY_ROW



Column Section Relationship Section Top of Page


Table-level Detail

Description: Surginet Case Tracking Display Row
Definition: Stores information regarding rows defined to appear ina view type
Table Type: REFERENCE





Column Detail - SN_CT_DISPLAY_ROW


Column Name Type Null? Definition
ROW_SEQUENCE NUMBER N Defines the order of the rows that have the same sn_ct_view_type_id
ROW_TYPE_FLAG NUMBER N Defines which type of row this is. 0 - event status type flag. This type of row will contain information defining the behavior of the event bar in dynamic view 1 - data field flag. This type of row will contain information on what case data to display in dynamic view
SN_CT_DISPLAY_ROW_ID NUMBER N Primary key for this table
SN_CT_VIEW_TYPE_ID NUMBER N Foreign key to sn_ct_view_type to identify which view type this row is defined for
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER 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 NUMBER N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - SN_CT_DISPLAY_ROW


Child Column in SN_CT_DISPLAY_ROW(FK) Parent Table Name Parent Column Name
Parents: SN_CT_VIEW_TYPE_ID SN_CT_VIEW_TYPE SN_CT_VIEW_TYPE_ID




Parent Column in SN_CT_DISPLAY_ROW (PK) Child Table Name Child Column Name
Children: SN_CT_DISPLAY_ROW_ID SN_CT_DISPLAY_FIELD SN_CT_DISPLAY_ROW_ID


SN_CT_VIEW_TYPE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Surginet Case Tracking View Type
Definition: Stores view type definitions for case tracking dynamic views.
Table Type: REFERENCE





Column Detail - SN_CT_VIEW_TYPE


Column Name Type Null? Definition
MILESTONE_IND NUMBER N Determines whether milestones are displayed for this view type
SN_CT_VIEW_TYPE_ID NUMBER N Primary Key for this table
TRACK_GROUP_CD NUMBER N Foreign key (from CODE_VALUE) to identify which tracking group this view type is defined for.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER 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 NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
VIEW_TYPE_NAME VC2(50) N Name given for the view type



Relationship Detail - SN_CT_VIEW_TYPE




Parent Column in SN_CT_VIEW_TYPE (PK) Child Table Name Child Column Name
Children: SN_CT_VIEW_TYPE_ID SN_CT_DISPLAY_ROW SN_CT_VIEW_TYPE_ID


SN_DIAGNOSTIC



Column Section Relationship Section Top of Page


Table-level Detail

Description: The SurgiNet Diagnostics table contains the diagnostic tests for SurgiNet
Definition: The SurgiNet Diagnostics table
Table Type: REFERENCE





Column Detail - SN_DIAGNOSTIC


Column Name Type Null? Definition
ACTIVE_IND NUMBER 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 NUMBER 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 DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
CHK_DESCRIPTION VC2(255) N Describes the Check script
COMMENT_TEXT VC2(255) Y A comment for the user
DIAGNOSTIC_ID FLOAT N The unique ID on the Table
FIX_DESCRIPTION VC2(255) Y Describes the Fix portion of the Diagonostic Test
LAST_CHK_DT_TM DATE Y The date and time that the Diagnostic Rule was checked
LAST_CHK_PRSNL_ID FLOAT N The person who caused the Last Check on the Diagonostic Rule.
LAST_CHK_STATUS VC2(1) N The Status of the Last Check
LAST_FIX_DT_TM DATE Y The Date and Time the Fix was made using the Diagonostic Rule
LAST_FIX_PRSNL_ID FLOAT N The person who caused the Last Fix using the Diagonostic Rule
LAST_FIX_STATUS VC2(1) N The Status of the last Fix
READ_ONLY_IND NUMBER N Specifies the Diagonostic is a Read only from the front-end
TEST_NAME VC2(50) N The Test Name
TEST_SCRIPT VC2(30) N The Script that will be executed for the Test
UPDT_APPLCTX FLOAT N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID FLOAT 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 FLOAT N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - SN_DIAGNOSTIC




Parent Column in SN_DIAGNOSTIC (PK) Child Table Name Child Column Name
Children: DIAGNOSTIC_ID SN_DIAGNOSTIC_REL DIAGNOSTIC_ID


SN_DIAGNOSTIC_GROUP



Column Section Relationship Section Top of Page


Table-level Detail

Description: SurgiNet Diagnostic Group
Definition: SurgiNet Diagnostic Group Table
Table Type: REFERENCE





Column Detail - SN_DIAGNOSTIC_GROUP


Column Name Type Null? Definition
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.
ACTIVE_STATUS_CD NUMBER 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 DATE Y The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
COMMENT_TEXT VC2(255) N The Comment Text
DIAGNOSTIC_GROUP_ID FLOAT N The Unique Id on the table
GROUP_DESCRIPTION VC2(255) N The group Description
GROUP_DISPLAY VC2(50) N The group display
READ_ONLY_IND NUMBER N Read only IndicatorColumn
UPDT_APPLCTX FLOAT N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID FLOAT 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 FLOAT N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - SN_DIAGNOSTIC_GROUP




Parent Column in SN_DIAGNOSTIC_GROUP (PK) Child Table Name Child Column Name
Children: DIAGNOSTIC_GROUP_ID SN_DIAGNOSTIC_REL DIAGNOSTIC_GROUP_ID