-
Notifications
You must be signed in to change notification settings - Fork 1
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 #96 from kind-lab/reproschema_beta
Added age to the questionnaire side of protocol
- Loading branch information
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
peds-protocol-questionnaires/activities/subjectparticipant_contact_information/items/age
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,20 @@ | ||
{ | ||
"id": "age", | ||
"category": "reproschema:Item", | ||
"prefLabel": { | ||
"en": "age" | ||
}, | ||
"question": { | ||
"en": "Age" | ||
}, | ||
"responseOptions": { | ||
"valueType": [ | ||
"xsd:integer" | ||
] | ||
}, | ||
"ui": { | ||
"inputType": "number", | ||
"readonlyValue": true | ||
}, | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" | ||
} |
27 changes: 27 additions & 0 deletions
27
...ties/subjectparticipant_contact_information/subjectparticipant_contact_information_schema
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,27 @@ | ||
{ | ||
"id": "subjectparticipant_contact_information_schema", | ||
"category": "reproschema:Activity", | ||
"preamble": { | ||
"en": "Contact Information" | ||
}, | ||
"prefLabel": { | ||
"en": "subjectparticipant_contact_information" | ||
}, | ||
"schemaVersion": "1.0.0", | ||
"ui": { | ||
"order": [ | ||
"items/age" | ||
], | ||
"addProperties": [ | ||
{ | ||
"isAbout": "items/age", | ||
"isVis": true, | ||
"valueRequired": true, | ||
"variableName": "age" | ||
} | ||
], | ||
"shuffle": false | ||
}, | ||
"version": "1.0.0", | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" | ||
} |
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