You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Element NameRelativeTimingConstraint
Parent Element(s)StudyTiming
Element XPath(s)
  • /ODM/Study/MetaDataVersion/Protocol/StudyTiming/RelativeTimingConstraint
Element Textual ValueNone
Usage
AttributesOID, Name, PredecessorOID, SuccessorOID, TimepointRelativeTarget, Type, TimepointPreWindow, TimepointPostWindow
Child Elements(DESCRIPTION)


AttributeSchema Dataype or EnumerationUsageDefinitionBusiness Rules
OIDoidRequired

NamenameRequired

PredecessorOIDoidrefRequired

SuccessorOID

oidrefRequired

TimepointRelativeTargetdurationDatetimeRequired

Type(StartToStart, StartToFinish, FinishToStart, FinishToFinish)Optional

TimepointPreWindowdurationDatetimeOptional

TimepointPostWindowdurationDatetimeOptional


Contained in:


The RelativeTimingConstraint element describes a relative timing constraint between two activities or groups of activities, represented by StudyEventGroups, StudyEvents, ItemGroups or Items.

An in time earlier StudyEventGroup, StudyEvent, ItemGroup or Item, to which the constraint applies, is referenced by the PredecessorOID. 
An in time later StudyEventGroup, StudyEvent, ItemGroup or Item, to which the constraint applies, is referenced by the SuccessorOID.

If the two activities are used in a defined workflow, and there is a transition between the two activities in that workflow, then TransitionTimingConstraint must be used to describe the timing, instead of RelativeTimingConstraint.

The Type attribute defines whether the constraint applies to start or to end of the activities. Valid values for the attribute are:

  • StartToStart – the start of the subsequent activity should be relative to the start of the previous activity.
  • StartToFinish – the finish of the subsequent activity should be relative to the start of the previous activity.
  • FinishToStart – the start of the subsequent activity should be relative to the finish of the previous activity
  • FinishToFinish – the finish of the subsequent activity should be relative to the finish of the previous activity.

If the Type attribute is omitted, "StartToStart" must be assumed.

The TimepointRelativeTarget defines the planned time between the two activities, expressed as a non-negative ISO 8601 duration.

The TimepointPreWindow describes the amount of time, expressed as a non-negative ISO 8601 duration, to which the relative time between the two activities may be shortened with respect to the value in TimepointRelativeTarget.

The TimepointPostWindow describes the amount of time, expressed as a non-negative ISO 8601 duration, to which the relative time between the two activities may be elongated with respect to the value in TimepointRelativeTarget.

  • No labels