All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webclient.js-i2b2.cells.plugins.standard.Dem1Set.cell_config_data.js Maven / Gradle / Ivy

Go to download

Standalone service to to run the AKTIN broker and aggregator together with an i2b2 query frontend.

The newest version!
// 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:[
		"Dem1Set_ctrlr.js"
	],
	css:[ 
		"vwDem1Set.css"
	],
	config: {
		// additional configuration variables that are set by the system
		short_name: "Demographics",
		name: "Demographics (1 Patient Set) - Simple Counts",
		description: "This plugin displays a demographic break-down of a Patient Set.",
		category: ["celless","plugin","standard","demographics"],
		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: 'Dem1Set-mainDiv'
			}
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy