Element Name | DurationTimingConstraint |
---|---|
Parent Element(s) | StudyTiming |
Element XPath(s) |
|
Element Textual Value | None |
Usage | |
Attributes | OID, Name, StruturalElementOID,DurationTarget,DurationPreWindow,DurationPreWindow |
Child Elements | None |
Attribute | Schema Datatype or Enumeration | Usage | Definition | Business Rules |
---|---|---|---|---|
OID | oid | Required | ||
Name | name | Required | ||
StruturalElementOID | oidref | Required | OID of a structural element such as a Study, Epoch, StudyEventGroup, StudyEvent, ItemGroup, Item | |
DurationTarget | durationDatetime | Required | ||
DurationPreWindow | durationDatetime | Optional | ||
DurationPreWindow | durationDatetime | Optional |
Contained in:
The element DurationTimingConstraint is used to constraint the time duration of an activity within a clinical study (or the clinical study itself), represented by any of Study, Epoch, StudyEventGroupDef, StudyEventDef, ItemGroupDef, ItemDef.
The DurationTarget represents the envisaged time duration of the structural element. The value of DurationTarget must be a non-negative duration in ISO8601 format.
The DurationPreWindow describes the amount of time, expressed as a non-negative ISO 8601 duration, to which the activity may take less time than the envisaged duration provided in DurationTarget.
The DurationPostWindow describes the amount of time, expressed as a non-negative ISO 8601 duration, to which the activity may take more time than the envisaged duration provided in DurationTarget.
For example, if an epoch is envisaged to take 6 months, with a minimum of 5 months, and a maximum of 10 months, than DurationTarget="P6M", DurationPreWindow="P1M", and DurationPostWindow="P4M", with the value of StructuralElementOID being equal to the value of the OID attribute of the Epoch to which the constraint should be applied.
DurationTimingConstraint may not be used to describe timing constraints between structural elements such as e.g. visits, but can be used to described to the allowed duration of the visit itself (or any other activity).