Table Detail Report
SN_PICKLIST_REQUEST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Surginet Picklist Request |
| Definition: | Defines the quantity requested of an item on the picklist for a specified procedure |
| Table Type: | ACTIVITY |
Column Detail - SN_PICKLIST_REQUEST
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| HOLD_QTY | NUMBER | N | The quantity of the rquested item that should be picked, but not opened |
| MERGE_TYPE_FLAG | NUMBER | N | The type of merging that was done for the item if it was requested for multiple procedures for the surgical case |
| OPEN_QTY | NUMBER | N | The quantity of the requested item that should be opened |
| ORIGINAL_HOLD_QTY | NUMBER | N | The original hold quantity of the item prior to optimization |
| ORIGINAL_OPEN_QTY | NUMBER | N | The original open quantity of the item prior to optimization |
| ORIGINAL_REQUEST_QTY | NUMBER | N | The original requested quantity of the item prior to optimization |
| REQUEST_DT_TM | DATE | N | The date/time the request for items was made |
| REQUEST_QTY | NUMBER | N | The quantity of the item being requested |
| SN_PICKLIST_ITEM_ID | NUMBER | N | The item on the picklist that the quantity is being requested for |
| SN_PICKLIST_REQUEST_ID | NUMBER | N | PRIMARY KEY |
| SURG_CASE_PROC_ID | NUMBER | N | The surgical procedure that the item is being requested for |
| 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_REQUEST
| Child Column in SN_PICKLIST_REQUEST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SN_PICKLIST_ITEM_ID | SN_PICKLIST_ITEM | SN_PICKLIST_ITEM_ID |
| SURG_CASE_PROC_ID | SURG_CASE_PROCEDURE | SURG_CASE_PROC_ID |
| Parent Column in SN_PICKLIST_REQUEST (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | SN_PICKLIST_REQUEST_ID | SN_PICKLIST_REQUEST_PC | SN_PICKLIST_REQUEST_ID |
SN_PICKLIST_REQUEST_PC
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Surginet Picklist Request Preference Card |
| Definition: | Defines the quantity requested from a preference card |
| Table Type: | ACTIVITY |
Column Detail - SN_PICKLIST_REQUEST_PC
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| HOLD_QTY | NUMBER | N | The quantity of the requested item that should be picked, but not opened |
| OPEN_QTY | NUMBER | N | The quantity of the requested item that should be picked and opened |
| PREF_CARD_ID | NUMBER | N | The preference card id that contains the requested quantity information |
| REQUEST_QTY | NUMBER | N | The total quantity of the requested item that should be picked |
| SN_PICKLIST_REQUEST_ID | NUMBER | N | The request row that the preference card data is for |
| SN_PICKLIST_REQUEST_PC_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) |
| SURG_CASE_PROC_ID | NUMBER | N | The surgical procedure that the item is being requested for |
| 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_REQUEST_PC
| Child Column in SN_PICKLIST_REQUEST_PC(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PREF_CARD_ID | PREFERENCE_CARD | PREF_CARD_ID |
| SN_PICKLIST_REQUEST_ID | SN_PICKLIST_REQUEST | SN_PICKLIST_REQUEST_ID | |
| SN_PREF_CARD_ID | SN_PREF_CARD | SN_PREF_CARD_ID | |
| SURG_CASE_PROC_ID | SURG_CASE_PROCEDURE | SURG_CASE_PROC_ID |
SN_PICKLIST_RETURN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Surginet Picklist Return |
| Definition: | Defines the quantity of an item instance on a picklist that was returned |
| Table Type: | ACTIVITY |
Column Detail - SN_PICKLIST_RETURN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| RETURN_DT_TM | DATE | Y | The Date and Time that the quantity was returned |
| RETURN_LOCATION_CD | NUMBER | N | The location the instance of an item was returned to |
| RETURN_QTY | NUMBER | N | The quantity of the instance of an item that was returned |
| RETURN_STATUS_FLAG | NUMBER | N | Defines where in the process the item was returned (during fill, in the OR, etc.) - 0=Returned During Fill 1=Returned In OR 2=Marked for Return 3=Return Completed |
| SN_PICKLIST_ITEM_DETAIL_ID | NUMBER | N | The instance of an item on the picklist that the quantity is being returned |
| SN_PICKLIST_RETURN_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_RETURN
| Child Column in SN_PICKLIST_RETURN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SN_PICKLIST_ITEM_DETAIL_ID | SN_PICKLIST_ITEM_DETAIL | SN_PICKLIST_ITEM_DETAIL_ID |
SN_PICKLIST_STATUS
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | SurgiNet Picklist Status |
| Definition: | Contains Status information for picklists |
| Table Type: | ACTIVITY |
Column Detail - SN_PICKLIST_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. |
| PICKLIST_STATUS_CD | NUMBER | N | The current status of the picklist |
| PRSNL_ID | NUMBER | N | The User who set or took an action that caused the status to be set |
| SN_PICKLIST_ID | NUMBER | N | Picklist that this status defines |
| SN_PICKLIST_STATUS_ID | NUMBER | N | PRIMARY KEY |
| STATUS_DT_TM | DATE | Y | The Date/Time the status of the picklist was set |
| 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_STATUS
| Child Column in SN_PICKLIST_STATUS(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PRSNL_ID | PRSNL | PERSON_ID |
| SN_PICKLIST_ID | SN_PICKLIST | SN_PICKLIST_ID |
SN_PICKLIST_USE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Surginet Picklist Use |
| Definition: | Defines the quantity used of an item instance on the picklist for a procedure |
| Table Type: | ACTIVITY |
Column Detail - SN_PICKLIST_USE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| EQUIPMENT_STATUS_CD | NUMBER | N | The status of the equipment instance at the time the instance was used |
| SN_PICKLIST_ITEM_DETAIL_ID | NUMBER | N | The instance of an item on the picklist that the quantity is being used |
| SN_PICKLIST_USE_ID | NUMBER | N | PRIMARY KEY |
| SURG_CASE_PROC_ID | NUMBER | N | The surgical procedure that the instance of the item was used for |
| 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. |
| USE_DT_TM | DATE | Y | The Date and Time that the quantity was used |
| USE_QTY | NUMBER | N | The quantity of the instance of an item that was used |
Relationship Detail - SN_PICKLIST_USE
| Child Column in SN_PICKLIST_USE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SN_PICKLIST_ITEM_DETAIL_ID | SN_PICKLIST_ITEM_DETAIL | SN_PICKLIST_ITEM_DETAIL_ID |
| SURG_CASE_PROC_ID | SURG_CASE_PROCEDURE | SURG_CASE_PROC_ID |