From 05ec2ea0505b828fb187a36bcad157fc4b339f69 Mon Sep 17 00:00:00 2001 From: Pauline Date: Tue, 23 Jan 2024 14:14:31 +0000 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 20d7797c..e01b1b05 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.2", + "version": "0.0.3", "schemaVersion": "0.0.3", "name": "RADAR AIIMS-2 TRIALS EPI KCL s1", "healthIssues": ["autism"], @@ -816,6 +816,62 @@ "amount": 3 } } + }, + { + "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": "day", + "amount": 3 + }, + "repeatQuestionnaire": { + "unit": "min", + "unitsFromZero": [540] + }, + "reminders": { + "unit": "day", + "amount": 0, + "repeat": 0 + }, + "completionWindow": { + "unit": "day", + "amount": 3 + } + } } ] }