BB_DSPNS_BLOCK
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Blood Bank Dispense Block |
Definition: | This reference table defines the specific autologous and/or directed products which, when present for the patient, should cause like-allogeneic products to be blocked from dispense. |
Table Type: | REFERENCE |
Column Detail - BB_DSPNS_BLOCK
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | 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 | DOUBLE | 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 | DATETIME | Y | The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
ALLOW_OVERRIDE_IND | DOUBLE | Y | This indicator is set to a value of 1 when the user WILL be allowed to override the warning they receive in Dispense when they try to enter a like-allogeneic product to the autologous or directed product defined on this row. |
DISPENSE_BLOCK_ID | DOUBLE | N | A system-generated number that uniquely identifies every row on this table. |
PRODUCT_CD | DOUBLE | N | This code value represents the autologous or directed product that should trigger the blocking of like-allogeneic products being dispensed to the patient. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
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. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
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. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - BB_DSPNS_BLOCK
Child Column in BB_DSPNS_BLOCK(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PRODUCT_CD | PRODUCT_INDEX | PRODUCT_CD |
Parent Column in BB_DSPNS_BLOCK (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | DISPENSE_BLOCK_ID | BB_DSPNS_BLOCK_PRODUCT | DISPENSE_BLOCK_ID |
BB_DSPNS_BLOCK_PRODUCT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Dispense Block Product |
Definition: | This reference table defines the allogeneic products that should be blocked from being dispensed, when like-autologous or like-directed poducts exist for the patient |
Table Type: | REFERENCE |
Column Detail - BB_DSPNS_BLOCK_PRODUCT
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | 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 | DOUBLE | 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 | DATETIME | Y | The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
BLOCK_PRODUCT_ID | DOUBLE | N | A system-generated number that uniquely identifies every row on this table. |
DISPENSE_BLOCK_ID | DOUBLE | N | This value in this column links the row on the bb_dspns_block table to the row on this table. It links the autologous or directed product defined on the bb_dspns_block table to the allogeneic (homologous) product defined on this row. |
PRODUCT_CD | DOUBLE | N | This code value represents the allogeneic product that should be blocked from being dispensed to the patient, when the autologous or directed product (product_cd column on bb_dspns_block table) associated with this row (through the bb_dspns_block column on bb_dspns_block table). |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
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. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
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. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - BB_DSPNS_BLOCK_PRODUCT
Child Column in BB_DSPNS_BLOCK_PRODUCT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | DISPENSE_BLOCK_ID | BB_DSPNS_BLOCK | DISPENSE_BLOCK_ID |
PRODUCT_CD | PRODUCT_INDEX | PRODUCT_CD |
BB_GS1_GTIN
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Blood Bank Global Trade Item Number |
Definition: | Maintains a relationship of manufacturers, product types and the Global Trade Item Numbers that represent them. |
Table Type: | REFERENCE |
Column Detail - BB_GS1_GTIN
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. |
BB_GS1_GTIN_ID | DOUBLE | N | Unique generated number that identifies a single row on the BB_GS1_GTIN table. |
GTIN_TXT | VARCHAR(22) | N | Contains the global trade identification number in this relationship. |
MANUFACTURER_ID | DOUBLE | N | The organization Id for the blood bank manufacturer. |
PRODUCT_CD | DOUBLE | N | Contains the related product catalog code. |
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 - BB_GS1_GTIN
Child Column in BB_GS1_GTIN(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | MANUFACTURER_ID | ORGANIZATION | ORGANIZATION_ID |
EXCLD_TRANS_REQ_PROD_CAT_R
Column Section | Top of Page |
Table-level Detail
Description: | Excluded Transfusion Requirement Product Categories Relationship. |
Definition: | A relationship between excluded transfusion requirment product categories |
Table Type: | REFERENCE |
Column Detail - EXCLD_TRANS_REQ_PROD_CAT_R
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. |
ACTIVE_STATUS_CD | DOUBLE | 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 | DATETIME | N | The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
EXCLD_TRANS_REQ_PROD_CAT_R_ID | DOUBLE | N | Uniquely identifies a relationship of an excluded transfusion requirement and product category. |
PRODUCT_CAT_CD | DOUBLE | N | The product category to which the associated transfusion requirement is inapplicable. |
REQUIREMENT_CD | DOUBLE | N | The specific transfusion requirement for which this relationship is defined. Refers to items built on the TRANSFUSION_REQUIREMENT table. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
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. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
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. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
PRODUCT_BARCODE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Product Barcode |
Definition: | A user-defined reference table that defines the barcode values for each type of product. |
Table Type: | REFERENCE |
Column Detail - PRODUCT_BARCODE
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | 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 | DOUBLE | 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 | DATETIME | Y | The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
PRODUCT_BARCODE | CHAR(15) | N | The barcode value of the product type that will be entered into the system with a barcode reader. This barcode value is on the bag of the blood product, both in barcode format and eye-readable format. |
PRODUCT_BARCODE_ID | DOUBLE | N | The primary key to this table. An internal system-assigned number that keeps each row unique. |
PRODUCT_CAT_CD | DOUBLE | N | The category of the product type for which the barcode value is defined (ex. "Red Blood Cells"). |
PRODUCT_CD | DOUBLE | N | The product type to which this barcode value corresponds. |
PRODUCT_CLASS_CD | DOUBLE | N | The class of products to which this product type belongs. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
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. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
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. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - PRODUCT_BARCODE
Child Column in PRODUCT_BARCODE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PRODUCT_CAT_CD | PRODUCT_CATEGORY | PRODUCT_CAT_CD |
PRODUCT_CLASS_CD | PRODUCT_CLASS | PRODUCT_CLASS_CD | |
PRODUCT_CD | PRODUCT_INDEX | PRODUCT_CD |