Table Detail Report

AP_PREFIX_PROC_GRP_R



Column Section Relationship Section Top of Page


Table-level Detail

Description: A/P Prefix Processing Group Relation
Definition: This table stores the relationship between an Anatomic Pathology prefix and a processing group.
Table Type: REFERENCE





Column Detail - AP_PREFIX_PROC_GRP_R


Column Name Type Null? Definition
AP_PREFIX_PROC_GRP_R_ID DOUBLE N Unique generated number that identifies a single row on the AP_PREFIX_PROC_GRP_R table.
PREFIX_ID DOUBLE Y This field contains the reference to the prefix to which the processing group is associated. This field contains the foreign key value used to join to the prefix information stored on the AP_PREFIX table.
PROCESSING_GRP_CD DOUBLE Y Code Value of the Processing Group. This is the Group Cd which holds a group of tasks defined in APSDBTools - Processing Group Task Tool. These values are stored in Code set 1310.;
UPDT_APPLCTX DOUBLE Y 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 Y 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 Y 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 Y 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 Y 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 - AP_PREFIX_PROC_GRP_R


Child Column in AP_PREFIX_PROC_GRP_R(FK) Parent Table Name Parent Column Name
Parents: PREFIX_ID AP_PREFIX PREFIX_ID


AP_PREFIX_STATION_R



Column Section Relationship Section Top of Page


Table-level Detail

Description: ap_prefix_station_r
Definition: This table establishes the relationship between an image station and the prefix report combination for which it is valid.
Table Type: REFERENCE





Column Detail - AP_PREFIX_STATION_R


Column Name Type Null? Definition
CATALOG_CD DOUBLE N This field is used to identify the anatomic pathology report for which an image station can be used.
PREFIX_ID DOUBLE N This field contains the value for the anatomic pathology prefix for which the image station is valid.
PUBLISH_FLAG DOUBLE N This field establishes whether or not an image should default to "chartable" or not when an image is acquired at a given image station.
STATION_ID DOUBLE N This field contains the unique image station identifier from the ap_image_station table.
TASK_ASSAY_CD DOUBLE N This field contains the unique value of the default anatomic pathology report section that images should be associated to when they are acquired at a given imaging station.
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 - AP_PREFIX_STATION_R


Child Column in AP_PREFIX_STATION_R(FK) Parent Table Name Parent Column Name
Parents: STATION_ID AP_IMAGE_STATION STATION_ID
PREFIX_ID AP_PREFIX PREFIX_ID


AP_PREFIX_TAG_GROUP_R



Column Section Relationship Section Top of Page


Table-level Detail

Description: AP Prefix Tag Group Reltn
Definition: This reference table contains the identification scheme assigned to the prefix and the tag type. The tag type options include specimen, block (cassette), and slide. Each prefix and tag type scheme is included as a unique entry on this table.
Table Type: REFERENCE





Column Detail - AP_PREFIX_TAG_GROUP_R


Column Name Type Null? Definition
PREFIX_ID DOUBLE N This field contains the reference to the prefix to which the identification scheme for specimens, blocks/cassettes, or slides is associated. This field contains the foreign key value used to join to the prefix information stored on the AP_PREFIX table.
PRIMARY_IND DOUBLE Y This field contains an indicator documenting whether or not the tag scheme is the primary (default) specimen tag scheme.
TAG_GROUP_ID DOUBLE N This field contains the foreign key value (representing the identification scheme associated with the prefix) used to join to the scheme information stored on the AP_TAG_GROUP reference table.
TAG_SEPARATOR CHAR(1) Y This field contains the tag separator value associated with the prefix, tag type (block or slide), and tag group (identification scheme). Tag separator values are optional, and are used to separate, visually, one ID element from another.
TAG_TYPE_FLAG DOUBLE N This field contains a flag value indicating which tag type (specimen, block/cassette, or slide) is associated with the prefix and identification scheme.
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 - AP_PREFIX_TAG_GROUP_R


Child Column in AP_PREFIX_TAG_GROUP_R(FK) Parent Table Name Parent Column Name
Parents: PREFIX_ID AP_PREFIX PREFIX_ID
TAG_GROUP_ID AP_TAG_GROUP TAG_GROUP_ID


AP_PREFIX_TASK_R



Column Section Relationship Section Top of Page


Table-level Detail

Description: Anatomic Pathology Prefix Task Relationship
Definition: This table stores the relationship between an Anatomic Pathology prefix and a processing/billing task
Table Type: REFERENCE





Column Detail - AP_PREFIX_TASK_R


Column Name Type Null? Definition
AP_PREFIX_TASK_R_ID DOUBLE N Uniquely identifies a relationship between an Anatomic Pathology prefix and a processing/billing task.
CATALOG_CD DOUBLE N The order catalog code of the processing/billing task associated to the prefix related to this row.
PREFIX_ID DOUBLE N Uniquely identifies the prefix related to this row. The foreign key to the AP_PREFIX 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 - AP_PREFIX_TASK_R


Child Column in AP_PREFIX_TASK_R(FK) Parent Table Name Parent Column Name
Parents: PREFIX_ID AP_PREFIX PREFIX_ID


AP_PROCESSING_GRP_R



Column Section Relationship Section Top of Page


Table-level Detail

Description: AP Processing Group Reltn
Definition: This reference table contains the processing group tasks created for pathology. Group processing tasks are not created using the Order Catalog and Departmental Order Catalog. Instead, these groupings are defined using this table.
Table Type: REFERENCE





Column Detail - AP_PROCESSING_GRP_R


Column Name Type Null? Definition
BEGIN_LEVEL DOUBLE Y This field contains a beginning sequence value that will be used to assign the slide identification code for the associated processing task (discrete task).
BEGIN_SECTION DOUBLE Y This field contains a beginning sequence value that will be used to assign the block/cassette identification code for the associated processing task (discrete task).
END_LEVEL DOUBLE Y This field contains an ending sequence value that will be used to assign the slide identification code for the associated processing task (discrete task).
END_SECTION DOUBLE Y This field contains the ending sequence value that will be used to assign the block/cassette identification code for the associated processing task (discrete task).
GROUPER_CD DOUBLE N This column is obsolete.
MULTIPLIER DOUBLE Y This field is not used at this time.
NO_CHARGE_IND DOUBLE Y This field contains an indicator designating whether or not the task included within the processing group should be defaulted as no charge in the task order entry application.
PARENT_ENTITY_ID DOUBLE N The value of the primary identifier of the table to which the 'processing group reltn' row is related (CODE_VALUE from the CODE_VALUE table, PROTOCOL_ID from the AP_SPECIMEN_PROTOCOL table).
PARENT_ENTITY_NAME VARCHAR(32) N The upper case name of the table to which this 'processing group reltn' row is related (CODE_VALUE or AP_SPECIMEN_PROTOCOL).
SEQUENCE DOUBLE N This field contains a sequence value that, when combined with the PARENT_ENTITY_NAME and PARENT_ENTITY_ID fields, make the unique table key value.
TASK_ASSAY_CD DOUBLE N This field contains the reference to the processing task (discrete task) associated with the processing group task.
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 - AP_PROCESSING_GRP_R


Child Column in AP_PROCESSING_GRP_R(FK) Parent Table Name Parent Column Name
Parents: TASK_ASSAY_CD DISCRETE_TASK_ASSAY TASK_ASSAY_CD