Table Detail Report

CDI_AC_FIELD



Column Section Top of Page


Table-level Detail

Description: cdi ac field
Definition: This table defines CPDI configurations for Ascent Capture Document Class Fields.
Table Type: REFERENCE





Column Detail - CDI_AC_FIELD


Column Name Type Null? Definition
ALIAS_TYPE_CD DOUBLE N Person or encounter alias type code.
ALIAS_TYPE_CODESET DOUBLE N Code Set of the Alias_type_cd field.
AUTO_SEARCH_IND DOUBLE N Specifies if the field is required for encounter searching in automatic processing.
CDI_AC_FIELD_ID DOUBLE N Unique ID for the document class field.
DOC_CLASS_NAME VARCHAR(32) N Ascent Capture document class name.
FIELD_NAME VARCHAR(32) N Ascent Capture index field name.
MANUAL_SEARCH_IND DOUBLE N Specifies if the field is required for encounter searching in manual processing.
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.


CDI_AC_FORMTYPE



Column Section Top of Page


Table-level Detail

Description: CDI Ascent Capture Form Type
Definition: The CDI Ascent Capture Form Type table
Table Type: ACTIVITY





Column Detail - CDI_AC_FORMTYPE


Column Name Type Null? Definition
BATCHMODULEID VARCHAR(38) N batch module identifier
CDI_AC_FORMTYPE_ID DOUBLE N cdi ascent capture formtype identifier
COMPLETEDDOCS DOUBLE Y completed docs
COMPLETEDPAGES DOUBLE Y completed pages
DOCCLASSNAME VARCHAR(32) Y doc class name
DOCUMENTS DOUBLE Y documents
FORMTYPEENTRYID VARCHAR(38) N form type entry identifier
FORMTYPENAME VARCHAR(32) Y form type name
KS_BCREPAIR DOUBLE Y ks bc repair
KS_ICRREPAIR DOUBLE Y ks icr repair
KS_MANUAL DOUBLE Y ks manual
KS_OCRREPAIR DOUBLE Y ks ocr repair
KS_OMRREPAIR DOUBLE Y ks omr repair
PAGES DOUBLE Y pages
REJECTEDDOCS DOUBLE Y rejected docs
REJECTEDPAGES DOUBLE Y rejected pages
TRANSFERID VARCHAR(38) N transfer identifier
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.


CDI_AC_MODULE_LAUNCH



Column Section Top of Page


Table-level Detail

Description: CDI Ascent Capture Module Launch
Definition: The CDI Ascent Capture Module Launch table
Table Type: ACTIVITY





Column Detail - CDI_AC_MODULE_LAUNCH


Column Name Type Null? Definition
CDI_AC_MODULE_LAUNCH_ID DOUBLE N cdi ascent capture module launch identifier
COMPLETEDTID VARCHAR(38) N completed identifier
ENDDATETIME DATETIME N end date time
INPROCESSTID VARCHAR(38) N in process identifier
MODULELAUNCHID VARCHAR(38) N module launch identifier
MODULENAME VARCHAR(32) N module name
MODULEUNIQUEID VARCHAR(250) Y module unique identifier
ORPHANED DOUBLE Y orphaned
SITEID DOUBLE Y site identifier
STARTDATETIME DATETIME Y start date and time
STATIONID VARCHAR(32) Y station identifier
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.
USERID VARCHAR(50) Y user identifier
USERNAME VARCHAR(80) N Username of person


CDI_AC_USER



Column Section Relationship Section Top of Page


Table-level Detail

Description: CDI Ascent Capture User
Definition: This table defines CPDI configurations for Ascent Capture users.
Table Type: REFERENCE





Column Detail - CDI_AC_USER


Column Name Type Null? Definition
AC_USERNAME VARCHAR(32) N The user name of the Ascent Capture user.
AUDITING_IND DOUBLE N Specifies whether or not to include this Ascent Capture user for auditing and reporting.
CDI_AC_USER_ID DOUBLE N The unique primary key for this table.
MILL_USERNAME VARCHAR(50) Y Millennium username that correlates to the kofax username.
ORGANIZATION_ID DOUBLE N The organization the Ascent Capture user is associated to.
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 - CDI_AC_USER


Child Column in CDI_AC_USER(FK) Parent Table Name Parent Column Name
Parents: ORGANIZATION_ID ORGANIZATION ORGANIZATION_ID


CDI_ARCHIVE



Column Section Relationship Section Top of Page


Table-level Detail

Description: CPDI Archive
Definition: Stores archives configured for CPDI.
Table Type: REFERENCE





Column Detail - CDI_ARCHIVE


Column Name Type Null? Definition
ARCHIVE_CREDENTIALS VARCHAR(1200) N The encrypted credentials used to access the archive.
ARCHIVE_NAME VARCHAR(255) N The name of the archive.
ARCHIVE_URL VARCHAR(255) N The URL of the archive. This should include the fully qualified domain name and use a name recognized by DNS rather than an ip address.
CDI_ARCHIVE_ID DOUBLE N Unique generated number that identifies a single row on the CDI_ARCHIVE table.
DOMAIN_NAME VARCHAR(20) Y The short domain name this archive configuration belongs to. This column prevents domain copies resulting in the wrong configuration being used.
HISTORICAL_IND DOUBLE N Indicates that this archive contains all historical documents. This is the destination archive when migrating images from any other location. 1= Historical
LOGICAL_DOMAIN_ID DOUBLE N The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table.
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 - CDI_ARCHIVE


Child Column in CDI_ARCHIVE(FK) Parent Table Name Parent Column Name
Parents: LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID




Parent Column in CDI_ARCHIVE (PK) Child Table Name Child Column Name
Children: CDI_ARCHIVE_ID CDI_ARCHIVE_FOLDER_RELTN CDI_ARCHIVE_ID