Skip to content

Commit

Permalink
Merge pull request #204 from RADAR-base/test-health
Browse files Browse the repository at this point in the history
Fix STAGING healthkit protocol
  • Loading branch information
mpgxvii authored Nov 8, 2024
2 parents 8298a8a + d23b149 commit b567e90
Showing 1 changed file with 3 additions and 60 deletions.
63 changes: 3 additions & 60 deletions STAGING_PROJECT/arm/test_health/protocol.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "0.0.6",
"version": "0.0.7",
"schemaVersion": "0.0.2",
"name": "RADAR STAGING Project",
"healthIssues": ["depression"],
"protocols": [
{
"name": "HEALTHKIT STEP COUNT",
"name": "HEALTHKIT",
"showIntroduction": true,
"questionnaire": {
"repository": "https://raw.githubusercontent.com/RADAR-base/RADAR-REDCap-aRMT-Definitions/master/questionnaires/",
"name": "sample_healthkit_steps",
"name": "sample_healthkit",
"avsc": "questionnaire"
},
"startText": {
Expand Down Expand Up @@ -54,63 +54,6 @@
"repeat": 0
}
}
},
{
"name": "PHQ8",
"showIntroduction": false,
"showInCalendar": true,
"order": 1,
"questionnaire": {
"repository": "https://raw.githubusercontent.com/RADAR-base/RADAR-REDCap-aRMT-Definitions/master/questionnaires/",
"name": "phq8",
"avsc": "questionnaire"
},
"startText": {
"en": "This questionnaire is known as the PHQ8. Clinicians use it to assess current depression in patients. Please note that none of your answers will be collected today. Thank you for taking part in this focus group.",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"endText": {
"en": "Thank you for taking the time today.",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"warn": {
"en": "",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"estimatedCompletionTime": 2,
"protocol": {
"repeatProtocol": {
"unit": "day",
"amount": 1
},
"repeatQuestionnaire": {
"unit": "min",
"unitsFromZero": [
480
]
},
"reminders": {
"unit": "day",
"amount": 0,
"repeat": 0
},
"completionWindow": {
"unit": "day",
"amount": 1
}
}
}
]
}

0 comments on commit b567e90

Please sign in to comment.