forked from vanderbilt-redcap/RAAS-NECTAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
148 lines (148 loc) · 3.05 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "REVERSE_LC",
"namespace": "Vanderbilt\\REVERSE_LC",
"framework-version": 6,
"description": "Copy of PassItOn for RAAS NECTAR",
"documentation": "README.md",
"authors": [
{
"name": "Carl Reed",
"email": "[email protected]",
"institution": "Vanderbilt University Medical Center"
},
{
"name": "Kyle McGuffin",
"email": "[email protected]",
"institution": "Vanderbilt University Medical Center"
}
],
"versions": {
"0.0.1": "Initial module creation"
},
"permissions": [],
"enable-every-page-hooks-on-system-pages": false,
"links": {
"project": [
{
"name": "REVERSE_LC Dashboard",
"icon": "report",
"url": "dashboard.php"
}
],
"control-center": []
},
"no-auth-pages": [],
"project-settings": [
{
"key": "edc_project",
"name": "EDC Project ID",
"required": false,
"type": "project-id",
"repeatable": false
},
{
"key": "screening_project",
"name": "Screening Project ID",
"required": false,
"type": "project-id",
"repeatable": false
},
{
"key": "site_regulation_project",
"name": "Site Regulation Project ID",
"required": false,
"type": "project-id",
"repeatable": false
},
{
"key": "demographics_event",
"name": "Event Containing Demographics Fields",
"type": "text",
"repeatable": false
},
{
"key": "transfusion_event",
"name": "Event Containing Transfusion Field",
"type": "text",
"repeatable": false
},
{
"key": "screening_event",
"name": "Event Containing Screening Fields",
"type": "text",
"repeatable": false
},
{
"key": "role_field",
"name": "Role Field",
"type": "text"
},
{
"key": "roles",
"type": "sub_settings",
"name": "Roles / Access Level",
"repeatable": true,
"sub_settings": [
{
"key": "access_level_field_value",
"name": "Rol Value",
"type": "text"
},
{
"key": "access_level",
"name": "Access Level",
"type": "dropdown",
"choices": [
{ "value": "1", "name": "1" },
{ "value": "2", "name": "2" },
{ "value": "3", "name": "3" }
]
}
]
},
{
"key": "helpful_links_folders",
"name": "Helpful links shown in dashboard, categorized in folders",
"type": "sub_settings",
"repeatable": true,
"sub_settings": [
{
"key": "helpful_links_folder_text",
"name": "Folder name",
"type": "text"
},
{
"key": "helpful_links_folder_color",
"name": "Folder color (hex formatted e.g., #ede5be)",
"type": "text"
},
{
"key": "helpful_links",
"name": "Helpful links shown in dashboard, categorized in folders",
"type": "sub_settings",
"repeatable": true,
"sub_settings": [
{
"key": "link_display",
"name": "Link display text",
"type": "text"
},
{
"key": "link_url",
"name": "Link URL",
"type": "text"
}
]
}
]
}
],
"system-settings": [],
"crons": [],
"compatibility": {
"php-version-min": "",
"php-version-max": "",
"redcap-version-min": "",
"redcap-version-max": ""
}
}