visit.view.xml 725 B

12345678910111213141516
  1. <view xmlns="http://labkey.org/data/xml/view" title="CRF Form">
  2. <dependencies>
  3. <dependency path="crf/runQuery.js"/>
  4. <dependency path="crf/participantIdManager.js"/>
  5. <dependency path="crf/crfVisit.js"/>
  6. <dependency path="crf/crfReview.js"/>
  7. <!--local copy of pdfkit, version 0.10.0-->
  8. <!--https://github.com/devongovett/pdfkit/releases/download/v0.10.0/pdfkit.standalone.js-->
  9. <dependency path="crf/pdfkit.standalone.js" />
  10. <!--local copy of blob-stream, version 0.1.3-->
  11. <!--https://github.com/devongovett/blob-stream/releases/download/v0.1.3/blob-stream.js-->
  12. <dependency path="crf/blob-stream.js"/>
  13. </dependencies>
  14. </view>
  15. <!-- need to restart labkey to add new files -->