| 128 | |
| 129 | The export-destinations.xml configuration file that shipped with the Briccs questionnaire has the following: |
| 130 | |
| 131 | {{{ |
| 132 | <valueset entityType="Participant" valueTable="Consent"> |
| 133 | <entities> |
| 134 | <excludeAll /> |
| 135 | <script type="INCLUDE"> |
| 136 | <javascript><![CDATA[// Include any ValueSet that has 'CLOSED' or 'COMPLETED' or 'CANCELLED' as a value for the 'Participant.Interview.Status' variable |
| 137 | $('Participants:Admin.Interview.status').any('CLOSED','COMPLETED','CANCELLED')]]></javascript> |
| 138 | </script> |
| 139 | <script type="EXCLUDE"> |
| 140 | <javascript><![CDATA[$('Participants:Admin.Interview.exportLog.destination').any('BRICCS.Consent')]]></javascript> |
| 141 | </script> |
| 142 | </entities> |
| 143 | <!variables> |
| 144 | <variableName type="EXCLUDE" match="consent_q1" /> |
| 145 | <variableName type="EXCLUDE" match="consent_q2" /> |
| 146 | <variableName type="EXCLUDE" match="consent_q3" /> |
| 147 | <variableName type="EXCLUDE" match="consent_q4" /> |
| 148 | <variableName type="EXCLUDE" match="consent_q5" /> |
| 149 | </variables> |
| 150 | </valueset> |
| 151 | }}} |