// this file contains a list of all files that need to be loaded dynamically for this i2b2 Cell // every file in this list will be loaded after the cell's Init function is called { files:[ "ExampPDO_ctrlr.js" ], css:[ "vwExampPDO.css" ], config: { // additional configuration variables that are set by the system short_name: "PDO Request", name: "Example #3 - PDO Request", description: "This plugin demonstrates how to retrieve information using the Patient Data Object (PDO).", category: ["celless","plugin","examples"], plugin: { isolateHtml: false, // this means do not use an IFRAME isolateComm: false, // this means to expect the plugin to use AJAX communications provided by the framework standardTabs: true, // this means the plugin uses standard tabs at top html: { source: 'injected_screens.html', mainDivId: 'ExampPDO-mainDiv' } } } }