Creating and editing forms

  • Published by Viedoc System 2023-03-07
  • Print

Creating and editing forms

To create a new form, follow the steps below:

1

Select Edit in the study design name section in the Projects window to open the Overview of study design page.

2

On the Overview of study design page, select Edit in the Forms field. The Forms page opens.

3

Select Add a new form. A new form is created, and then the Form Settings dialog opens.

4

In the Form Settings dialog on the General tab, enter the form ID and the name of the form. A form ID must be set for each form and it must be unique. Also, an item ID must be set for each item in the form, and the item ID must be unique within each form.

The form ID will be used to identify the form in the database and in the export output. It is also used when referring to the form in JavaScript expressions.

5

Select the required item type from the standard elements menu and click to place all required items on the form and set the required attributes for each.

To add an item to the form:

  • Select one of the standard elements (items) in the left pane of the form window, or
  • Drag and drop an element (item) to an existing item group.

On the Visibility tab, you can set the visibility conditions of the item.

On the Validation tab, you can set the ID of the item and add data checks that validate the item.

6 Select Save changes to finish creating the form. For more information, see Creating and editing forms and Configuring an item.
7

Note! For PMS studies, you should first create the initial registration form and then add all forms required for each booklet. The completed forms for the study are listed on the Forms page.

Note! For PMS studies, if you set a form ID to AE, this form becomes an Adverse Event (AE) form. When the AE form is completed and saved on the Clinic side, it can be submitted to the Sponsor side independently of the booklet. For more details about the Adverse Event form, see Adding Adverse Event forms.


Allow a form to be copied

When the option Allow form to be initiated based on copied data from a previous event is selected on the Advanced tab of the form, the data can be copied from a form within one booklet to another instance of the same form within another booklet.

In the example in the figure above, the data is copied when on simple condition evaluates true condition and AEONG (ongoing) are selected.

This is a useful feature especially for the Adverse Event form. When an Adverse Event form is added in a booklet and the adverse event continues to the next booklet period, you can add an Adverse Event form in the next booklet with data copied from the Adverse Event form of the previous booklet.

You can add an Adverse Event form which copies data from the adverse event in the previous booklet, when ongoing is selected in the previous booklet.

You can select the form to be copyable: always, on simple condition evaluates true, or on advanced condition evaluates true, as shown below.

always

on simple condition evaluates true. From the dropdown menus, select the item in the form that the condition should be based on, select is or is not, and select the code list item to specify the condition.

on advanced condition evaluates true. Enter an expression in JavaScript to specify the condition.

For more information, see Allow form to be copied.