Table Detail Report
SN_PICKLIST_LOCK
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | SurgiNet Picklist Lock |
| Definition: | Lock information for a given picklist |
| Table Type: | ACTIVITY |
Column Detail - SN_PICKLIST_LOCK
| 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. |
| BREAK_TYPE_FLAG | NUMBER | N | How the lock was unlocked, through normal process or broken by another user. 0=Not broken - normal unlock 1=Broken by current user in a different session 2=Lock was expired and broken by another user 3=Lock was forcibly broken prior to expiring; |
| LAST_UPDT_DT_TM | DATE | Y | The last time the picklist was updated. This is used to determine if a lock is eligible to be broken |
| LOCK_DT_TM | DATE | Y | Date and Time the lock was acquired |
| LOCK_PRSNL_ID | NUMBER | N | The provider who obtained the lock |
| SN_PICKLIST_ID | NUMBER | N | Picklist Identifier that this lock applies to |
| SN_PICKLIST_LOCK_ID | NUMBER | N | PRIMARY KEY |
| UPDT_APPLCTX | NUMBER | 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 | 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. 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 | 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 | 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. 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 | 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 - SN_PICKLIST_LOCK
| Child Column in SN_PICKLIST_LOCK(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOCK_PRSNL_ID | PRSNL | PERSON_ID |
| SN_PICKLIST_ID | SN_PICKLIST | SN_PICKLIST_ID |
SN_PICKLIST_LOC_STATUS
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | SurgiNet Picklist Location Status |
| Definition: | Location Status information for a given picklist |
| Table Type: | ACTIVITY |
Column Detail - SN_PICKLIST_LOC_STATUS
| 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. |
| LOCATION_CD | NUMBER | N | The location that the status is for |
| LOCATION_STATUS_CD | NUMBER | N | The status of the location for the given picklist |
| PRSNL_ID | NUMBER | N | The user who took an action that caused the location status to be updated |
| SN_PICKLIST_ID | NUMBER | N | The picklist that the location status is for |
| SN_PICKLIST_LOC_STATUS_ID | NUMBER | N | PRIMARY KEY |
| STATUS_DT_TM | DATE | Y | The date and time the status of the location was updated |
| SYSTEM_TRIGGERED_IND | NUMBER | N | Indicates that the status was automatically triggered from another action within the picklist |
| UPDT_APPLCTX | NUMBER | 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 | 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. 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 | 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 | 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. 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 | 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 - SN_PICKLIST_LOC_STATUS
| Child Column in SN_PICKLIST_LOC_STATUS(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOCATION_CD | LOCATION | LOCATION_CD |
| PRSNL_ID | PRSNL | PERSON_ID | |
| SN_PICKLIST_ID | SN_PICKLIST | SN_PICKLIST_ID |
SN_PICKLIST_MESSAGE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Surginet Picklist Message |
| Definition: | Contains message information for surgical picklist and picklist items |
| Table Type: | ACTIVITY |
Column Detail - SN_PICKLIST_MESSAGE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| MESSAGE_TYPE_CD | NUMBER | N | A code indicating the Type of message |
| PARENT_ENTITY_ID | NUMBER | N | Contains the primary key to the parent table identified in field PARENT_ENTITY_NAME |
| PARENT_ENTITY_NAME | VC2(30) | N | Contains the table name of the parent |
| RESOLVED_DT_TM | DATE | Y | Indicates the date when the message was resolved |
| RESOLVED_IND | NUMBER | N | Indicates whether or not the message has been resolved |
| RESOLVED_PRSNL_ID | NUMBER | N | The personnel id of the user who resolved the message |
| SN_PICKLIST_MESSAGE_ID | NUMBER | N | PRIMARY KEY |
| UPDT_APPLCTX | NUMBER | 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 | 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. 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 | 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 | 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. 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 | 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 - SN_PICKLIST_MESSAGE
| Child Column in SN_PICKLIST_MESSAGE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | RESOLVED_PRSNL_ID | PRSNL | PERSON_ID |
| Parent Column in SN_PICKLIST_MESSAGE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | SN_PICKLIST_MESSAGE_ID | SN_PICKLIST_MESSAGE_TEXT | SN_PICKLIST_MESSAGE_ID |
SN_PICKLIST_MESSAGE_TEXT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Surginet Picklist Message Text |
| Definition: | Contains message text for surgical picklist and picklist item messages |
| Table Type: | ACTIVITY |
Column Detail - SN_PICKLIST_MESSAGE_TEXT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CREATE_DT_TM | DATE | Y | Indicates when the message was created |
| CREATE_PRSNL_ID | NUMBER | N | The personnel id of the user who created the message |
| LAST_MODIFIED_DT_TM | DATE | Y | Indicates when the message was last modified |
| LAST_MODIFIED_PRSNL_ID | NUMBER | N | The personnel id of the user who last modified the message |
| MESSAGE_TXT | VC2(4000) | N | The text of the message |
| PARENT_MESSAGE_TEXT_ID | NUMBER | N | |
| SN_PICKLIST_MESSAGE_ID | NUMBER | N | Contains the identifier for the message for this message text |
| SN_PICKLIST_MESSAGE_TEXT_ID | NUMBER | N | PRIMARY KEY |
| UPDT_APPLCTX | NUMBER | 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 | 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. 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 | 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 | 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. 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 | 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 - SN_PICKLIST_MESSAGE_TEXT
| Child Column in SN_PICKLIST_MESSAGE_TEXT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CREATE_PRSNL_ID | PRSNL | PERSON_ID |
| LAST_MODIFIED_PRSNL_ID | PRSNL | PERSON_ID | |
| SN_PICKLIST_MESSAGE_ID | SN_PICKLIST_MESSAGE | SN_PICKLIST_MESSAGE_ID | |
| PARENT_MESSAGE_TEXT_ID | SN_PICKLIST_MESSAGE_TEXT | SN_PICKLIST_MESSAGE_TEXT_ID |
| Parent Column in SN_PICKLIST_MESSAGE_TEXT (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | SN_PICKLIST_MESSAGE_TEXT_ID | SN_PICKLIST_MESSAGE_TEXT | PARENT_MESSAGE_TEXT_ID |
SN_PICKLIST_PREF_CARD_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Surginet Picklist Preference Card Relationship |
| Definition: | Preference Cards used in the generation of the picklist |
| Table Type: | ACTIVITY |
Column Detail - SN_PICKLIST_PREF_CARD_R
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ADDED_DT_TM | DATE | Y | The date and time the prefernce card was added to the picklist |
| CATALOG_CD | NUMBER | Y | The procedure code that caused the preference card to be used for the picklist. Only populated if sn_pref_card_id is populated. |
| POST_GENERATION_IND | NUMBER | N | Inidcates that the Preference Card was added to the picklist manually, after the picklist was automatically generated |
| PREF_CARD_ID | NUMBER | N | Preference Card Id used to generate the picklist |
| SN_PICKLIST_ID | NUMBER | N | The related Surginet Picklist id; |
| SN_PICKLIST_PREF_CARD_R_ID | NUMBER | N | PRIMARY KEY |
| SN_PREF_CARD_ID | NUMBER | Y | A foreign key to the sn_pref_card table. This field will be zero or null if the pref_card_id fild is populated. the pref_card_id OR the sn_pref_card_id should be filled out (which one is filled out will tell us which model - old or new - was used for the given picklist) |
| SURGEON_ID | NUMBER | Y | The surgeon associated to the procedure for the prerence card. Used for exception logic. Only applies if sn_pref_card_id is populated. |
| UPDT_APPLCTX | NUMBER | 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 | 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. 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 | 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 | 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. 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 | 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. |
| USER_SELECTED_IND | NUMBER | Y | Indicates if the user manually selected the preference card to be used instead of using the system defined preference card |
Relationship Detail - SN_PICKLIST_PREF_CARD_R
| Child Column in SN_PICKLIST_PREF_CARD_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CATALOG_CD | ORDER_CATALOG | CATALOG_CD |
| PREF_CARD_ID | PREFERENCE_CARD | PREF_CARD_ID | |
| SURGEON_ID | PRSNL | PERSON_ID | |
| SN_PICKLIST_ID | SN_PICKLIST | SN_PICKLIST_ID | |
| SN_PREF_CARD_ID | SN_PREF_CARD | SN_PREF_CARD_ID |