| | 90 | |
| | 91 | === Experiment with Exclusion at the Entities Level === |
| | 92 | |
| | 93 | Altered the export-destinations.xml file so the type="EXCLUDE" scripts were commented out throughout the file. The following is just the first instance of this: |
| | 94 | |
| | 95 | {{{ |
| | 96 | <valueset entityType="Participant" valueTable="Participants"> |
| | 97 | <entities> |
| | 98 | <excludeAll /> |
| | 99 | <script type="INCLUDE"> |
| | 100 | <javascript><![CDATA[// Include any ValueSet that has 'CLOSED' or 'COMPLETED' or 'CANCELLED' as a value for the 'Participant.Interview.Status' variable |
| | 101 | $('Participants:Admin.Interview.status').any('CLOSED','COMPLETED','CANCELLED')]]></javascript> |
| | 102 | </script> |
| | 103 | <!-- script type="EXCLUDE"> |
| | 104 | <javascript><![CDATA[$('Participants:Admin.Interview.exportLog.destination').any('BRICCS.Participants')]]></javascript> |
| | 105 | </script --> |
| | 106 | </entities> |
| | 107 | </valueset> |
| | 108 | }}} |