Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In a linked series of ODM files, the AsOfDateTimes of those files must occur in temporal order, and the DateTimeStamps in each file must be later than the AsOfDateTimes of the prior file.

The ordering for data elements can be asserted with the use of RepeatKey (e.g., StudyEventRepeatKey, ItemGroupRepeatKey) attributes. Note that this is relative to the parent element, and is expected to follow Upsert semantics (see Section 2.10, Transactions); the series of RepeatKey values are expected to be contiguous.

A data entity (like an item group) can be represented as a series of data elements. These elements can contain data for disjoint parts of the entity (properties and children), sequential changes to the same parts, or a mixture of the two.

Info

In a study, the initial or default value of any clinical data is assumed to be "NULL". Thus it is not necessary to include NULL null valued items in a Snapshot transfer. Neither is it necessary to include a NULL null value as the first in a series of insertions and updates of an item.

Systems that generate ODM files should attempt to minimize the number of elements in such files. Thus, if two 2 elements for the same entity can be merged into one without  without changing the semantics of the events described (and without violating any of the ordering rules), the merged version is recommended. Similarly, unnecessary elements should be omitted.

...