Previous Topic

Next Topic

Book Contents

Randomization rules

A randomization rule script:

  1. Gets the patient data needed for stratification by using the GetValueRF or GetEnteredValue method of the Patient object.
  2. Checks the patient data against a standard that determines the drug kit list from which the patient’s trial medication is assigned.
  3. Loads the Randomization object with patient data and stratification information.
  4. Calls the GetNextKit method, which assigns the drug kit number.
Send Feedback