Uploaded image for project: 'QDM Issue Tracker'
  1. QDM Issue Tracker
  2. QDM-17

Add "starts after or concurrent" temporal operator

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Delivered
    • Icon: Major Major
    • QDM v4.0
    • Operator Logic
    • None

      We have received questions regarding "starts after" and what exact time ranges it effects. The issue is that an event that starts concurrently with another (i.e. within the same minute) will not be included, but often times measure developers need to represent this logic. This can be captured in the current QDM but requires multiple statements of logic. A "starts after or concurrent" temporal operator is recommended, to succinctly provide this capability and clarify logic for future measures going forward.

      The following example shows the current way of expressing that one event starts after or concurrent with another:

      OR:  X starts after Y
      OR:  X starts concurrent with Y
      

      Using the "starts after or concurrent with" operator, this can be expressed more succinctly:

      X starts after or concurrent with Y
      

            chris.moesel Chris Moesel (Inactive)
            gblack Gavin Black (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: