Creating sequences
The default sequences are part of the Base installation of the InForm application. No additional setup is required for screening or enrollment numbers. When you install the InForm application, the sequence types for screening, enrollment, and a randomization sequence for a Simple Central randomization scheme are loaded with the following tags:
<SEQUENCE SEQUENCENAME="Screening Number Sequence"
SEQUENCETYPENAME="Screening"
UUID="F7F1B3B8-0B5C-11D2-A418-00A0C963E0AC" />
<SEQUENCE SEQUENCENAME="Enrollment Number Sequence"
SEQUENCETYPENAME="Enrollment"
UUID="EB75B898-078B-11D2-A417-00A0C963E0AC" />
SEQUENCENAME="Simple SimpleCentral"
SEQUENCETYPENAME="Randomization"
UUID="4F4A0246-5009-11D2-931C-00A0C9769A13" />
Note: Alphabetic characters in required UUIDs must be uppercase.
If you configure your trial to support a different randomization scheme, you must create a sequence definition for that scheme:
- Start by typing the <SEQUENCE tag.
- Optionally, use the UUID attribute to assign a unique identification key to the sequence.
- Use the SEQUENCENAME to identify this sequence. The name must be unique among all sequences.
- Use the SEQUENCETYPENAME to specify the “Randomization” sequence type. This type must have been defined previously.
- Close the SEQUENCE tag.