...
Include Page | ||||
---|---|---|---|---|
|
A Transition defines a transition that is not a branching link between two structural elements in a workflow where there is no branch.
The SourceOID references the definition of the source (start) structural element of for the transition. This can e.g. be a StudyEventGroupStudyEventGroupDef, a StudyEventStudyEventDef, and ItemGroupItemGroupDef, or an ItemItemDef element.
The TargetOID references the target (end) definition of the target structural element of the transition. This This can e.g. be a StudyEventGroupStudyEventGroupDef, a StudyEventStudyEventDef, and ItemGroupItemGroupDef, or an ItemItemDef element.
The StartConditionOID references a ConditionDef defining the condition under which the transition can be started. When specifying a condition that must be met for the transition to start. For example if the source structural element can be considered to be a "visit", the condition can be regarded as a visit exit criterionis a StudyEventGroupDef describing the activities for study screening, and the target structural element is a StudyEventGroupDef describing study enrollment, the ConditionDef referenced by the StartConditionOID specify the criteria that must be met for a subject to transiton from Screening to Enrollment.
The EndConditionOID references a ConditionDef defining the condition under which the transition can be completed. As long as the condition is not met, the transition to the next actitivity or event must be considered to be temporary blocked. When the target structural element can be considered to be a "visit", the condition can be regarded as a visit entry criterion.
When the execution of the transition is depending on a timing constraint that is either directly defined or calculated, a TransitionTimingConstraint must be defined and referencing the current Transition.
...