Element Name | Transition |
---|---|
Parent Elements | WorkflowDef |
Element XPath(s) | /ODM/Study/MetaDataVersion/Protocol/WorkflowDef/Transition |
Element Textual Value | None |
Attributes | OID, Name, SourceOID, TargetOID, StartConditionOID, EndConditionOID |
Child Elements | None |
Usage/Business Rules |
|
Attribute | Schema Datatype or Enumeration | Usage | Definition | Business Rule(s) |
---|---|---|---|---|
OID | oid | Required | Unique identifier for the Transition element. |
|
Name | name | Required | Human readable name for the transition between two structural elements in a WorkflowDef element. |
|
SourceOID | oidref | Required | References the definition of the source structural element for the transition. The structural element may be a StudyEventGroupDef, StudyEventDef, ItemGroupDef, ItemDef, or Branching element. |
|
TargetOID | oidref | Required | References the definition of the target structural element for the transition. The structural element may be a StudyEventGroupDef, StudyEventDef, ItemGroupDef, ItemDef, or Branching element. The latter will be used when there is a branching definition necessary as a result of the transition. |
|
StartConditionOID | oidref | Optional | The StartConditionOID references a ConditionDef specifying a condition that must be met for the transition to start. For example, if the source structural element is 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 specifies the criteria that must be met for a subject to transition from screening to enrollment. |
|
EndConditionOID | oidref | Optional | 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. |
|
A Transition defines a transition that is not a branching between two structural elements in a workflow.
The SourceOID references the source (start) structural element of the transition. This can e.g. be a StudyEventGroup, a StudyEvent, and ItemGroup, or an Item.
The TargetOID references the target (end) structural element of the transition. This can e.g. be a StudyEventGroup, a StudyEvent, and ItemGroup, or an Item.
The StartConditionOID references a ConditionDef defining the condition under which the transition can be started. When the source structural element can be considered to be a "visit", the condition can be regarded as a visit exit criterion.
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.