cdisc-org / ddf-core-poc

This repository will contain the results from the Proof of Concept project.
MIT License
0 stars 1 forks source link

Create rule: Each ScheduleTimeline must have at least one ScheduledInstance with a Timing of type "fixed reference" #122

Open ASL-rmarshall opened 8 months ago

ASL-rmarshall commented 8 months ago

Create rule defined for #108

ASL-rmarshall commented 7 months ago

This should be split into two rules:

This is more complicated because ScheduledInstance is split up as ScheduledActivityInstance and ScheduledDecisionInstance - either one of which could be the necessary "fixed reference"

ASL-rmarshall commented 6 months ago

The first part of this check ("Each ScheduleTimeline must have a ScheduledInstance") is a duplication of part of the checks defined for #110 and #158).

In order to perform the second part of the check, we need a definition of "have" in "should have a Timing...". Is it the timings relationship or the relativeFromScheduledInstance relationship that should be used as the basis of this check?

FYI @BSnoeijerCD