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


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


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 NUMBER N cdi ascent capture module launch identifier
COMPLETEDTID VC2(38) N completed identifier
ENDDATETIME DATE N end date time
INPROCESSTID VC2(38) N in process identifier
MODULELAUNCHID VC2(38) N module launch identifier
MODULENAME VC2(32) N module name
MODULEUNIQUEID VC2(250) Y module unique identifier
ORPHANED NUMBER Y orphaned
SITEID NUMBER Y site identifier
STARTDATETIME DATE Y start date and time
STATIONID VC2(32) Y station identifier
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.
USERID VC2(50) Y user identifier
USERNAME VC2(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 VC2(32) N The user name of the Ascent Capture user.
AUDITING_IND NUMBER N Specifies whether or not to include this Ascent Capture user for auditing and reporting.
CDI_AC_USER_ID NUMBER N The unique primary key for this table.
MILL_USERNAME VC2(50) Y Millennium username that correlates to the kofax username.
ORGANIZATION_ID NUMBER N The organization the Ascent Capture user is associated to.
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 - 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 VC2(1200) N The encrypted credentials used to access the archive.
ARCHIVE_NAME VC2(255) N The name of the archive.
ARCHIVE_URL VC2(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 NUMBER N Unique generated number that identifies a single row on the CDI_ARCHIVE table.
DOMAIN_NAME VC2(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 NUMBER 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 NUMBER 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 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 - 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