From 85ffebdb6d9bec7c200c37939da60ad44695b45d Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 8 Apr 2024 15:21:34 +0100 Subject: [PATCH] Add Sleep routine q to AIMS EPI protocol --- RADAR-AIIMS-2-TRIALS-EPI-KCL-s1/protocol.json | 58 ++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/RADAR-AIIMS-2-TRIALS-EPI-KCL-s1/protocol.json b/RADAR-AIIMS-2-TRIALS-EPI-KCL-s1/protocol.json index 02c33488..62e2bc02 100644 --- a/RADAR-AIIMS-2-TRIALS-EPI-KCL-s1/protocol.json +++ b/RADAR-AIIMS-2-TRIALS-EPI-KCL-s1/protocol.json @@ -1,5 +1,5 @@ { - "version": "0.0.5", + "version": "0.0.6", "schemaVersion": "0.0.3", "name": "RADAR AIIMS-2 TRIALS EPI KCL s1", "healthIssues": ["autism"], @@ -768,6 +768,62 @@ } } } + }, + { + "name": "Sleep Routine", + "showIntroduction": false, + "showInCalendar": true, + "isDemo": false, + "order": 0, + "questionnaire": { + "repository": "https://raw.githubusercontent.com/RADAR-base/RADAR-REDCap-aRMT-Definitions/master/questionnaires/", + "name": "sleep_routine", + "avsc": "notification" + }, + "startText": { + "en": "", + "it": "", + "nl": "", + "da": "", + "de": "", + "es": "" + }, + "endText": { + "en": "", + "it": "", + "nl": "", + "da": "", + "de": "", + "es": "" + }, + "warn": { + "en": "", + "it": "", + "nl": "", + "da": "", + "de": "", + "es": "" + }, + "estimatedCompletionTime": 1, + "protocol": { + "repeatProtocol": { + "unit": "year", + "amount": 9999 + }, + "repeatQuestionnaire": { + "unit": "min", + "unitsFromZero": [480] + }, + "reminders": { + "unit": "day", + "amount": 0, + "repeat": 0 + }, + "completionWindow": { + "unit": "day", + "amount": 1 + } + } } ] }