Table Detail Report

PREF_CARD_RECENT_AVERAGE



Column Section Top of Page


Table-level Detail

Description: Preference Card Recent Average
Definition: Preference Card Recent Average Table
Table Type: ACTIVITY





Column Detail - PREF_CARD_RECENT_AVERAGE


Column Name Type Null? Definition
CREATE_APPLCTX NUMBER Y Create Application ContextColumn
CREATE_DT_TM DATE Y Create Date and TimeColumn
CREATE_PRSNL_ID NUMBER N Create Personnel IdColumn
CREATE_TASK NUMBER Y Create TaskColumn
PREF_CARD_ID NUMBER N The foreign key into the PREFERENCE_CARD table to indicate which preference card these averages refer to.
PREF_CARD_RECENT_AVG_ID NUMBER N Primary KeyColumn
PREF_CARD_RECENT_PROC_DUR NUMBER Y Recent Procedure DurationColumn
SURG_CASE_PROC_DOC_ID NUMBER N The primary key to the SN_SURG_CASE_PROC_DOC table.
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.


PREF_CARD_SEGMENT



Column Section Relationship Section Top of Page


Table-level Detail

Description: Preference Card Segment
Definition: Contains the segments associated with a preference card. This list of segments will be used in Perioperative Document Manager when a case is scheduled with this surgeon/procedure
Table Type: REFERENCE





Column Detail - PREF_CARD_SEGMENT


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.
CREATE_APPLCTX NUMBER Y The application context responsible for inserting this row on the table
CREATE_DT_TM DATE Y The date and time this row was inserted on the table
CREATE_PRSNL_ID NUMBER N The person responsible for inserting this row on the table
CREATE_TASK NUMBER Y The task responsible for inserting this row on the table
DEFAULTS_EXIST_IND NUMBER Y An indicator of whether or not preference card defaults exist for this segment
INPUT_FORM_CD NUMBER N *** OBSOLETE ***Column
LONG_TEXT_ID NUMBER N *** OBSOLETE ***Column
PREF_CARD_ID NUMBER N A reference (foreign key) to the preference_card table indicating the preference card associated with this segment
PREF_CARD_SEG_ID NUMBER N The primary key, uniquely identifying a row on this table
SEG_CD NUMBER N The segment associated with this preference card
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 - PREF_CARD_SEGMENT


Child Column in PREF_CARD_SEGMENT(FK) Parent Table Name Parent Column Name
Parents: LONG_TEXT_ID LONG_TEXT LONG_TEXT_ID
PREF_CARD_ID PREFERENCE_CARD PREF_CARD_ID




Parent Column in PREF_CARD_SEGMENT (PK) Child Table Name Child Column Name
Children: PREF_CARD_SEG_ID PREF_CARD_DEFAULT PREF_CARD_SEG_ID


SCHED_CASE_PICK_LIST



Column Section Relationship Section Top of Page


Table-level Detail

Description: Scheduled Case Pick List
Definition: Contains the resources scheduled for the case.
Table Type: ACTIVITY





Column Detail - SCHED_CASE_PICK_LIST


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.
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.
CASE_CART_PICK_LIST_ID NUMBER N This is the unique identifier on the Parent table, CASE_CART_PICK_LIST. This is filled out only if the Case Cart is generated.
CHANGE_FLAG NUMBER Y The change type for this row from the Preference_Card
CREATE_APPLCTX NUMBER Y The application context number from the record info block.
CREATE_DT_TM DATE Y The Date and Time this row was created
CREATE_PRSNL_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the insert or of the row in the table.
CREATE_TASK NUMBER Y The registered (assigned) task number for the process that inserted or updated the row.
DOC_TYPE_CD NUMBER N The Document Type Code for which the Resource is scheduled for.
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.
FILL_LOCN_CD NUMBER N The location that the item was scheduled to be filled from.
HOLD_QTY NUMBER Y The Quantity this item has to be ON-HOLD
ITEM_ID NUMBER N The Item ID, the unique identifier on the ITEM_MASTER.
OPEN_QTY NUMBER Y The Quantity of Items that are scheduled to be Open
ORDER_ID NUMBER N The Order ID, unique identifier of the Order this item is scheduled for.
PREF_CARD_ID NUMBER N Referenced to a preference card.
PREF_CARD_PICK_LIST_ID NUMBER N The Preference Card Pick List ID of the item, if it is from a PREFERENCE_CARD. If the item is not on a PREFERENCE_CARD, this will be 0.
SCHED_CASE_PICK_LIST_ID NUMBER N The unique sequence number that is generated from the surgery_seq
SCH_EVENT_ID NUMBER N The Scheduled Event Id for this item
SN_PREF_CARD_ID NUMBER Y A foreign key Value from the sn_pref_card table.
SURG_AREA_CD NUMBER N The Surgical Area this item is scheduled for
SURG_CASE_ID NUMBER N The Surgical Case ID this Item is scheduled for.
SURG_CASE_PROC_ID NUMBER N The Surgical Case Procedure this item is scheduled 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 - SCHED_CASE_PICK_LIST


Child Column in SCHED_CASE_PICK_LIST(FK) Parent Table Name Parent Column Name
Parents: CASE_CART_PICK_LIST_ID CASE_CART_PICK_LIST CASE_CART_PICK_LIST_ID
PREF_CARD_ID PREFERENCE_CARD PREF_CARD_ID
SN_PREF_CARD_ID SN_PREF_CARD SN_PREF_CARD_ID
SURG_CASE_ID SURGICAL_CASE SURG_CASE_ID
SURG_CASE_PROC_ID SURG_CASE_PROCEDURE SURG_CASE_PROC_ID


SEGMENT_GRP_REFERENCE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Segment Group Reference
Definition: Contains attributes of a segment group, including the document type that the group is associated with
Table Type: REFERENCE





Column Detail - SEGMENT_GRP_REFERENCE


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 Y 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 Y The person who caused the active_status_cd to be set or change.
CREATE_APPLCTX NUMBER Y The application context associated with the creation of this row
CREATE_DT_TM DATE Y The date and time this row was created
CREATE_PRSNL_ID NUMBER Y The person who created/inserted this row.
CREATE_TASK NUMBER Y The task associated with the creation of this row
DOC_TYPE_CD NUMBER Y The document type associated with this segment group, i.e. OR Nursing Record, Preop Nursing Assessment.
SEG_GRP_CD NUMBER N The primary key, uniquely identifying a segment group.
SEG_GRP_SEQ NUMBER Y The sequence of this segment group within a document type.
SEG_IND NUMBER Y An indicator of whether or not this is a single-segment segment group (1=more than one)
SURG_AREA_CD NUMBER Y The surgical area associated with this segment group.
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 - SEGMENT_GRP_REFERENCE




Parent Column in SEGMENT_GRP_REFERENCE (PK) Child Table Name Child Column Name
Children: SEG_GRP_CD SEGMENT_REFERENCE SEG_GRP_CD
SEG_GRP_SEQ_R SEG_GRP_CD


SEGMENT_HEADER



Column Section Relationship Section Top of Page


Table-level Detail

Description: Segment Header
Definition: Contains attributes of the segments within a perioperative document, i.e. Accessed, Discontinued, Not Applicable, etc.
Table Type: ACTIVITY





Column Detail - SEGMENT_HEADER


Column Name Type Null? Definition
ACCESS_FLAG NUMBER Y An indicator of whether this segment has been accessed for this perioperative document
ADDL_INFO_IND NUMBER Y *** OBSOLETE ***Column
CREATE_APPLCTX NUMBER Y The application context responsible for inserting this row on the table
CREATE_DT_TM DATE Y The date and time this row was inserted on the table
CREATE_PRSNL_ID NUMBER N The person responsible for inserting this row on the table
CREATE_TASK NUMBER Y The task responsible for inserting this row on the table
DISCONTINUE_REASON_CD NUMBER N The reason this segment was discontinued, i.e. equipment failure, no specimen collected, etc.
INPUT_FORM_CD NUMBER N The input form associated with this segment being documented. This column will only be populated for segments that use the Form Builder.
INPUT_FORM_VER_NBR NUMBER Y The version number associated with the input form being documented for this segment. This column will only be populated for segments that use the form builder.
LAST_CORR_DT_TM DATE Y The date and time of the last correction to this segment
LAST_CORR_TZ NUMBER Y Time zone associated with the corresponding DT_TM column.
LONG_TEXT_ID NUMBER N *** OBSOLETE ***Column
NOT_APPLICABLE_IND NUMBER Y An indicator of whether or not this segment has been designated as Not Applicable for this perioperative document
PERIOP_DOC_ID NUMBER N A reference (foreign key) to the perioperative_document table indicating the perioperative document associated with this segment.
SEGMENT_HEADER_ID NUMBER N The primary key, uniquely identifying a row on this table
SEG_CD NUMBER N The segment being documented for this perioperative document
SEG_TYPE_FLAG NUMBER Y *** OBSOLETE ***Column
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 - SEGMENT_HEADER


Child Column in SEGMENT_HEADER(FK) Parent Table Name Parent Column Name
Parents: PERIOP_DOC_ID PERIOPERATIVE_DOCUMENT PERIOP_DOC_ID




Parent Column in SEGMENT_HEADER (PK) Child Table Name Child Column Name
Children: SEGMENT_HEADER_ID CASE_ATTENDANCE SEGMENT_HEADER_ID
CASE_TIMES SEGMENT_HEADER_ID
SN_ACUITY_LEVEL SEGMENT_HEADER_ID
SN_IMPLANT_LOG_ST SEGMENT_HEADER_ID
SURGICAL_DELAY SEGMENT_HEADER_ID
SURG_CASE_PROCEDURE SEGMENT_HEADER_ID