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 DOUBLE N The quantity of the rquested item that should be picked, but not opened
MERGE_TYPE_FLAG DOUBLE N The type of merging that was done for the item if it was requested for multiple procedures for the surgical case
OPEN_QTY DOUBLE N The quantity of the requested item that should be opened
ORIGINAL_HOLD_QTY DOUBLE N The original hold quantity of the item prior to optimization
ORIGINAL_OPEN_QTY DOUBLE N The original open quantity of the item prior to optimization
ORIGINAL_REQUEST_QTY DOUBLE N The original requested quantity of the item prior to optimization
REQUEST_DT_TM DATETIME N The date/time the request for items was made
REQUEST_QTY DOUBLE N The quantity of the item being requested
SN_PICKLIST_ITEM_ID DOUBLE N The item on the picklist that the quantity is being requested for
SN_PICKLIST_REQUEST_ID DOUBLE N PRIMARY KEY
SURG_CASE_PROC_ID DOUBLE N The surgical procedure that the item is being requested for
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 - 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 DOUBLE N The quantity of the requested item that should be picked, but not opened
OPEN_QTY DOUBLE N The quantity of the requested item that should be picked and opened
PREF_CARD_ID DOUBLE N The preference card id that contains the requested quantity information
REQUEST_QTY DOUBLE N The total quantity of the requested item that should be picked
SN_PICKLIST_REQUEST_ID DOUBLE N The request row that the preference card data is for
SN_PICKLIST_REQUEST_PC_ID DOUBLE N PRIMARY KEY
SN_PREF_CARD_ID DOUBLE 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 DOUBLE N The surgical procedure that the item is being requested for
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 - 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 DATETIME Y The Date and Time that the quantity was returned
RETURN_LOCATION_CD DOUBLE N The location the instance of an item was returned to
RETURN_QTY DOUBLE N The quantity of the instance of an item that was returned
RETURN_STATUS_FLAG DOUBLE 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 DOUBLE N The instance of an item on the picklist that the quantity is being returned
SN_PICKLIST_RETURN_ID DOUBLE N PRIMARY KEY
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 - 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 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.
PICKLIST_STATUS_CD DOUBLE N The current status of the picklist
PRSNL_ID DOUBLE N The User who set or took an action that caused the status to be set
SN_PICKLIST_ID DOUBLE N Picklist that this status defines
SN_PICKLIST_STATUS_ID DOUBLE N PRIMARY KEY
STATUS_DT_TM DATETIME Y The Date/Time the status of the picklist was set
SYSTEM_TRIGGERED_IND DOUBLE N Indicates that the status was automatically triggered from another action within the picklist
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 - 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 DOUBLE N The status of the equipment instance at the time the instance was used
SN_PICKLIST_ITEM_DETAIL_ID DOUBLE N The instance of an item on the picklist that the quantity is being used
SN_PICKLIST_USE_ID DOUBLE N PRIMARY KEY
SURG_CASE_PROC_ID DOUBLE N The surgical procedure that the instance of the item was used for
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.
USE_DT_TM DATETIME Y The Date and Time that the quantity was used
USE_QTY DOUBLE 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