-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from RADAR-CNS/release-0.2.2
Release 0.2.2
- Loading branch information
Showing
16 changed files
with
386 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
specifications/active/phq8.yml → specifications/active/aRMT-1.0.0.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
#==================== Personal Health Questionnaire Depression Scale (PHQ-8) ======================# | ||
name: aRMT | ||
vendor: App | ||
model: aRMT-App | ||
version: v1 | ||
assessment_type: QUESTIONNAIRE | ||
doc: Personal Health Questionnaire Depression Scale (PHQ-8) definition. | ||
data: | ||
- type: PHQ8 | ||
topic: questionnaire_phq8 | ||
value_schema: .active.questionnaire.Questionnaire | ||
questions: | ||
- lead: Over the past two weeks, how often have you been bothered by any of the following problems? | ||
content: Little interest or pleasure in doing things. | ||
widget: RADIO | ||
responses: | ||
- text: Not at all | ||
value: 0 | ||
- text: Several days | ||
value: 1 | ||
- text: More than half the days | ||
value: 2 | ||
- text: Nearly every day | ||
value: 3 | ||
- lead: Over the past two weeks, how often have you been bothered by any of the following problems? | ||
content: Feeling down, depressed, or hopeless. | ||
widget: RADIO | ||
responses: | ||
- text: Not at all | ||
value: 0 | ||
- text: Several days | ||
value: 1 | ||
- text: More than half the days | ||
value: 2 | ||
- text: Nearly every day | ||
value: 3 | ||
- lead: Over the past two weeks, how often have you been bothered by any of the following problems? | ||
content: Trouble falling or staying asleep, or sleeping too much. | ||
widget: RADIO | ||
responses: | ||
- text: Not at all | ||
value: 0 | ||
- text: Several days | ||
value: 1 | ||
- text: More than half the days | ||
value: 2 | ||
- text: Nearly every day | ||
value: 3 | ||
- lead: Over the past two weeks, how often have you been bothered by any of the following problems? | ||
content: Feeling tired or having little energy. | ||
widget: RADIO | ||
responses: | ||
- text: Not at all | ||
value: 0 | ||
- text: Several days | ||
value: 1 | ||
- text: More than half the days | ||
value: 2 | ||
- text: Nearly every day | ||
value: 3 | ||
- lead: Over the past two weeks, how often have you been bothered by any of the following problems? | ||
content: Poor appetite or overeating. | ||
widget: RADIO | ||
responses: | ||
- text: Not at all | ||
value: 0 | ||
- text: Several days | ||
value: 1 | ||
- text: More than half the days | ||
value: 2 | ||
- text: Nearly every day | ||
value: 3 | ||
- lead: Over the past two weeks, how often have you been bothered by any of the following problems? | ||
content: Feeling bad about yourself, or that you are a failure, or have let yourself or your family down. | ||
widget: RADIO | ||
responses: | ||
- text: Not at all | ||
value: 0 | ||
- text: Several days | ||
value: 1 | ||
- text: More than half the days | ||
value: 2 | ||
- text: Nearly every day | ||
value: 3 | ||
- lead: Over the past two weeks, how often have you been bothered by any of the following problems? | ||
content: Trouble concentrating on things, such as reading the newspaper or watching television. | ||
widget: RADIO | ||
responses: | ||
- text: Not at all | ||
value: 0 | ||
- text: Several days | ||
value: 1 | ||
- text: More than half the days | ||
value: 2 | ||
- text: Nearly every day | ||
value: 3 | ||
- lead: Over the past two weeks, how often have you been bothered by any of the following problems? | ||
content: Moving or speaking so slowly that other people could have noticed. Or the opposite – being so fidgety or restless that you have been moving around a lot more than usual. | ||
widget: RADIO | ||
responses: | ||
- text: Not at all | ||
value: 0 | ||
- text: Several days | ||
value: 1 | ||
- text: More than half the days | ||
value: 2 | ||
- text: Nearly every day | ||
value: 3 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: THINCIT | ||
vendor: App | ||
model: THINC-IT | ||
version: v1 | ||
assessment_type: APP | ||
doc: ThincIt Cognition in Depression app. | ||
data: | ||
- type: THINCIT_CODE_BREAKER | ||
topic: thincit_code_breaker | ||
value_schema: .active.thincit.ThincItCodeBreaker | ||
- type: THINCIT_SPOTTER | ||
topic: thincit_spotter | ||
value_schema: .active.thincit.ThincItSpotter | ||
- type: THINCIT_SYMBOL_CHECK | ||
topic: thincit_symbol_check | ||
value_schema: .active.thincit.ThincItSymbolCheck | ||
- type: THINCIT_TRAILS | ||
topic: thincit_trails | ||
value_schema: .active.thincit.ThincItTrails |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: RADAR_pRMT | ||
vendor: RADAR | ||
model: pRMT | ||
version: 1.0.0 | ||
doc: Status updates from the RADAR-CNS pRMT app. | ||
app_provider: .application.ApplicationServiceProvider | ||
data: | ||
- type: EXTERNAL_TIME | ||
doc: Information sent by the Android pRMT about time synchronisation with a NTS different from the default one. | ||
sample_rate: | ||
interval: 300 | ||
configurable: true | ||
unit: SECOND | ||
topic: application_external_time | ||
value_schema: .monitor.application.ApplicationExternalTime | ||
- type: RECORD_COUNTS | ||
doc: Monitor used by the Android pRMT to report the number of cached and created records. | ||
sample_rate: | ||
interval: 300 | ||
configurable: true | ||
topic: application_record_counts | ||
value_schema: .monitor.application.ApplicationRecordCounts | ||
- type: SERVER_STATUS | ||
doc: Monitor used by the Android pRMT to report the server connection status between the android client and the RADAR-CNS Platform. | ||
sample_rate: | ||
interval: 300 | ||
configurable: true | ||
topic: application_server_status | ||
value_schema: .monitor.application.ApplicationServerStatus | ||
- type: UPTIME | ||
doc: Monitor used by the Android pRMT to notify the time duration since last reboot. | ||
sample_rate: | ||
interval: 300 | ||
configurable: true | ||
unit: SECOND | ||
topic: application_uptime | ||
value_schema: .monitor.application.ApplicationUptime |
6 changes: 3 additions & 3 deletions
6
specifications/monitor/radar_prmt.yml → specifications/monitor/radar_prmt-v1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.