Table Detail Report

IB_RX_REQ_SUBTYPE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Inbound RX Request Subtype
Definition: Contains subtypes related to prescription change requests from a foreign pharmacy system.
Table Type: ACTIVITY





Column Detail - IB_RX_REQ_SUBTYPE


Column Name Type Null? Definition
IB_RX_REQ_ID DOUBLE N Reference identifier of the eRx related to the sub type.
IB_RX_REQ_SUBTYPE_ID DOUBLE N Unique generated number that identifies a single row on the IB_RX_REQ_SUBTYPE table.
SUBTYPE_CD DOUBLE N SUB Type for the erx request . Example include AUTHORITY, NADEAN. CS 4624006
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 - IB_RX_REQ_SUBTYPE


Child Column in IB_RX_REQ_SUBTYPE(FK) Parent Table Name Parent Column Name
Parents: IB_RX_REQ_ID IB_RX_REQ IB_RX_REQ_ID