|
126 | 126 | </table> |
127 | 127 |
|
128 | 128 | <table tableName="studies" tableDbType="TABLE" useColumnOrder="true"> |
| 129 | + <javaCustomizer class="org.labkey.ldk.query.DefaultTableCustomizer" /> |
129 | 130 | <tableTitle>Studies</tableTitle> |
| 131 | + <tableUrl>/studies/manageStudy.view?studyId=${rowid}</tableUrl> |
130 | 132 | <auditLogging>DETAILED</auditLogging> |
131 | | - <importUrl></importUrl> |
132 | | - <insertUrl></insertUrl> |
133 | | - <updateUrl></updateUrl> |
134 | | - <deleteUrl></deleteUrl> |
135 | 133 | <columns> |
136 | 134 | <column columnName="rowid"> |
137 | 135 | <isAutoInc>true</isAutoInc> |
|
192 | 190 | </table> |
193 | 191 |
|
194 | 192 | <table tableName="studyCohorts" tableDbType="TABLE" useColumnOrder="true"> |
| 193 | + <javaCustomizer class="org.labkey.ldk.query.DefaultTableCustomizer" /> |
195 | 194 | <tableTitle>Study Cohorts</tableTitle> |
196 | 195 | <auditLogging>DETAILED</auditLogging> |
197 | | - <importUrl></importUrl> |
198 | | - <insertUrl></insertUrl> |
199 | | - <updateUrl></updateUrl> |
200 | | - <deleteUrl></deleteUrl> |
201 | 196 | <columns> |
202 | 197 | <column columnName="rowid"> |
203 | 198 | <isAutoInc>true</isAutoInc> |
|
274 | 269 |
|
275 | 270 | <table tableName="anchorEvents" tableDbType="TABLE" useColumnOrder="true"> |
276 | 271 | <tableTitle>Study Anchor Events</tableTitle> |
| 272 | + <javaCustomizer class="org.labkey.ldk.query.DefaultTableCustomizer" /> |
277 | 273 | <description>This table contains the key event types that anchor relative dates in this study</description> |
278 | 274 | <auditLogging>DETAILED</auditLogging> |
279 | | - <importUrl></importUrl> |
280 | | - <insertUrl></insertUrl> |
281 | | - <updateUrl></updateUrl> |
282 | | - <deleteUrl></deleteUrl> |
283 | 275 | <columns> |
284 | 276 | <column columnName="rowid"> |
285 | 277 | <isAutoInc>true</isAutoInc> |
|
342 | 334 |
|
343 | 335 | <table tableName="expectedTimepoints" tableDbType="TABLE" useColumnOrder="true"> |
344 | 336 | <tableTitle>Study Expected Timepoints</tableTitle> |
| 337 | + <javaCustomizer class="org.labkey.ldk.query.DefaultTableCustomizer" /> |
345 | 338 | <description>This table contains the expected timepoints within this study, by cohort</description> |
346 | 339 | <auditLogging>DETAILED</auditLogging> |
347 | | - <importUrl></importUrl> |
348 | | - <insertUrl></insertUrl> |
349 | | - <updateUrl></updateUrl> |
350 | | - <deleteUrl></deleteUrl> |
351 | 340 | <columns> |
352 | 341 | <column columnName="rowid"> |
353 | 342 | <isAutoInc>true</isAutoInc> |
|
432 | 421 |
|
433 | 422 | <table tableName="timepointToDate" tableDbType="TABLE" useColumnOrder="true"> |
434 | 423 | <tableTitle>Timepoint to Date Range</tableTitle> |
| 424 | + <javaCustomizer class="org.labkey.ldk.query.DefaultTableCustomizer" /> |
435 | 425 | <description>Per subject, this table contains the allowable date ranges to map record to timepoint label. It is usually populated automatically, but can be manually overridden</description> |
436 | 426 | <auditLogging>DETAILED</auditLogging> |
437 | 427 | <importUrl></importUrl> |
|
0 commit comments