Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions docs/config/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@
<seq type="numeric" length="4" min='1000' max='9999'/>
</structure>
</ExternalID>

<!--Header table is diplayed on top of instrument list page and instrument pages -->
<HeaderTable>
<!--Specify the table as the tag and the field to query as the value inside the tag -->
<parameter_candidate>candidate_comment</parameter_candidate>
<candidate>ProbandDoB</candidate>
<parameter_session>MRI_Done</parameter_session>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this also have a <parameter_candidate> example?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is: shouldn't parameter_candidate also have an example, but github ate my comment because of the angle brackets that I used originally..

</HeaderTable>
<Projects>
<project>
<id>1</id>
Expand All @@ -71,13 +77,6 @@
<title>Another Sample Project</title>
</project>
</Projects>

<!-- Add items to display in the header table for a candidate/session.
Until a project has been going on for a while, this is most likely
unnecessary. -->
<!--HeaderTable>
<parameter_candidate>candidate_comment</parameter_candidate>
</HeaderTable-->
<!-- number of subprojects in the project - corresponds to the list of subpojects below -->
<!-- max number of timepoints per subject (integer)-->
<subprojects>
Expand Down