Table Detail Report

DCP_FORMS_DEF



Column Section Top of Page


Table-level Detail

Description: DCP FORMS DEF
Definition: Defines what sections are included in a single form
Table Type: REFERENCE





Column Detail - DCP_FORMS_DEF


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.
DCP_FORMS_DEF_ID DOUBLE N unique row identifier
DCP_FORMS_REF_ID DOUBLE N Identifies the form that the definition is for.
DCP_FORM_INSTANCE_ID DOUBLE N Identifies the form version that the definition is for.
DCP_SECTION_REF_ID DOUBLE N section id of the section that is on the form.
FLAGS DOUBLE Y Bitwise flags to specify defined behavior 1 - Conditioned Section
SECTION_SEQ DOUBLE Y sequence of the section on the form
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.


DCP_FORMS_REF



Column Section Relationship Section Top of Page


Table-level Detail

Description: Description of PowerForms
Definition: Every form has a single entry in this table that describes the form such as name and definition.
Table Type: REFERENCE





Column Detail - DCP_FORMS_REF


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.
BEG_EFFECTIVE_DT_TM DATETIME N The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time.
DCP_FORMS_REF_ID DOUBLE N Each form has a unique reference id that is used to identify the form. Each version of the form is identified by a unique instance id.
DCP_FORM_INSTANCE_ID DOUBLE N Each form has a unique reference id that is used to identify the form. Each version of the form is identified by a unique instance id.
DEFINITION VARCHAR(200) Y Textual definition of the form.
DESCRIPTION VARCHAR(200) Y Textual description of the form
DONE_CHARTING_IND DOUBLE Y if this indicator is set then done charting will be allowed otherwise it is not allowed on this form
END_EFFECTIVE_DT_TM DATETIME N The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive.
ENFORCE_REQUIRED_IND DOUBLE N Indicates whether to make the user enter all required fields before they are allowed to save. Without this option users can chart forms missing required fields, tasks associated with the results will be in an "In Progress" status.
EVENT_CD DOUBLE N Event_cd associated with this form to be used for various purposes. Currently is not used
EVENT_SET_NAME VARCHAR(100) Y specify an event set that is associated with this form to enable charting to print results.
FLAGS DOUBLE Y 1 - Do not allow any charting unless all required fields are filled out. 2 - Show form in a maximized state
HEIGHT DOUBLE N Height the form should be sized
TASK_ASSAY_CD DOUBLE N Associates a discrete task assay with the form. Currently not used.
TEXT_RENDITION_EVENT_CD DOUBLE N Event code associated with the text rendered from the form.
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.
WIDTH DOUBLE N Width the form should be sized



Relationship Detail - DCP_FORMS_REF




Parent Column in DCP_FORMS_REF (PK) Child Table Name Child Column Name
Children: DCP_FORM_INSTANCE_ID ACT_PW_COMP DCP_FORMS_REF_ID
ACT_PW_COMP OUTCOME_FORMS_REF_ID
ORDER_CATALOG FORM_ID
PATHWAY COMP_FORMS_REF_ID
PATHWAY PW_FORMS_REF_ID
PATHWAY_CATALOG COMP_FORMS_REF_ID
PATHWAY_CATALOG PW_FORMS_REF_ID
PATHWAY_COMP DCP_FORMS_REF_ID
PATHWAY_COMP OUTCOME_FORMS_REF_ID


DCP_INPUT_REF



Column Section Relationship Section Top of Page


Table-level Detail

Description: Description of the input control
Definition: contains the definition of a single input control on a form
Table Type: REFERENCE





Column Detail - DCP_INPUT_REF


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.
DCP_INPUT_REF_ID DOUBLE N unique id of input control
DCP_SECTION_INSTANCE_ID DOUBLE N Identifies the section version that the input control is part of.
DCP_SECTION_REF_ID DOUBLE N Identifies the section that the input control is part of.
DESCRIPTION VARCHAR(200) Y textual description of input control
INPUT_REF_SEQ DOUBLE Y sequence number of input control to control order that it is placed on the section
INPUT_TYPE DOUBLE Y numeric indicator to identify what type of control the input is.
MODULE VARCHAR(100) Y Name of DLL module that implements control. If the name is blank then the control is implemented in pvFormControls.dll.
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 - DCP_INPUT_REF




Parent Column in DCP_INPUT_REF (PK) Child Table Name Child Column Name
Children: DCP_INPUT_REF_ID CNT_INPUT_KEY DCP_INPUT_REF_ID


DCP_SECTION_REF



Column Section Top of Page


Table-level Detail

Description: Section Definition
Definition: Contains the defintion of a single form section such as display.
Table Type: REFERENCE





Column Detail - DCP_SECTION_REF


Column Name Type Null? Definition
ACTIVE_IND DOUBLE N The table row is active or inactive. For a single dcp_input_ref_id there will be at most active row, which means the end_effective_dt_tm is indefinite.
BEG_EFFECTIVE_DT_TM DATETIME N The date and time for which this version of the section is effective.
DCP_SECTION_INSTANCE_ID DOUBLE N Unique identifier for individual versions of the section.
DCP_SECTION_REF_ID DOUBLE N Unique identifier for each individual form section
DEFINITION VARCHAR(200) Y Textual definition of the section
DESCRIPTION VARCHAR(200) Y Textual description of the section. This is displayed in the navigator when a form is charted.
END_EFFECTIVE_DT_TM DATETIME N The date/time after which this version of the section is no longer effective.
EVENT_CD DOUBLE N associated event code for the section. Currently not used.
HEIGHT DOUBLE Y Height of section.
TASK_ASSAY_CD DOUBLE N associated task_assay_cd. Currently not used
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.
WIDTH DOUBLE Y Width of section.