Versions Compared

Key

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

...

Info

Example usage: A medication adherence device wants to remember the first input it got

Reapplying Event Logic

...

Applying logic

Another way that we are able to configure event behavior is by determining when we run the logic for the event. If there is a chance that data may attach to an event more than once based on other settings, this determines if we re-run any logic configured on that event again for the new data.

  • Only the first time data attaches: If any new data comes in during an encounter window that has already been completed, WTH will not do anything. 

    • This might be used if you want to track data that came in late, but don’t want to re-apply gamification logic around point additions/subtractions

  • Each time a new data point attaches to

...

  • an encounter: If any new data comes in during an encounter window that has already been completed, WTH will reapply feedback on the encounter for each data entry 

    • This would be useful if you are setting adherence criteria on an event, and late data comes in which would update a non-adherent event to adherent

Intraday Data

Some devices (mainly Fitbit and Withings) support the collection of Intraday data. For more information on how to collect and use this, see Intraday data .

...