Skip to content

Commit

Permalink
Merge pull request #173 from RADAR-base/aims-epi
Browse files Browse the repository at this point in the history
Add seizure questionnaires to AIMS EPI protocol
  • Loading branch information
mpgxvii authored Dec 21, 2023
2 parents 6885c60 + c1714ca commit 24ea3dd
Showing 1 changed file with 114 additions and 1 deletion.
115 changes: 114 additions & 1 deletion RADAR-AIIMS-2-TRIALS-EPI-KCL-s1/protocol.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"schemaVersion": "0.0.3",
"name": "RADAR AIIMS-2 TRIALS EPI KCL s1",
"healthIssues": ["autism"],
Expand Down Expand Up @@ -703,6 +703,119 @@
"amount": 1
}
}
},
{
"name": "Seizure Reporting On Demand",
"type": "on_demand",
"showIntroduction": false,
"showInCalendar": true,
"isDemo": false,
"order": 0,
"questionnaire": {
"repository": "https://raw.githubusercontent.com/RADAR-base/RADAR-REDCap-aRMT-Definitions/master/questionnaires/",
"name": "seizure_reporting_on_demand",
"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": "min",
"amount": 960
}
}
},
{
"name": "Seizure Reporting Weekly",
"showIntroduction": false,
"showInCalendar": true,
"isDemo": false,
"order": 0,
"questionnaire": {
"repository": "https://raw.githubusercontent.com/RADAR-base/RADAR-REDCap-aRMT-Definitions/master/questionnaires/",
"name": "seizure_reporting_weekly",
"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
}
}
}
]
}

0 comments on commit 24ea3dd

Please sign in to comment.