-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
226 lines (226 loc) · 8.43 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
{
"name": "Termnology Server Configured By TAGS Access Module",
"namespace": "TSBTAM\\SnowstormTerminologyServerByTAGSExternalModule",
"description": "This module is based in Simple Ontology Module - v0.5 and provides access to terminology external REST servers configuring metghod and otres vars via action tags.",
"documentation": "README.md",
"tt_name": "module_name",
"tt_description": "module_description",
"tt_documentation": "doc_path",
"authors": [
{
"name": "Javier Armendáriz",
"email": "jarmendariz@unav.es",
"institution": "Biobanco Universidad de Navarra (Adaptación a Servidor REST)"
}
],
"permissions": [
"redcap_every_page_before_render"
],
"enable-every-page-hooks-on-system-pages": false,
"system-settings": [
{
"key": "site-category-list",
"tt_name": "site_category_list",
"name": "List of terminologies for the site",
"required": false,
"type": "sub_settings",
"repeatable": true,
"sub_settings": [
{
"key": "site-name",
"tt_name": "site_name",
"name": "Terminology Name",
"required": false,
"type": "text"
},
{
"key": "site-category",
"tt_name": "site_category",
"name": "Terminology Category",
"required": false,
"type": "text"
},
{
"key": "server_url",
"tt_name": "server_url",
"name": "Terminology URL Server",
"required": false,
"type": "text"
},
{
"key": "modify_server_url_by_actiontag_allowed",
"tt_name": "modify_url_by_actiontag_allowed",
"name": "Allow URL change by action TERMSERVERURL action tag",
"type": "checkbox"
},
{
"key": "server_method",
"tt_name": "server_method",
"name": "Terminology Server Method",
"required": false,
"type": "text"
},
{
"key": "modify_server_method_by_actiontag_allowed",
"tt_name": "modify_server_method_by_actiontag_allowed",
"name": "Allow change server method by action METHOD action tag",
"type": "checkbox"
},
{
"key": "site-search-type",
"tt_name": "site_search_type",
"name": "Search Type",
"required": true,
"type": "dropdown",
"choices": [
{
"value": "word",
"tt_name": "search_type_word",
"name": "Word Based"
},
{
"value": "full",
"tt_name": "search_type_full",
"name": "Full Match"
}
]
},
{
"key": "site-return-no-result",
"tt_name": "site_return_no_result",
"name": "Return 'No Results Found'",
"type": "checkbox"
},
{
"key": "site-no-result-label",
"tt_name": "site_no_result_label",
"name": "No Results Label",
"type": "text"
},
{
"key": "site-no-result-code",
"tt_name": "site_no_result_code",
"name": "No Results Code",
"type": "text"
},
{
"key": "site-limit-results",
"tt_name": "site_limit_results",
"name": "Results Number Limit",
"type": "text"
},
{
"key": "site-rest-service-token",
"tt_name": "site_rest_service_token",
"name": "REST Service TOKEN",
"type": "text"
}
]
}
],
"project-settings": [
{
"key": "project-category-list",
"tt_name": "project_category_list",
"name": "List of Terminologies for the project",
"required": false,
"type": "sub_settings",
"repeatable": true,
"sub_settings": [
{
"key": "project-name",
"tt_name": "project_name",
"name": "Terminology Name",
"required": false,
"type": "text"
},
{
"key": "project-category",
"tt_name": "project_category",
"name": "Terminology Category",
"required": false,
"type": "text"
},
{
"key": "project_url",
"tt_name": "server_url",
"name": "Terminology URL Server",
"required": false,
"type": "text"
},
{
"key": "modify_project_url_by_actiontag_allowed",
"tt_name": "modify_url_by_actiontag_allowed",
"name": "Allow URL change by action TERMSERVERURL action tag",
"type": "checkbox"
},
{
"key": "project_method",
"tt_name": "server_method",
"name": "Terminology Server Method",
"required": false,
"type": "text"
},
{
"key": "modify_project_method_by_actiontag_allowed",
"tt_name": "modify_server_method_by_actiontag_allowed",
"name": "Allow change server method by action METHOD action tag",
"type": "checkbox"
},
{
"key": "project-search-type",
"tt_name": "project_search_type",
"name": "Search Type",
"required": true,
"type": "dropdown",
"choices": [
{
"value": "word",
"tt_name": "search_type_word",
"name": "Word Based"
},
{
"value": "full",
"tt_name": "search_type_full",
"name": "Full Match"
}
]
},
{
"key": "project-return-no-result",
"tt_name": "project_return_no_result",
"name": "Return 'No Results Found'",
"type": "checkbox"
},
{
"key": "project-no-result-label",
"tt_name": "project_no_result_label",
"name": "No Results Label",
"type": "text"
},
{
"key": "project-no-result-code",
"tt_name": "project_no_result_code",
"name": "No Results Code",
"type": "text"
},
{
"key": "project-limit-results",
"tt_name": "project_limit_results",
"name": "Results Number Limit",
"type": "text"
},
{
"key": "project-rest-service-token",
"tt_name": "project_rest_service_token",
"name": "REST Service TOKEN",
"type": "text"
}
]
}
],
"compatibility": {
"php-version-min": "5.4.0",
"redcap-version-min": "8.8.1"
}
}