Previous Topic

Next Topic

Book Contents

Setting up randomization

Randomization in an InForm trial enables the trial to randomly assign drug kits or devices to patients.

On the development side, the application engineer:

On the production side, you must configure the trial to use the randomization database.

  1. Use this pfadmin command:

    pfadmin config trial <trialname> /rnd <pathfilename.dbextension>

    where

    • <trialname> is the name of the trial for which you are setting up the Randomization feature.
    • /rnd is an option that does two things: creates a DSN for the randomization database; configures the trial to use the DSN.

      Note: You can also use /RndDSN to configure a trial to use an existing DSN.

    • <pathfilename.dbextension> is the filename of the datafile containing the Randomization database.
  2. Restart the InForm service to complete randomization configuration.
Send Feedback